DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23491>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23491

Can't configure PerUserPoolDataSource for use with tomcat





------- Additional Comments From [EMAIL PROTECTED]  2003-10-06 16:05 -------
AFAICT it appears tomcat is not invoking getReference, which might indicate that
it is not binding the object to the context.  On first invocation of

context.lookup(url) 

tomcat passes the ObjectFactory a Reference which contains the parameters given
in server.xml.  I can get this working, but then each context.lookup is forced
to receive an independent set of Connections, which is not the desired behavior.

PerUserPoolDataSource needs to be bound to the jndi context at some point, so
that it can add appropriate reference data.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to