openEJB DocumentationQuestion

2008-11-27 Thread Zachary1234
High Praise to the the Apache Jakarta openEJB development team! Many in the Open Source community have been waiting for a Bean server to go with Apache Tomcat. Presently, documentation is available to view on the website. Could a pdf file/zipfile/.tar.gz file be posted, or included with the do

Re: JMS ConnectionFactory

2008-11-27 Thread Jonathan Gallimore
I don't think there's an OpenEJB specific way to lookup the connection factory, but you could deploy a session bean like the MessageClientBean in the simple-mdb sample (https://svn.apache.org/repos/asf/openejb/trunk/openejb3/examples/simple-mdb/src/main/java/org/superbiz/mdb/MessagingClientBean.

Re: JMS ConnectionFactory

2008-11-27 Thread Oliver Günther
And how do I get the connectionFactory on the Remote Client ? Dain Sundstrom wrote: > > Create a field like this in your EJB (or Servlet in Tomcat embedded > mode). > > @Resource > ConnectionFactory connectionFactory; > > IIRC the JNDI name of the connectionFactory is logged during setup,