[jboss-user] [jBPM Development] - Why I can't run jbpm4.3 examples on oracle server?

Maciej Swiderski do-not-reply at jboss.com
Tue Jul 20 14:05:25 EDT 2010


Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] 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/553526#553526

--------------------------------------------------------------
Hibernate for unit tests is configured to drop and create database to ensure its correctness. If you want to run it against real data base is not good idea to do it from unit test. I would recommend you to deploy them and then use console to execute them.
If you really want to run them from unit test then you must remove/change following property in hibernate config file:

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


please take a look at already prepared configuration file in distribution package/install/src/cfg/hibernate/jdbc

BTW, please use parent forum for this type of questions

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

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

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100720/49f58016/attachment.html 


More information about the jboss-user mailing list