Re: Unknown error in Assembler for MessageDriven bean

2008-12-10 Thread David Blevins
On Nov 22, 2008, at 11:39 PM, [EMAIL PROTECTED] wrote: A bit of a late response to On Oct 8, 2008, David wrote: ... For EJb 2.1 and prior the is a required xml element -- autodiscovery via introspection

Re: Unknown error in Assembler for MessageDriven bean

2008-11-22 Thread j . alkjaer
A bit of a late response to On Oct 8, 2008, David wrote: ... > For EJb 2.1 and prior the is a required xml element > -- autodiscovery via introspection is an EJB 3.0 feature. If you were > to grab an old vers

Re: Unknown error in Assembler for MessageDriven bean

2008-10-08 Thread Zog
;> >>>> viderMessageListenerBean interfaces= >>>> >>>> at >>>> org >>>> .apache.openejb.assembler.classic.Assembler.build(Assembler.java:2 >>>> >>>> 63) >>>> >>>> at org.apache.

Re: Unknown error in Assembler for MessageDriven bean

2008-10-08 Thread David Blevins
ext: http://www.nabble.com/Unknown-error-in-Assembler-for-MessageDriven-bean-tp19747907p19797287.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: Unknown error in Assembler for MessageDriven bean

2008-10-03 Thread Zog
t;> >> sageDriven without declaring messageListenerInterface, the bean must >> implement e >> >> xactly one interface, no more and no less. >> beanClass=com.oz.shared.transcoding.s >> >> ti.protocol.ejb.TranscodingProviderMessageListenerBean interfaces= >> >>at >> org.apache.openejb.config.AnnotationDeployer$ProcessAnnotatedBeans.de >> >> ploy(AnnotationDeployer.java:854) >> >>at >> org.apache.openejb.config.AnnotationDeployer$ProcessAnnotatedBeans.de >> >> ploy(AnnotationDeployer.java:489) >> >>at >> org.apache.openejb.config.AnnotationDeployer.deploy(AnnotationDeploye >> >> r.java:169) >> >>at >> org.apache.openejb.config.ConfigurationFactory$Chain.deploy(Configura >> >> tionFactory.java:148) >> >>at >> org.apache.openejb.config.ConfigurationFactory.configureApplication(C >> >> onfigurationFactory.java:440) >> >>at >> org.apache.openejb.config.ConfigurationFactory.configureApplication(C >> >> onfigurationFactory.java:391) >> >>at >> org.apache.openejb.config.ConfigurationFactory.getOpenEjbConfiguratio >> >> n(ConfigurationFactory.java:309) >> >>at >> org.apache.openejb.assembler.classic.Assembler.build(Assembler.java:2 >> >> 49) >> >>... 11 more > > > -- View this message in context: http://www.nabble.com/Unknown-error-in-Assembler-for-MessageDriven-bean-tp19747907p19797287.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: Unknown error in Assembler for MessageDriven bean

2008-10-02 Thread Dain Sundstrom
Can you post the code for you message driven bean or at the very least the class declaration with any extends clause, implements clause and class annotations? My guess is the MDB class is not-spec-compliant and Weblogic has some special logic to guess the proper message listener interface.

Unknown error in Assembler for MessageDriven bean

2008-09-30 Thread Jacques-Olivier Goussard
Hi, I'm trying to deploy a bunch of MDBs on openejb and encounter this error: 2008-09-30 15:52:51,328 - ERROR - FATAL ERROR: Unknown error in Assembler. Plea se send the following stack trace and this message to [EMAIL PROTECTED] : java.lang.IllegalStateException: When annotating a bean class