[JBoss-user] [Performance Tuning] - Re: Implications of increasing TransactionTimout value in jb

2004-11-08 Thread azydron
Many thanks for your reply - your explanation is very enlightening and most useful. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854240#3854240 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854240

[JBoss-user] [Persistence & CMP/JBoss] - Stateless Session Bean write fails

2004-11-04 Thread azydron
Hi, I have a problem using A Stateless Session Bean that writes a record to an Oracle 9i table using a JDBC DS declaration. The write (using an SQL INSERT statement) works fine if the call comes from a non-EJB client using a Helper object. If I use the same Helper object from another Stateless

[JBoss-user] [Performance Tuning] - Implications of increasing TransactionTimout value in jboss-

2004-11-03 Thread azydron
Hi, I have been having a problem with a StatelessSession Bean that did a variable number of reads from a database and at the end wrote a record to the database (Oracle 9i) based on a summary of the processing. I have no control over the size of files that I am processing. Initially I was runnin

[JBoss-user] [Persistence & CMP/JBoss] - Re: Stateless Session Bean write fails

2004-11-03 Thread azydron
OK the answer was to increase the jboss-service.xml value for TransactionTimeout. But what are the implications of changing the default? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853745#3853745 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss 3.2.3 write works from client but not from another

2004-11-01 Thread azydron
Solved - the problem was due to a controlled bean being called from a controlled bean View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853525#3853525 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853525

[JBoss-user] [EJB/JBoss] - Re: JBoss 3.2.3 write works from client but not from another

2004-11-01 Thread azydron
Solved - the problem was due to a xa-datasource controlled bean being called from a controlled bean View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853524#3853524 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853524

[JBoss-user] [Persistence & CMP/JBoss] - JBoss 3.2.3 write works from client but not from another EJB

2004-10-31 Thread azydron
Hi, I have a problem using A Stateless Session Bean that writes a record to an Oracle 9i table using a JDBC DS declaration. The write (using an SQL INSERT statement) works fine if the call comes from a non-EJB client using a Helper object. If I use the same Helper object from another Stateless

[JBoss-user] [EJB/JBoss] - JBoss 3.2.3 write works from client but not from another EJB

2004-10-31 Thread azydron
Hi, I have a problem using A Stateless Session Bean that writes a record to an Oracle 9i table using a JDBC DS declaration. The write (using an SQL INSERT statement) works fine if the call comes from a non-EJB client using a Helper object. If I use the same Helper object from another Stateless