[jboss-user] [JBoss Portal] - Re: Servlet calling java:portal/UserModule

Antoine_h do-not-reply at jboss.com
Sat Mar 22 12:51:34 EDT 2008


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



More information about the jboss-user mailing list