I am unablecreate schema on Oracle .

  | jbpmSchema = new JbpmSchema(configuration);
  | jbpmSchema.createSchema();
  | 

it generate this sql - it is incorrect sql. Any suggestion be good.

My cfg looks like this 

  | <property 
name="hibernate.dialect">org.hibernate.dialect.Oracle9Dialect</property>
  |     <property name="hibernate.connection.driver_class">
  |             oracle.jdbc.driver.OracleDriver</property>
  | 

create table JBPM_ACTION (ID_ number(19,0) not null, 
  | class char(1 char) not null, NAME_ varchar2(255 char), 
  | ISPROPAGATIONALLOWED_ number(1,0), 
  | REFERENCEDACTION_ number(19,0), 
  | ACTIONDELEGATION_ number(19,0), 
  | EVENT_ number(19,0), PROCESSDEFINITION_ number(19,0), 
  | EXPRESSION_ varchar2(4000 char), TIMERNAME_ varchar2(255 char), 
  | DUEDATE_ varchar2(255 char), REPEAT_ varchar2(255 char), 
  | TRANSITIONNAME_ varchar2(255 char), TIMERACTION_ number(19,0), 
  | EVENTINDEX_ number(10,0), EXCEPTIONHANDLER_ number(19,0), 
EXCEPTIONHANDLERINDEX_ number(10,0), 
  | primary key (ID_));

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922872#3922872

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922872


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to