Re: context factories

2001-04-04 Thread Torgeir Veimo
Btw, if I replace the instanceof test with a getClass().getName().equals("org.apache.naming.ResourceRef") it all works. -- - Torgeir

Re: context factories

2001-04-04 Thread Torgeir Veimo
"Craig R. McClanahan" wrote: > > If you don't mind specifying the resource factory class yourself, you > don't need to modify any code at all -- just configure it in server.xml > like this: > > > ... >type="com.mycompany.ContextPool"/> > > > factory

Re: context factories

2001-04-03 Thread Craig R. McClanahan
On Tue, 3 Apr 2001, Torgeir Veimo wrote: > I've read in a post by Remy with subject: "Re: > Implementation in 4.0.b1", > http://w4.metronet.com/~wjm/tomcat/2001/Mar/msg00273.html that the only > two factories supported in tomcat right now is one for getting Tyrex > managed data sources & User

context factories

2001-04-03 Thread Torgeir Veimo
I've read in a post by Remy with subject: "Re: Implementation in 4.0.b1", http://w4.metronet.com/~wjm/tomcat/2001/Mar/msg00273.html that the only two factories supported in tomcat right now is one for getting Tyrex managed data sources & User Transactions. I'm interested in getting a resource f