Btw, if I replace the instanceof test with a
getClass().getName().equals("org.apache.naming.ResourceRef")
it all works.
--
- Torgeir
"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
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
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