RE: [JBoss-user] [Persistence & CMP/JBoss] - create CMP with larg e amount of data (file content)

2004-04-08 Thread Ricardo Coutinho
Title: RE: [JBoss-user] [Persistence & CMP/JBoss] - create CMP with large amount of data (file content) What is your -Xmx value set to when starting up Jboss. You might need to increase the value. Find the following line "rem set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m" in the run.bat and re

[JBoss-user] Configuring an MBean so it is loaded last by Jboss.

2003-11-13 Thread Ricardo Coutinho
Title: Configuring an MBean so it is loaded last by Jboss. Hi all, How can I configure an mbean so that it is the very last thing loaded by Jboss. Ricardo __ · This email and any files transmitted with it are CONFIDENT

RE: [JBoss-user] JBoss 3.2.2 and prepared statement cache

2003-10-28 Thread Ricardo Coutinho
statement is null before closing it.   This code worked fine without the statement caching. But now I get an error from the JDBC driver telling me that 'The statement is closed'. Has anyone seen this behaviour? Ricardo Coutinho Software Engineer __

RE: [JBoss-user] Surprise with SSL after migrating from 3.0.x to 3.2.1

2003-10-10 Thread Ricardo Coutinho
there another location where that example is stored or can you supply it as an attachment? Thanks Ricardo. > Ricardo Coutinho > Software Engineer > > Odyssey Asset Management Systems S.A. Espace Kirchberg-Eolis > 26-28, rue Edward

[JBoss-user] Surprise with SSL after migrating from 3.0.x to 3.2.1

2003-10-04 Thread Ricardo Coutinho
k with 3.2.1. The beans I am looking to secure are stateful and sometimes clustered. Ricardo Coutinho Software Engineer Odyssey Asset Management Systems S.A. Espace Kirchberg-Eolis 26-28, rue Edward Steichen L-2540  Luxembourg-Kirchberg Direct Line:+

[JBoss-user] Surprise with SSL after migrating from 3.0.x to 3.2.1

2003-10-02 Thread Ricardo Coutinho
k with 3.2.1. The beans I am looking to secure are stateful and sometimes clustered. Ricardo Coutinho Software Engineer Odyssey Asset Management Systems S.A. Espace Kirchberg-Eolis 26-28, rue Edward Steichen L-2540  Luxembourg-Kirchberg Direct Line:+

RE: [JBoss-user] jboss and log4j

2003-09-30 Thread Ricardo Coutinho
Title: RE: [JBoss-user] jboss and log4j Add to the appenders in the log4j.xml file     > Ricardo Coutinho > Software Engineer > > Odyssey Asset Management Systems S.A. Espace Kirchberg-Eolis > 26-28, rue Edward Steichen L-2

RE: [JBoss-user] Exception Sorter Information

2003-09-24 Thread Ricardo Coutinho
Title: RE: [JBoss-user] Exception Sorter Information Hi Adrian, I downloaded 3.2.2rc4 and it showed the problem :) Thanks a lot. Working great now. Do you have an idea of when 3.2.2 will be finalised and released? I prefer the approach to the Ricardo > Ricardo Coutinho > So

RE: [JBoss-user] Exception Sorter Information

2003-09-23 Thread Ricardo Coutinho
onnectionPool] Destroying connection that could not be successfully matched: [EMAIL PROTECTED] 18:13:22,107 INFO  [JBossManagedConnectionPool] Exception destroying ManagedConnection .. I am using Jboss 3.2.1 Ricardo > Ricardo Coutinho > Software Engineer > ___

RE: [JBoss-user] Exception Sorter Information

2003-09-23 Thread Ricardo Coutinho
obviously not ideal. The reconnect should be transparent to the client. Any comments? > Ricardo Coutinho > Software Engineer > > Odyssey Asset Management Systems S.A. Espace Kirchberg-Eolis > 26-28, rue Edward Steichen L-2540  Luxem

[JBoss-user] Exception Sorter Information

2003-09-23 Thread Ricardo Coutinho
Title: Exception Sorter Information Hi All, I have implemented an ExceptionSorter for my AS400 connection. The reconnect works, eventually, but only after it fails one time to recreate the connection. In other words, when the connection is lost, I get an error when reusing the connection. T