RE: [JBoss-user] Multiple database connections

2003-02-16 Thread Krishnakumar N
Works fine! Thanks, Marek. Cheers, Krishna -Original Message- From: Marek Lange [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 9:16 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Multiple database connections > Does anybody have a sample Oracle-Service.xml for config

Re: [JBoss-user] JBoss & Log4J

2003-02-16 Thread Zeev B
I did not alter the server's log4j configuration - the example is taken from my application's log4j configuration file. - Original Message - From: "Anders Engström" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 9:15 PM Subject: Re: [JBoss-user] JBoss & Log4

Re: [JBoss-user] JBoss & Log4J

2003-02-16 Thread Zeev B
The Log4j javadocs state that calling the configure method will not effect the current configuration (to do that you should call the resetConfiguration method first). - Original Message - From: "Anders Engström" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 14, 2003 4:4

RE: [JBoss-user] JMS persistence manager for Oracle8

2003-02-16 Thread Jeremy Boynes
Enough already As of 9.2.0: Oracle do not support the standard JDBC stream APIs for BLOBs with the thin driver. This includes setObject() Oracle support the standard API with the OCI driver. Oracle support their own API with the thin driver. Oracle do not support the JDBC3.0 Blob write API JBoss u

Re: [JBoss-user] JMS persistence manager for Oracle8

2003-02-16 Thread Stephen Coy
On Monday, February 17, 2003, at 02:51 PM, Rod Macpherson wrote: I still hold there is no 4K limit using JDBC calls. I have tested this in the past using straight java(x).sql.* calls and was unable to get it to work unless the oci driver was used. I suspect that weblogic is using the Oracle

Re: [JBoss-user] connector deployment

2003-02-16 Thread David Jencks
On 2003.02.16 22:55 Gejara Kumar wrote: > Hi > Can any body help me to resolve this issue? > > Thanks > Kumar > > On Fri, 14 Feb 2003 Gejara Kumar wrote : > >Hi > > > >I have followed the following steps and getting the following > >error while configuring/deploying the connector. > > > >1. I

Re: [JBoss-user] JMS persistence manager for Oracle8

2003-02-16 Thread Rod Macpherson
> > Doesn't this [code] just confirm my remark: > That you need oracle-specific code to exceed the 4K limit? It does not confirm that because it fails under jboss and works everywhere else. The oracle-specific code is just a convenience after using vanilla JDBC to get the blob, but that's not very

Re: [JBoss-user] connector deployment

2003-02-16 Thread Gejara Kumar
Hi Can any body help me to resolve this issue? Thanks Kumar On Fri, 14 Feb 2003 Gejara Kumar wrote : Hi I have followed the following steps and getting the following error while configuring/deploying the connector. 1. I have copied the following service.xml to default/deploy directory. 2. I

Re: [JBoss-user] JMS persistence manager for Oracle8

2003-02-16 Thread Stephen Coy
On Monday, February 17, 2003, at 12:47 PM, Rod Macpherson wrote: The standard JDBC result set returns the blob without any vendor-specific magic aside from using the correct driver. The actual column type is an oracle blob and we use that to update the column by writing a stream supplied by ora

Re: [JBoss-user] JMS persistence manager for Oracle8

2003-02-16 Thread Rod Macpherson
The standard JDBC result set returns the blob without any vendor-specific magic aside from using the correct driver. The actual column type is an oracle blob and we use that to update the column by writing a stream supplied by oracle-specific getBinaryOutputStream since there is no setBytes() on th

Re: [JBoss-user] jboss backup management: howto?

2003-02-16 Thread Rod Macpherson
As long as we know the feature is on the way and that it requires a check query we're content. Thanks. - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 16, 2003 4:27 PM Subject: Re: [JBoss-user] jboss backup management: howto?

Re: [JBoss-user] jboss backup management: howto?

2003-02-16 Thread David Jencks
I guess I better update some samples if I expect anyone to figure out how to use it:-) in 3.0 and 3.2, you have to use *-service.xml files (*-ds.xml files won't do this yet in 3.2) Include something like this in the mcf properties section: select count(*) from empty_table Obviously you need to

Re: [JBoss-user] jboss backup management: howto?

2003-02-16 Thread Rod Macpherson
I updated the default oracle-service.xml but the only changes were to the driver URL and the credentials. Do we need to specify a connection test query or does that come with the existing oracle jca adapter/wrapper? Using the default 15 minute idle period but not supplying a query. - Original

Re: [JBoss-user] jboss backup management: howto?

2003-02-16 Thread David Jencks
On 2003.02.16 16:52 Rod Macpherson wrote: > I caught some of the conversation: dead connections are not being > ressurected. The following settings are used iff a test table is > specified > in weblogic: > > testConnsOnReserve > testConnsOnRelease > refreshPeriod (must be non-zero, yep, non-zero

[JBoss-user] Exposing Optomistic Locking version/timestamp fields to Value object

2003-02-16 Thread Brian Wallis
I posted this earlier but couldn't see it in the archives, seems to have been lost. On Fri, 14 Feb 2003 08:07, Brian Wallis wrote: > On Thu, 13 Feb 2003 01:58, Alex Loubyansky wrote: > > DW> Now that I think of it, wasn't some version of JBoss (3.2 or 4) going > > to DW> support Optimistic Lockin

Re: [JBoss-user] jboss backup management: howto?

2003-02-16 Thread Rod Macpherson
I caught some of the conversation: dead connections are not being ressurected. The following settings are used iff a test table is specified in weblogic: testConnsOnReserve testConnsOnRelease refreshPeriod (must be non-zero, yep, non-zero if either of the above are defined) Weblogic does not spe

[JBoss-user] I search of recommendations for Ant and CVS directory structures

2003-02-16 Thread Rob Finneran
Hi,   I'm looking for good examples or advice on how to set up my CVS and Ant build environment. I'm creating a new directory structure and I would like to get feedback if anyone has any advice on how to organize my project.   I'm setting up a new project with Ant 1.5.1, JBoss, JUnit, Eclips

Re: [JBoss-user] jboss backup management: howto?

2003-02-16 Thread David Jencks
I missed the original post... This is very odd. There is an idletimeout setting, as long as it is shorter than the time it takes the dba to do the backup all connections should have been discarded by the time the db is restored. In cvs and thus in the next releases of 3.0/3.2/4 there is a "flush

Re: [JBoss-user] classpath for JSP compiling

2003-02-16 Thread Rod Macpherson
Can we specify that we want all JSPs compiled at deploy time? The servlet approach has shortcomings such as losing the ability to just update a page on the fly. Since jetty controls the package structure and the location of class files it would be nice to have a compile-on-deploy switch or at leas

Re: [JBoss-user] jboss backup management: howto?

2003-02-16 Thread Thorbjørn Ravn Andersen
Haslbeck, Jörg wrote: Hi, I have a, as far as I understand, common problem: My application is based on JBoss and Oracle and the application data is backed up every night. What happens is that the database department shuts down Oracle, runs the backup, and brings the database server back on-lin

Re: [JBoss-user] classpath for JSP compiling

2003-02-16 Thread SainTiss
Hi, it certainly was deployed, otherwise the servlets wouldn't work either... But I've solved the issue by creating an .ear with the .jar and the .war listed as modules in the application.xml... I didn't know this was obligatory though... I thought an .ear wasn't really needed because the .jar

Re: [JBoss-user] classpath for JSP compiling

2003-02-16 Thread Jules Gosnell
Jasper expects it's classpath to be passed as a string via an init-param. This string is generated by walking up the classloader hierarchy and adding all relevant dirs/jars to it. This generation is done on deployment of the war. It looks s if it is missing the classes in your ejb-jar. was it

Re: [JBoss-user] JMS persistence manager for Oracle8

2003-02-16 Thread Stephen Coy
On Sunday, February 16, 2003, at 06:51 PM, Rod Macpherson wrote: I believe the direct support is through Oracle specific API's. FALSE. The JDBC API works fine with the underlying driver which is obviously oracle-specific. There is no problem using LOBs except when using jboss. The same metho

Fw: [JBoss-user] build jboss-head fail

2003-02-16 Thread Henny Aumars
  - Original Message - From: Henny Aumars To: [EMAIL PROTECTED] Sent: Saturday, February 15, 2003 9:55 PM Subject: RE: [JBoss-user] build jboss-head fail OK, here is the output :   I:\Download\JBoss\jboss-head\build>buildCalling ..\tools\bin\ant.bat -logger org.apache.tools.ant.NoB

[JBoss-user] classpath for JSP compiling

2003-02-16 Thread SainTiss
Hi, I'm writing a simple JSP in which I try to access an Entity EJB. Yet while accessing the jsp, I get javac errors in the JBoss log, like this: Error compiling file: /usr/local/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/eenloketsysteem/jsp/stTest_jsp.java /usr/local/jbos

Re: [JBoss-user] JMS persistence manager for Oracle8

2003-02-16 Thread Marek Lange
Sorry, I really should not respond to questions at 2:00AM! :-) If you have just hacked, er, modified the standard jbossmq-service.xml file, then the "CREATE_MESSAGE_TABLE" string will be wrong for Oracle, and this will yield the "invalid column type" exception that you are seeing below. The

[JBoss-user] URGENT RESPONSE

2003-02-16 Thread [EMAIL PROTECTED]
CONFIDENTIAL BUSINESS PARTNERSHIP SOLICITED. FROM KSWOOD DIRECTOR PROJECT IMPLEMENTATION (MEMR) DIRECT TEL NO: 0027 73 152 2629 15-02-2003 Dear Sir/Madam I am an Engineer wit

Re: [JBoss-user] JMS persistence manager for Oracle8

2003-02-16 Thread Rod Macpherson
>> I believe the direct support is through Oracle specific API's. FALSE. The JDBC API works fine with the underlying driver which is obviously oracle-specific. There is no problem using LOBs except when using jboss. The same method that works in a stand-alone executable and under weblogic fails i