yes... when you ask for the current transaction, it uses a static method of a special class to get the singleton transaction that is currently on.
if you have some hibernate jar in your project, ... then you have two classes loaded, in two class loader. the one in jboss, and the one in the "webapp local class loader". the jboss has an active transaction in the singleton, because it started it (that's it's job) but the webapp local class loader has none. good to hear you solved it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138430#4138430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138430 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
