[JBoss-user] Jboss CMP

2002-07-09 Thread Ingo Vietense
Hi, i wrote a simple EntityBean with CMP2. it's implemented like the GangsterBean from the JBoss CMP sample. And i have created a new Datasource to my SAPDB Database. I put a sapdb-service.xml in the deployfolder. Everything worked fine, but my GangsterBean always uses the DefaultDS and not my

Re: [JBoss-user] Jboss CMP

2002-07-09 Thread Neal Sanche
I think that might be due to the DOCTYPE you're using in one of your deployment descriptors perhaps? Make sure your deployment descriptors are for CMP 2.x, and not a lower version. http://java.sun.com/dtd/ejb-jar_2_0.dtd";> http://www.jboss.org/j2ee/dtd/jaws_3_0.dtd";> http://www.jboss.org/

Re: [JBoss-user] Jboss CMP

2002-07-09 Thread Ingo Bruell
Hi Ingo Vietense, IV> Can you help me. it looks like an error in the deployment descriptor. But you have not send some info so i can not see. Please post the version (jboss, jdk, os, etc) and the deployment descriptors best regards Ingo Bruell --- <[EM

AW: [JBoss-user] Jboss CMP

2002-07-09 Thread Ingo Vietense
IL PROTECTED] > Betreff: Re: [JBoss-user] Jboss CMP > > > I think that might be due to the DOCTYPE you're using in one of your > deployment descriptors perhaps? Make sure your deployment descriptors > are for CMP 2.x, and not a lower version. > > > JavaBeans 2.0//

[JBoss-user] JBoss, CMP, AutoNumber problem

2001-06-23 Thread Devraj Mukherjee
I was searching on the Internet with regard to my problem which is using AutoNumbers with Container Managed Persistence. I found this URL which gave me some pointers http://groups.yahoo.com/group/jboss-docs/message/103 however as I am quite new to the whole J2EE programming environment, I coul

[JBoss-user] JBoss CMP DataType CLOB

2002-01-16 Thread Thieme, Winfried
Hello! Is it possible to use the data type CLOB of an oracle database in combination with CMP in JBoss? If not, are there any alternatives ? Thank you Winfried ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listin

[JBoss-user] JBoss CMP with MySQL?

2002-03-14 Thread JD Brennan
Title: JBoss CMP with MySQL? I'm trying to get JBoss 2.4.4 working with MySQL 3.23 with the mm.mysql-2.0.11 driver:       org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl     MySQLPool     jdb:mysql://mysql1/test     foo     bar   I get this error: [ERROR,MySQLPool] Stopped java.lang.Nu

Re: AW: [JBoss-user] Jboss CMP

2002-07-09 Thread Neal Sanche
g, 9. Juli 2002 15:32 > > An: [EMAIL PROTECTED] > > Betreff: Re: [JBoss-user] Jboss CMP > >=20 > >=20 > > I think that might be due to the DOCTYPE you're using in one of your=20 > > deployment descriptors perhaps? Make sure your deployment descript

[JBoss-user] JBoss CMP/Sybase limitation

2002-12-10 Thread Robert Martin
Hi - Sybase ASE has a limitation of 250 ANDs/ORs in a select. It also has a limitation of 250 elements inside of an IN. We've encountered a problem with the way that JBoss CMP pulls large sets of data from the database because of this limitation. CMP engine first pulls all of the primary keys

Re: [JBoss-user] JBoss CMP DataType CLOB

2002-01-16 Thread Tim Yates
d" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 11:09 AM Subject: [JBoss-user] JBoss CMP DataType CLOB > Hello! > > Is it possible to use the data type CLOB of an oracle database in > combination with CMP in JBoss? > If not,

RE: [JBoss-user] JBoss CMP DataType CLOB

2002-01-16 Thread Dain Sundstrom
There is code in 2.4 and 3.0 for handling CBLOB and BLOB. If it doesn't work submit a bug report at Source Forge. -dain > -Original Message- > From: Thieme, Winfried [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 16, 2002 5:10 AM > To: '[EMAIL PROTECTED]&#

Re: [JBoss-user] JBoss CMP with MySQL?

2002-03-14 Thread David Jencks
This error usually means your url is wrong or something similar config-wise. You may need to supply a user/pw even if apparently not required. XADataSourceLoader was in jbosspool in 2.4.4 I think--, you need to look in the attic in cvs view since this is no longer in jboss 3 at all. david jenck

RE: [JBoss-user] JBoss CMP with MySQL?

2002-03-15 Thread Joost v.d. Wijgerd
il)Subject: [JBoss-user] JBoss CMP with MySQL? I'm trying to get JBoss 2.4.4 working with MySQL 3.23 with the mm.mysql-2.0.11 driver:       org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl     MySQLPool     jdb:mysql://mysql1/test     foo     bar   I get this error: [

RE: [JBoss-user] JBoss CMP with MySQL?

2002-03-15 Thread JD Brennan
Title: JBoss CMP with MySQL? Duh!   Thank you!!!  Works now... -JD   -Original Message-From: Joost v.d. Wijgerd [mailto:[EMAIL PROTECTED]]Sent: Friday, March 15, 2002 2:46 AMTo: JD Brennan; JBoss Users (E-mail)Subject: RE: [JBoss-user] JBoss CMP with MySQL? Look at you URL

[JBoss-user] jboss, cmp and external application

2002-11-13 Thread Marcin Gryszkalis
Hi I have read-only CMP bean, it uses a table updated by external perl application. I don't use any transaction attributes. The problem is that CMP can't see the external changes. I tried all commit-option values (ABCD) in standardjboss.xml but without success. How should I do this? regards

Re: [JBoss-user] JBoss CMP/Sybase limitation

2002-12-11 Thread Alex Loubyansky
Hello Robert, have tried tuning read-ahead? alex Tuesday, December 10, 2002, 9:32:01 PM, you wrote: RM> Hi - RM> Sybase ASE has a limitation of 250 ANDs/ORs in a select. It also has a RM> limitation of 250 elements inside of an IN. We've encountered a problem RM> with the way that JBoss CMP

Re: [JBoss-user] jboss, cmp and external application

2002-11-13 Thread Marcin Gryszkalis
Marcin Gryszkalis wrote: Hi I have read-only CMP bean, it uses a table updated by external perl application. I don't use any transaction attributes. The problem is that CMP can't see the external changes. I tried all commit-option values (ABCD) in standardjboss.xml but without success. How should

[JBoss-user] Jboss CMP produces wrong sql statement

2003-10-20 Thread Panagiotis Korros
For the following Jboss-ql statement: SELECT OBJECT( o ) FROM User o ORDER BY o.organicPosition.name ASC Jboss CMP generates the following database query: SELECT t0_o.id, t1_o_organicPosition.name FROM tuser t0_o, tposition t1_o_organicPosition ORDER BY t1_o_organicPosition.name ASC This state