On Aug 10, 2012, at 8:36 AM, Filip Hanik (mailing lists) wrote: > I would like to configure a custom JNDI object, in Tomcat one uses the > factory attribute on the > > <Resource name="test/myobject" factory="some class implementing > ObjectFactory" type="..." .../> > > Is there a way to do that in TomEE?
The same way works. All the JNDI entries are synched so if you create something via "Tomcat" or "TomEE" it ends up in the same place. -David
