2 Replies Latest reply on Jun 16, 2014 4:15 AM by akrima

    JBOSS transactionTimeou smaller than 300

    akrima

      I work with seam Framwork and JBoss server and i want to personalize the timeout of a scoop page,request,or application by making it bigger than a timout of the JBoss Server. How can i do that?

      In the  file "transaction-jboss-beans.xml" when i modify <property name="transactionTimeout">300</property> by a smaller value like 30 and i make in web.xml file :

      <session-config>

              <session-timeout>600</session-timeout>

          </session-config>

      it doesn't work.

      Can i make a timeout value bigger than this of a Jboss server ?

       

      the error:

       

      13:57:18,416 ERROR [JDBCExceptionReporter] Transaction is not active: tx=TransactionImple < ac, BasicAction: ac1db4d:cf96:539ae48f:f9 status: ActionStatus.ABORTED >; - nested throwable: (javax.resource.ResourceException: Transaction is not active: tx=TransactionImple < ac, BasicAction: ac1db4d:cf96:539ae48f:f9 status: ActionStatus.ABORTED >)