[JBoss-user] Boolean in the ejb-ql has sql exception

2002-06-07 Thread Arthur Wang
(Customer customer), which customer is a cmr filed for account bean. Any reply would be highly appreciated. Thanks in advance. Arthur Wang Ensemble Systems Inc. Tel: (604)232-7954 Fax: (604)231-9545 www.ensemble-systems.com ___ Don't miss

[JBoss-user] Read Clob from oracle using cmp2.0

2002-06-07 Thread Arthur Wang
to know if there are some other better solutions for this. Any reply would be highly appreciated. Thanks Arthur Wang Ensemble Systems Inc. Tel: (604)232-7954 Fax: (604)231-9545 www.ensemble-systems.com ___ Don't miss the 2002 Sprint PCS

RE: [JBoss-user] Boolean in the ejb-ql has sql exception

2002-06-07 Thread Arthur Wang
, 2002 12:03 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Boolean in the ejb-ql has sql exception If you can wait a week, this will be fixed. Also declared-sql is described in the JBossCMP documentation. -dain Arthur Wang wrote: Hi Everyone, I am depoying my applcation in JBoss

[JBoss-user] SapDB and Jboss

2002-06-07 Thread Arthur Wang
reply would be highly apreciated. Thanks Arthur Wang Ensemble Systems Inc. Tel: (604)232-7954 Fax: (604)231-9545 www.ensemble-systems.com ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas

[JBoss-user] Auto created relationship table name.

2002-06-07 Thread Arthur Wang
not be a problem if I use existing table, but in this case(create table when deploy), many to many relationship may not working. Any idea on it? Thanks Arthur Wang Ensemble Systems Inc. Tel: (604)232-7954 Fax: (604)231-9545 www.ensemble-systems.com

RE: [JBoss-user] SapDB and Jboss

2002-06-07 Thread Arthur Wang
I did get the jboss stable release this week, but do you mean that I cann't run cmp2.0 with jboss-sapdb? Thanks -Original Message- From: Brandon Knitter [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 3:14 PM To: [EMAIL PROTECTED]; Arthur Wang Subject: Re: [JBoss-user] SapDB

[JBoss-user] Using auto increment of mysql for PK

2002-06-07 Thread Arthur Wang
is: java.lang.IllegalStateException: removing bean lock and it has tx set! Embedded Exception removing bean lock and it has tx set!; nested exception is: java.lang.IllegalStateException: removing bean lock and it has tx set! Any reply would be highly appreciated. thanks Arthur Wang Ensemble Systems Inc. Tel

RE: [JBoss-user] Boolean in the ejb-ql has sql exception

2002-06-07 Thread Arthur Wang
the parameter, customer in the declared-sql, how can write this kind of query? -Original Message- From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 4:26 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Boolean in the ejb-ql has sql exception Arthur Wang wrote

RE: [JBoss-user] Using auto increment of mysql for PK

2002-06-07 Thread Arthur Wang
]] Sent: Friday, June 07, 2002 4:35 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Using auto increment of mysql for PK You need to be more specific. What exactly did you try? -dain Arthur Wang wrote: Hi, I tried to use auto_increment for primary key when I create a new entity bean

RE: [JBoss-user] Auto created relationship table name.

2002-06-07 Thread Arthur Wang
PROTECTED]] Sent: Friday, June 07, 2002 4:27 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Auto created relationship table name. Arthur Wang wrote: Hi , I have a many to many relationship betwen two beans, and I specify the relation table in the ejb-jar.xml file, but when set the create

RE: [JBoss-user] Auto created relationship table name.

2002-06-07 Thread Arthur Wang
. gary. Arthur Wang wrote: I set create-table as true in my jbosscmp-jdbc.xml, so the jboss will create table for me, but the name of relation table created is like 'A-Bs-B-As, it is not the name I specified in relation-table-mapping of jbosscmp-jdbc.xml. -Original Message- From: Dain