Hello,
I am currently trying out an implementation of
Inbound Adapter. I am using the J2EE RI Beta 2 for the purpose of deploying this
adapter. However, when I am trying to the Verifier tool to check the deployed
applications which consist of Connector rar and an MDB ear, the Verifier gives
an error
-------------------------------------------------------------------------------------------------------------------------------------
Test Name :
tests.ejb.messagebean.ImplementsMessageListener
Test Assertion : EJB
2.0 Spec 14.7.2 Declared message-driven Bean Components must implement the
javax.jms.MessageListenerInterface
Test Description : Error: The class
[ InboundMessageListenerImpl ] does not implement the [
javax.jms.MessageListener ] interface
-------------------------------------------------------------------------------------------------------------------------------------
Apparently the Verifier and the implementation
still is using EJB 2.0 Specs which mandates every MDB implements
javax.jms.MessageListener. Is there a way to get the application server to check
against EJB 2.1 Specs or is there some other work around to get this
implementation to work.
Thanks
Sandeep