Hi Luca, Luca Zago a �crit: > 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.
You are right. > 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? These logs messages are not important. Read operations do not need a transaction and J2EEStore warns you for nothing. But ignoring these logs, is the store working or not ? Could you please send modifications you have done to directly instanciate the datasource ? Regards Jp > 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]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
