[rules-users] Error When changing persistence from H2 to Oracle for TaskService

tolitius webakaunt at gmail.com
Fri Apr 2 10:39:54 EDT 2010


@ramram,

   As I already said in Drools-Dev:
http://n3.nabble.com/Persistence-issue-using-Oracle-td417229.html#a417229

   As of Drools 5.1 M1, Drools Flow will not work with Oracle via 

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

   due to the fact that some of Drools Flow Entity Names are longer than 30
characters (Oracle does not eat that), some of Drools Flow Entity properties
use Oracle keywords (e.g. USER, etc..), ...

   You would have to remap them manually, and manually create your schema.

/Anatoly
-- 
View this message in context: http://n3.nabble.com/Error-When-changing-persistence-from-H2-to-Oracle-for-TaskService-tp685431p693007.html
Sent from the Drools - User mailing list archive at Nabble.com.



More information about the rules-users mailing list