Oh, now I see that the Create Table statement is also shown in the JBoss log with the
debug on. Thanx, that is good to know.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835349#3835349
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=postin
Thank you Pascal, indeed this is the problem and I found it out myself just 5 minutes
ago after reviewing the SQL TRACE of my Oracle server and seeing what CREATE TABLE
statement causes the problem. I guess you found it out the same way, but it took me
more time ;). Thanx a lot anyway!
Boyan
V
One more thing, I don't know if it would help. On Oracle 8.1.7 it says "invalid column
name", and when I try to deploy using Oracle 9.0.2 it says "invalid identifier".
Otherwise the problem is the same.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835340#38
I haven't set any mapping of beans to tables and columns in the jbosscmp-jdbc.xml. So
JBoss is the one that is constructing the column names.
Here is the complete log with debug info:
2004-05-18 14:01:12,307 INFO [org.jboss.deployment.MainDeployer] Starting deployment
of package: file:/C:/jbos
Yes, the mapping is ok, because this problem only appears with the first bean. If I
create the table for it manually and try to deploy, the other bean's tables are
created just fine. I am using Oracle 8.1.7. Here is the jbosscmp-jdbc.xml content:
http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0
Hi guys,
I would appreciate it if someone gives me some idea how to resolve the following
problem. I am trying to deploy a JAR on JBoss 3.2.3. The JAR contains 3 entity beans
with CMP and local interfaces and a session bean. When I try to deploy the JAR, I get
the following error:
org.jboss.de