Hy!
I have another problem with javax.transaction.xa.XAException.
If I am running a program using InstantDB within JBuilder 3.5 everythings
ok.
But if I try to start the same program in debugging mode I get the Error:
java.lang.NoClassDefFoundError: javax.transaction.xa.XAException
at org.enhydra.instantdb.db.Database.dbOpen(Database.java:293)
at org.enhydra.instantdb.jdbc.idbConnection.<init>(idbConnection.java:79)
at org.enhydra.instantdb.jdbc.idbDriver.connect(idbDriver.java:40)
at java.sql.DriverManager.getConnection(DriverManager.java:457)
at java.sql.DriverManager.getConnection(DriverManager.java:159)
Any advice?
Thanks
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|