Hi Sliders,
after having tried everything I could know, I realized that it's 
pratically impossible to make the J2EEStore works with slide
deployed outside a single webapp, unfortunately this is the only way
to use Slide realm, then if you want to use Slide Realm you have to 
forget about J2EEStore, at least from my experience.
The problem is mainly in Tomcat, because tehre is no Context 
inizialization outside the single webapps, then if your lookup for the 
JNDI datasource is outside the webapp itself it will always fail in 
finding your datasource.
Then no way to use JNDI, another possibility I tried is to modify the 
code to substitute the JNDI code with a direct instantiation od 
DataSource, it works in a certain sense, but Slide logs thounsands of 
warnings about "there is No Active transation", when I tried to perform 
every operation. I really don't know why.
Has somebody an idea?
or I can totally renounce in using J2EEStore in this configuration.

Thanks to all

Luca


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

Reply via email to