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

Jon Dart <[email protected]> Tue, 29 Jul 2003 10:07:20 -0700
Newsgroups gmane.comp.java.sun.connector
Organization TIBCO Software, Inc.
Message-ID <[email protected]>
Does your deployment descriptor indicate that the bean has a listener
type different from javax.jms.MessageListener?

--Jon

Sandeep Rajpathak wrote:
> 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

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff CONNECTOR-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".