I face the following exception:
weblogic.transaction.internal.TimedOutException: Transaction timed out after 300 seconds
this is set within the Stateless Session EJB Bean as javax.transaction.UserTransaction jtaTransaction.setTransactionTimeout(300) but I cannot figure out, where in the application console to set this property.