Hi, Burt,
I think Takuya encountered this exception recently and solved it. The missing class file
will cause this exception because there is no concrete implementation of one interface
in the factory pattern.
java.lang.NoClassDefFoundError
at org.objectweb.jotm.Current.<init>(Current.java:121)
at org.objectweb.jotm.UserTransactionFactory.getObjectInstance(UserTrans
actionFactory.java:45)
Hope it helps!
Hongbing
