zhang june [http://community.jboss.org/people/june20100606] replied to the 
discussion

"Why I can't run jbpm4.3 examples on oracle server?"

To view the discussion, visit: http://community.jboss.org/message/554316#554316

--------------------------------------------------------------
I removed the  property in hibernate config file:


<property name="hibernate.hbm2ddl.auto">create-drop</property> 

Then, the oracle server didn't drop and create new tables. However, some script 
(when I debuged the statement :
deploymentId = repositoryService.createDeployment()
        .addResourceFromClasspath("org/jbpm/examples/java/process.jpdl.xml")
        .deploy();
)still tried to update the table in oracle. Oracle error still took place.

Another question, I run the examples on hsqldb-server. The statement below:
*ProcessInstance processInstance = 
executionService.startProcessInstanceByKey("Java", variables);*
** 
I could *not find out how the  processInstance executed by key "java".*
** 
I wrote a console with the same statement. Came out an exception "no instance 
with key named 'java'".

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/554316#554316]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to