Re: building MDB with Eclipse using openEJB embeded in Tomcat

2009-05-25 Thread Mho
e that would look > like > >name="jboss.mq.destination:service=Queue,name=myqueueName"> > optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager > > > Any help would be appreciated > Thanks > Mho > -- View t

Re: building MDB with Eclipse using openEJB embeded in Tomcat

2009-05-25 Thread David Blevins
essageListener { //... } Hope this helps! -David -- View this message in context: http://www.nabble.com/building-MDB-with-Eclipse-using-openEJB-embeded-in-Tomcat-tp23715480p23716386.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: building MDB with Eclipse using openEJB embeded in Tomcat

2009-05-25 Thread Mho
o use an ActivationConfig like so: > > @MessageDriven(activationConfig = { > @ActivationConfigProperty(propertyName="destinationType", > propertyValue = "javax.jms.Queue"), > @ActivationConfigProperty(propertyName="destination", > property

Re: building MDB with Eclipse using openEJB embeded in Tomcat

2009-05-25 Thread David Blevins
On May 25, 2009, at 6:15 PM, Mho wrote: Hello, I am new to openEJB and Eclipse. I am not new to Tomcat. I am porting an application that used to run under JBOSS and it appears that openEJB/Tomcat should be just a great environment. I am using Eclipse with WTP and have successfully loaded u

Re: building MDB with Eclipse using openEJB embeded in Tomcat

2009-05-25 Thread Mho
the > queue for the MDB For example in JBOSS I would have a file that would look > like > >name="jboss.mq.destination:service=Queue,name=myqueueName"> > optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager > >

building MDB with Eclipse using openEJB embeded in Tomcat

2009-05-25 Thread Mho
ntext: http://www.nabble.com/building-MDB-with-Eclipse-using-openEJB-embeded-in-Tomcat-tp23715480p23715480.html Sent from the OpenEJB User mailing list archive at Nabble.com.