Mateusz Jaracz wrote:

Solved,
I had my EJB classes in two places (two different classloaders).

Now I'm trying to get jdbc connection from pooling (configured in Tomcat )
but the following exception occurs:

java.sql.SQLException: Problem: java.io.FileNotFoundException:
.\logs\trace.log (The system cannot find the path specifi
ed)
        at
org.enhydra.instantdb.jdbc.idbConnection.<init>(idbConnection.java:88)

Witaj nieznajomy,

Although the problem might not yet have been sorted out, you're strongly advised to check out the latest OpenEJB sources and build it yourself as there were some important changes to the way OpenEJB works/integrates with Tomcat.

Also, worth to note is that I'm doing some additional changes in that area to make it work separately per webapp. Having done it, OpenEJB will be able to be configured differently per webapp contrary to the current possibility to have only one OpenEJB for the whole Tomcat instance.

mj

Best, Jacek

Reply via email to