Hello Guys
So we change to english. I hope I get where I want to. :-)
First off all, I don't think it's a startup problem. The application starts perfectely. The time out occures the moment I start this special method.
Maybe a quick try of explanation what happens in this method:
As I said on the original post, I didnt' do anything of this program and have also to find out whats happens actually.
In this method a list of products get's generated and the export to excel.
And if there are more then 100 products and it takes more then 2 minutes I get this "request timed out"
The code in the transaction-jboss-beans.xml file is:
<!-- Unit from transactionTimeout: Seconds -->
<property name="transactionTimeout">300000</property>
<property name="objectStoreDir">${jboss.server.data.dir}/tx-object-store</property>
<property name="mbeanServer"><inject bean="JMXKernel" property="mbeanServer"/></property>
I'm so sorry, but I really don't know where i find the original error message. :-( Ist it in a Log file?