[ 
http://jira.jboss.com/jira/browse/JBAS-1358?page=comments#action_12315067 ]
     
Ben Wang commented on JBAS-1358:
--------------------------------

Julien,

Thanks for fixing this clustering related bug. Just curious though. How did you 
discover this bug? I thought when httprequest is called by the container, it 
will have no associated active tx since this is web that we are talking about?

BTW, have you applied change to head as well?

-Ben

> Tomcat session replication breaks if there is already an active transaction
> ---------------------------------------------------------------------------
>
>          Key: JBAS-1358
>          URL: http://jira.jboss.com/jira/browse/JBAS-1358
>      Project: JBoss Application Server
>         Type: Bug
>   Components: Clustering
>     Versions:  JBossAS-4.0.2RC1, JBossAS-4.0.2 Final
>  Environment: the all configuration
>     Reporter: Julien Viet
>     Assignee: Julien Viet
>      Fix For:  JBossAS-4.0.2RC1, JBossAS-4.0.2 Final

>
> Original Estimate: 4 hours
>         Remaining: 4 hours
>
> When an active transaction is running the session replication breaks.
> It uses javax.transaction.UserTransaction to begin/commit to wrap the jboss 
> cache replication.
> This breaks when a transaction is already active.
> The solution is to use the transaction manager instead of user transaction 
> and suspend/resume
> any incoming transaction before/after the session replication occurs.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to