Jboss is creating a malformed SQL statement in creating a table. It sticks an extra invalid parenthesis in "NUMB_TYPE NUMBER(3)) NOT NULL"
How do I go about logging this bug? Windows NT 4.0 JBoss3.2.0RC3_tomcat-4.1.18 Xdoclet 1.2beta2 Oracle8i 2003-03-17 14:24:36,283 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.Phone] Executing SQL: CREATE TABLE PHONE (PHONE_ID NUMBER(10) NOT NULL, PHONE_NUMB varchar(255), NUMB_TYPE NUMBER(3)) NOT NULL, CUSTOMER_ID_FK NUMBER(10), CONSTRAINT PK_PHONE PRIMARY KEY (PHONE_ID)) 2003-03-17 14:24:36,394 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.Phone] Could not create table PHONE 2003-03-17 14:24:36,404 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.parentTraceEnabled=true 2003-03-17 14:24:36,414 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.nestedTraceEnabled=false 2003-03-17 14:24:36,414 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.detectDuplicateNesting=true 2003-03-17 14:24:36,414 ERROR [org.jboss.ejb.EntityContainer] Starting failed org.jboss.deployment.DeploymentException: Error while creating table; - nested throwable: (java.sql.SQLException: ORA-00922: missing or invalid option Richard ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
