I am running a proccess and when i have few data it runs well, i mean it performs the 
commit and i can see the result in the DB, but when there are many data and the 
proccesses takes about 15 minutes, the proccess ends well but i does not perform the 
commit... 
I say the proccess end well, becouse i can see others messages that i put in a log, 
and it create a lot of directories in the file system which are part of the proccess, 
there are no error messages in the log, and it seems like the proccess ends fine but 
not.


I have jboss 2.4 integrated with tomcat.

My DB is oracle 8.15


I have tried with the default configuration and with following configuration:



<attribute name="MaxSize">10</attribute>
<attribute name="Password" />
<attribute name="GCEnabled">true</attribute>
<attribute name="InvalidateOnError">false</attribute>
<attribute name="TimestampUsed">false</attribute>
<attribute name="Blocking">true</attribute>
<attribute name="BlockingTimeout">60000</attribute>
<attribute name="GCInterval">12000000</attribute>
<attribute name="IdleTimeout">18000000</attribute>
<attribute name="IdleTimeoutEnabled">true</attribute>
<attribute name="LoggingEnabled">false</attribute>
<attribute name="MaxIdleTimeoutPercent">0.9</attribute>
<attribute name="MinSize">5</attribute>

The transaction type is required, and the rest of the system, about 150 operations 
work fine.

Help please.

Thanks.

______________________________________
Message sent with Misiva
Visit us at http://www.pragma.com.co/misiva

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to