Bugs item #523969, was opened at 2002-02-28 18:01 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=523969&group_id=22866
Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: Accepted Priority: 5 Submitted By: Markus Menner (morphace) Assigned to: Dain Sundstrom (dsundstrom) Summary: create-table in standardjbosscmp-jdbc.xm Initial Comment: When create-table is turned on (true) it seems, that jaws allways tries to create the table each time you deploy ejb's. I use Oracle and get a ORA-00955 (object does allready exist) when I deploy my war. ---------------------------------------------------------------------- Comment By: Markus Menner (morphace) Date: 2002-03-08 05:54 Message: Logged In: YES user_id=472900 Oh, yeah, you're sooo good ... that was it. Oracle always converts object names into uppercase, that's true. I use the latest 3.0 snapshot (03072002). When I changed the table names into uppercase everything worked fine. tx! (morphace, sourceforge login doesn't work) ---------------------------------------------------------------------- Comment By: Dain Sundstrom (dsundstrom) Date: 2002-03-04 22:39 Message: Logged In: YES user_id=251431 Ok you are using JBossCMP in JBoss 3.0. What release of 3.0 are you using? Are you using the jbosscmp-jdbc.xml file and not the jaws.xml file? Assuming that you are using the beta and jbosscmp-jdbc.xml file, I would guess that oracle tables are always in uppercase and you specified the table in lowercase in the jbosscmp-jdbc.xml file. Although, oracle is case insensitive jdbc DatabaseMetaData is not, so try changing the table name to be in all uppercase. ---------------------------------------------------------------------- Comment By: Markus Menner (morphace) Date: 2002-03-04 06:29 Message: Logged In: YES user_id=472900 Yeah, yeah I'm using JBossCMP ... ---------------------------------------------------------------------- Comment By: Dain Sundstrom (dsundstrom) Date: 2002-03-03 20:06 Message: Logged In: YES user_id=251431 Are you using JAWS or JBossCMP? If the former, you are using the wrong meta data file. JAWS and JBossCMP are completely seperate, and JAWS does not use the jbosscmp- jdbc.xml file. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=523969&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
