hello,

i've tried to deploy an entity bean on jboss 3.0.0 that i've developed and
tested with the j2ee ri and cloudscape.

cloudscape's table names are case sensitive. the sql statements generated
from the persistence manager of the j2ee ri are build with "" around the
table names. this is the reason why the combination j2ee ri and cloudscape
works with a tablename like "AdressTypEJBTable".

deploying the same bean on jboss is ok. but getting a reference from my
client app i.e. with getByPrimaryKey() results in an error:

Find failed SQL Exception: Table 'ADRESSTYPEJBTABLE' does not exist.


my question: where can i modify the generation of the sql statements, so it
is using "" around the names?

thanx

_______________________________________________________________

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

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to