[JBoss-user] Commit after a long proccess

2001-10-02 Thread Pedro Gómez

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=MaxSize10/attribute
attribute name=Password /
attribute name=GCEnabledtrue/attribute
attribute name=InvalidateOnErrorfalse/attribute
attribute name=TimestampUsedfalse/attribute
attribute name=Blockingtrue/attribute
attribute name=BlockingTimeout6/attribute
attribute name=GCInterval1200/attribute
attribute name=IdleTimeout1800/attribute
attribute name=IdleTimeoutEnabledtrue/attribute
attribute name=LoggingEnabledfalse/attribute
attribute name=MaxIdleTimeoutPercent0.9/attribute
attribute name=MinSize5/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



[JBoss-user] about a commit

2001-10-01 Thread Pedro Gómez

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.

The method that i call from my servlet is:


  try {Secciones seccionesDestinoEJB =
EJBUtil.getSecciones(getUser(), idPortalDestino);SeccionView 
seccionOrigen =this.getSeccion(idSeccionOrigen);   
 SeccionView seccionDestino = 
seccionesEJB.getSeccion(idSeccionDestino);  
debugSecciones(Copiará: + seccionOrigen.getCodigoLargo() + ,a: +   
 seccionDestino.getNombre());
copiarRama(seccionesEJB, seccionOrigen, seccionDestino,
getPlantillasEJB(), getFormasLlenas());debugSecciones(Copió: + 
seccionOrigen.getCodigoLargo());} catch (RemoteException e) {  
  e.printStackTrace();throw new 
DocumentaRuntimeException(e.getMessage());}


And i can see both messages in my log.



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=MaxSize10/attribute
attribute name=Password /
attribute name=GCEnabledtrue/attribute
attribute name=InvalidateOnErrorfalse/attribute
attribute name=TimestampUsedfalse/attribute
attribute name=Blockingtrue/attribute
attribute name=BlockingTimeout6/attribute
attribute name=GCInterval1200/attribute
attribute name=IdleTimeout1800/attribute
attribute name=IdleTimeoutEnabledtrue/attribute
attribute name=LoggingEnabledfalse/attribute
attribute name=MaxIdleTimeoutPercent0.9/attribute
attribute name=MinSize5/attribute

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

Help please.

Thanks.


Pedro E. Gómez
Ingeniero de proyectos
Pragma. El Poder de la Red.
(574) 362 4242 Ext 103. 
www.pragma.com.co

__
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