Blech.
I may have bitten off more that I can chew with this one. I can't get around
that problem with the NoClassDefFound error. That means there's something about
the environment that I don't realize...I figured that if the class is in the
jboss.jar then it was necessarily in the classpath. I even tried creating a
dummy class with no dependencies, and I got the same exception thrown when I
tried to create it. Again I verified it was in jboss.jar.
What is weird is that I called a static function in my new
UserTransactionFactory class from the TransactionManagerServive initService()
method, and got no error, but when I try to create an object from within the
UserTransactionFactory method called BY TransactionManagerService.initService(),
I get the exception. How strange is that?!
Anyway, I have pretty much hit a brick wall with this one, and I am gonna quit
for now. I think you guys could probably pull this off much faster, since I'm
obviously making some incorrect assumptions here. Better luck on your end.
-Charles