[JBoss-dev] Getting database communication information

2002-07-15 Thread Thomas Renninger
Hello, how can I activate SQL tracing ? I turned on call-logging in the container-configuration but I don't see any additional output. I need to get some Bean - database information. Thanks. Thomas --- This sf.net email is

[JBoss-dev] Using Oracle DB on JBOSS 2.2.2

2002-07-13 Thread Thomas Renninger
Hello, I'm going to make an application Oracle 9i compliant using JBOSS 2.2.2 The application is already running with SAPDB and MSSQL. After some difficulties (using oci8 instead of thin JDBC driver ...) I got JBOSS running and creating all tables successfully. But I still have some strange

[JBoss-dev] JBoss as NTService does not start correctly

2002-06-03 Thread Thomas Renninger
Hi, I'm trying to run JBoss and Tomcat as NTService with the NTService code from the JBOSS CVS in contrib\ntservice. The Service gets installed. But I cannot get him running. It is not a real error message, if I want to start it: Service started and stopped again. Some Services are stopped

AW: [JBoss-dev] JBoss as NTService does not start correctly

2002-06-03 Thread Thomas Renninger
]]On Behalf Of |Thomas Renninger |Sent: Monday, June 03, 2002 2:43 AM |To: JBOSS Mailingliste |Subject: [JBoss-dev] JBoss as NTService does not start correctly | | |Hi, | |I'm trying to run JBoss and Tomcat as NTService with the NTService |code from |the JBOSS CVS in contrib\ntservice. | |The Service

[JBoss-dev] CLOB - Oracle datatype only supports 4kb writing

2002-05-27 Thread Thomas Renninger
Hi, I'm trying to insert some bigger data(text) into an oracle database using the CLOB datatype. I'm getting an error that the max. size for this datatype too large, but this normally cannot be (CLOB supports 4GB) and I get the Error at 4kb. I'm also using DBVisualizer and the Column size of

AW: [JBoss-dev] CLOB - Oracle datatype only supports 4kb writing

2002-05-27 Thread Thomas Renninger
. Cheers, Sacha -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Thomas Renninger Envoyé : lundi, 27 mai 2002 15:10 À : [EMAIL PROTECTED] Objet : [JBoss-dev] CLOB - Oracle datatype only supports 4kb writing Hi