I was debugging JBoss Portal 2.2 source code to solve my problem and I find some Exception that occur in RenderPageCommand.execute() method.
org.jboss.util.NestedSQLException: Transaction is not active: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=centauro.sjes.gov.br/1098, BranchQual=, localId=1098]; - nested throwable: (javax.resource.ResourceException: Transaction is not active: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=centauro.sjes.gov.br/1098, BranchQual=, localId=1098]) I've seen the following forum http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939176 And it looks that the cause can be some Transaction that is not ended gracefully after a Portal Request. The exception isn't logged. It is simply ignored so the page is not rendered successfully. Can it be the problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949474#3949474 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949474 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
