Hi,

I downloaded jBpm 3.0.2 starters kit, created the mySql database
with the scripts included (even re-builded them), but while deploying
my par archive (the HelloWolrdBepl par) I have the following error :


[deploypar] 11:46:35,842 DEBUG ProcessArchiveDeployer : starting transaction to 
deploy process BpelDefinition(a07440)
[deploypar] Hibernate: insert into JBPM_PROCESSDEFINITION (NAME_, VERSION_, 
ISTERMINATIONIMPLICIT_, STARTSTATE_, TARGETNAMESPACE_, ENABLECOMPENSATION_, 
EXPRESSIONLANG_, QUERYLANG_, ABSTRACT_, CLASS_) values (?, ?, ?, ?, ?, ?, ?, ?, 
?, 'B')
[deploypar] 11:46:36,283 WARN  JDBCExceptionReporter : SQL Error: 1054, 
SQLState: 42S22
[deploypar] 11:46:36,283 ERROR JDBCExceptionReporter : Unknown column 
'TARGETNAMESPACE_' in 'field list'
[deploypar] 11:46:36,293 ERROR GraphSession : 
org.hibernate.exception.SQLGrammarException: could not insert: 
[org.jbpm.bpel.def.BpelDefinition]


I had a quick look at the db script and here's what I got :

create table JBPM_PROCESSDEFINITION (ID_ number(19,0) not null, NAME_ 
varchar2(255 char), VERSION_ number(10,0), ISTERMINATIONIMPLICIT_ number(1,0), 
STARTSTATE_ number(19,0), primary key (ID_));

Am I using a wrong version of the script or any other package ?

Thanks in advance,

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

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


-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to