Fw: Problems running Inbound Adapter on J2EE RI Beta 1 & 2

Sandeep Rajpathak <[email protected]> Tue, 29 Jul 2003 11:00:50 +0530
Newsgroups gmane.comp.java.sun.connector
Message-ID <00ee01c35592$92584370$5d09a8c0@rsandeep>
Hello,

I am currently trying out an implementation of Inbound Adapter. I am using the J2EE 1.4 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