[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 sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[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 behavior in the application.

It would be quite difficult to take JBOSS 2.4.

I already read about a lot of problems with Oracle and JBOSS on this mailing
list.

And now the very important question:

Does it make sense trying to run the application based on JBOSS 2.2.2 and
Oracle 9i ?


And an other one:

What is the best proceeding to analyse the internal communication between
JBOSS and a database (Oracle 9i) ?


Thanks.

Thomas



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[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 automatically
if they are idle. (- translated message)

These are my properties for the javants.exe:

application.parameters=aaps
jvm.parameters=-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.crimson
.jaxp.DocumentBuilderFactoryImpl -Djavax.xml.parsers.SAXParserFactory=org.ap
ache.crimson.jaxp.SAXParserFactoryImpl -Djava.class.path=D:\Programme\JBoss-
2.2.2\bin\run.jar;D:\Programme\JBoss-2.2.2\lib\crimson.jar;c:\jdk1.3.0_04\li
b\tools.jar -Xms32m -Xmx128m SAPDB
current.directory=D:\Programme\JBoss-2.2.2\bin
localhost.address=127.0.0.1
mainclass=org/jboss/Main
service.display.name=JBoss and Tomcat
service.name=jbossandtomcat
stop.port=1984


Has someone an idea before I have to get through the JNI code ???

Thanks.


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



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

2002-06-03 Thread Thomas Renninger

Trying to start JBoss with JNT also fails.

Problem: Starts without errors and I cannot reproduce why it fails.

It starts much to quick, even if I have a wrong classpath or similiar it
does not throw errors in the JNT.log

Can you give me a hint how you got it running ?

starting batch file:

D:\Software\NTServices for Java\Jnt101b\JNT /InstallAsService:JBoss and
Tomcat
/SDD:\Programme\JBoss-2.2.2 -Xms32m -Xmx128m  -Djavax.xml.parsers.DocumentB
uilderFactory=org.apache.crimson.jaxp.DocumentBuilderFactoryImpl -Djavax.xml
.parsers.SAXParserFactory=org.apache.crimson.jaxp.SAXParserFactoryImpl -clas
spath
E:\work\eTenderSuite\ThirdPartyLibs;C:\j2sdk1.4.0\jre\lib\ext\JDBC;D:\Progr
amme\JBoss-2.2.2\bin\run.jar;D:\Programme\JBoss-2.2.2\lib\crimson.jar
org.jboss.Main SAPDB

Thanks.



I use JNT, it works

marcf

|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]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 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 automatically
|if they are idle. (- translated message)
|
|These are my properties for the javants.exe:
|
|application.parameters=aaps
|jvm.parameters=-Djavax.xml.parsers.DocumentBuilderFactory=org.apach
|e.crimson
|.jaxp.DocumentBuilderFactoryImpl
|-Djavax.xml.parsers.SAXParserFactory=org.ap
|ache.crimson.jaxp.SAXParserFactoryImpl
|-Djava.class.path=D:\Programme\JBoss-
|2.2.2\bin\run.jar;D:\Programme\JBoss-2.2.2\lib\crimson.jar;c:\jdk1.
|3.0_04\li
|b\tools.jar -Xms32m -Xmx128m SAPDB
|current.directory=D:\Programme\JBoss-2.2.2\bin
|localhost.address=127.0.0.1
|mainclass=org/jboss/Main
|service.display.name=JBoss and Tomcat
|service.name=jbossandtomcat
|stop.port=1984
|
|
|Has someone an idea before I have to get through the JNI code ???
|
|Thanks.
|
|
|___
|
|Don't miss the 2002 Sprint PCS Application Developer's Conference
|August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
|
|___
|Jboss-development mailing list
|[EMAIL PROTECTED]
|https://lists.sourceforge.net/lists/listinfo/jboss-development

___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[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 the CLOB columns are set
to 4000, this fits the 4kb. But it should be zero for infinity or 4.

I already read something about LOB problems in the mailinglist. Is there
already a solution ?

Should I take the Oracle OCI driver ?
Should I try the newest JBoss Version (now working with JBoss-2.2.2) ?

Thanks,

Thomas


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



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

2002-05-27 Thread Thomas Renninger

Thanks for your fast reply.

I searched the archive, but couldn't find anything about BMP.

What is this ?
or where can I find your earlier posts ?


Thanks,

Thomas

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Im Auftrag von
Sacha Labourey
Gesendet: Montag, 27. Mai 2002 15:40
An: [EMAIL PROTECTED]
Betreff: RE: [JBoss-dev] CLOB - Oracle datatype only supports 4kb
writing


Hello Thomas,

Clob support is defective in JBoss at the moment (see my earlier posts on
this topic) in both 2.4.x and 3.x series.

In the meantime, you can use... BMP.

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,

 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 the CLOB
 columns are set
 to 4000, this fits the 4kb. But it should be zero for infinity or
 4.

 I already read something about LOB problems in the mailinglist. Is there
 already a solution ?

 Should I take the Oracle OCI driver ?
 Should I try the newest JBoss Version (now working with JBoss-2.2.2) ?

 Thanks,

   Thomas


 ___

 Don't miss the 2002 Sprint PCS Application Developer's Conference
 August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development



___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development