So, in light of this, could you give me a hint on how to instantiate the datasources 
manually ? I guess tyrex is the package to use. Unfortunately its documentation is 
rather poor. I noticed there was a configuration dtd included but I couldn't find any 
examples about how to start tyrex to use such configuration. Perhaps somebody on this 
list has an idea where to gather more information about this.
Thanks,
U.


--------------------------------------------------------------------------
Ok, it gets very tricky here, I'm afraid. Since the domain is initialized
outside a webapp, it doesn't have a naming environment available (so that's
why it fails). At the moment, the store can't be used at all with this
deployment scenario.

There's a global naming context in Tomcat 4.1, so I'll add the possibility
to lookup in the global context when we are inside the Tomcat core.
I can't fix it with Tomcat 4.0, unfortunately.

It would be good to add new ways for the store to get the DataSource
(instantating it itself would be a way).

BTW, thanks for attaching the trace, it (finally) made me realize what the
problem was.

Remy


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


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

Reply via email to