How to override/set custom resource factory in tomee.xml 'Resource'

2012-10-25 Thread mommymutya
? -- View this message in context: http://openejb.979440.n4.nabble.com/How-to-override-set-custom-resource-factory-in-tomee-xml-Resource-tp4658258.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: Custom Resource Factory

2008-08-23 Thread Dain Sundstrom
On Aug 22, 2008, at 4:30 PM, Dain Sundstrom wrote: On Aug 20, 2008, at 6:47 PM, David Blevins wrote: When webbaps boot, we export all the Tomcat configured resources as OpenEJB Resource objects so they are available for injection. What we don't do is log a message when we do that which

Re: Custom Resource Factory

2008-08-22 Thread Dain Sundstrom
On Aug 20, 2008, at 6:47 PM, David Blevins wrote: When webbaps boot, we export all the Tomcat configured resources as OpenEJB Resource objects so they are available for injection. What we don't do is log a message when we do that which would be really handy right now at least I don't

Re: Custom Resource Factory

2008-08-19 Thread lupu.slobodu
but with no success. If you can look it up from a Servlet, we're not too far! Post the ejb- jar.xml you using if you can. You would need an identical resource- env-ref in there for your session bean. -David -- View this message in context: http://www.nabble.com/Custom-Resource-Factory

Re: Custom Resource Factory

2008-08-12 Thread lupu.slobodu
using if you can. You would need an identical resource- env-ref in there for your session bean. -David -- View this message in context: http://www.nabble.com/Custom-Resource-Factory-tp18852971p18952298.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: Custom Resource Factory

2008-08-12 Thread David Blevins
but with no success. If you can look it up from a Servlet, we're not too far! Post the ejb- jar.xml you using if you can. You would need an identical resource- env-ref in there for your session bean. -David -- View this message in context: http://www.nabble.com/Custom-Resource-Factory

Re: Custom Resource Factory

2008-08-11 Thread David Blevins
On Aug 8, 2008, at 11:11 AM, lupu.slobodu wrote: Here it is what I've been trying: 1)Resource Factory configuration in tomcat context.xml Resource name=bean/ParamsFactory auth=Container type=sample.jndi.ResourceBean factory=sample.jndi.GenericObjectFactory