Re: [JBoss-user] Element type "auto-increment" must be declared.

2003-02-26 Thread julien viet
your dtd is not the good one, your cmp file doctype must reference the 3.2 dtd and not the 3.0 julien RP> Hi, RP> I'm using jboss-3.2.0RC2 and I want to auto-increment RP> my PK in MySql. I followed the format in RP> jbosscmp-jdbc.xml: RP> RP>jsCode RP>JS_CODE RP>INTEGER RP>IN

[JBoss-user] Element type "auto-increment" must be declared.

2003-02-26 Thread Rene Palad
Hi, I'm using jboss-3.2.0RC2 and I want to auto-increment my PK in MySql. I followed the format in jbosscmp-jdbc.xml: jsCode JS_CODE INTEGER INTEGER(11) and I keep getting the errors 'Element type "auto-increment" must be declared'. Any hints? Thanks in advance! Rene

SV: [JBoss-user] element

2001-09-17 Thread Lennart Petersson
: Eric Lindauer <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 17, 2001 10:00 PM Subject: [JBoss-user] element Hi, I'm creating elements to control the transactional properties of methods in my application. I've noticed that the element accepts

[JBoss-user] element

2001-09-17 Thread Eric Lindauer
Hi,   I'm creating elements to control the transactional properties of methods in my application.  I've noticed that the element accepts "*" as a valid entry.   I'm wondering, how does JBoss resolve conflicts that might be caused by this?  For example, I'd like to say, for a particular be