OpenEJB.xml and a custom javax.naming.spi.ObjectFactory

2012-07-02 Thread exabrial
Hey guys, One of the features I'm missing from GlassFish is the ability to bind an ObjectFactory into JNDI. We have a few of these written and need to put them into our instance. I'm also hoping to write a brand new one that could be used to create JNDI links (see previous thread in mailing

Re: OpenEJB.xml and a custom javax.naming.spi.ObjectFactory

2012-07-02 Thread Romain Manni-Bucau
Hi, did you try using tomcat context.xml? - Romain 2012/7/2 exabrial exabrial+open...@gmail.com Hey guys, One of the features I'm missing from GlassFish is the ability to bind an ObjectFactory into JNDI. We have a few of these written and need to put them into our instance. I'm also

Re: OpenEJB.xml and a custom javax.naming.spi.ObjectFactory

2012-07-02 Thread exabrial
I've done this successfully with context.xml before, however, I was curious if this was available on the standalone OpenEjb 4.0.0 server -- View this message in context: http://openejb.979440.n4.nabble.com/OpenEJB-xml-and-a-custom-javax-naming-spi-ObjectFactory-tp4655970p4655972.html Sent from

Re: OpenEJB.xml and a custom javax.naming.spi.ObjectFactory

2012-07-02 Thread Romain Manni-Bucau
think not out of the box, currently providing a custom resource will probably be the closer of the need. - Romain 2012/7/2 exabrial exabrial+open...@gmail.com I've done this successfully with context.xml before, however, I was curious if this was available on the standalone OpenEjb 4.0.0

Re: OpenEJB.xml and a custom javax.naming.spi.ObjectFactory

2012-07-02 Thread exabrial
Ok... that's fine. Would I need to write something like this? http://svn.apache.org/repos/asf/openejb/branches/old-website/src/doc/connector_service.xml (sorry for the XML link, but I can't find that page anywhere else) -- View this message in context:

Re: OpenEJB.xml and a custom javax.naming.spi.ObjectFactory

2012-07-02 Thread David Blevins
On Jul 2, 2012, at 2:52 PM, exabrial wrote: Hey guys, One of the features I'm missing from GlassFish is the ability to bind an ObjectFactory into JNDI. We have a few of these written and need to put them into our instance. I'm also hoping to write a brand new one that could be used to