k1ng hg0 [http://community.jboss.org/people/k1nghg0] created the discussion
"Re: Deployment problem of the jBPM database schema" To view the discussion, visit: http://community.jboss.org/message/578792#578792 -------------------------------------------------------------- Now I found the solution. Since MySQL Version 5.5 the command "type" was changed in "engine". At the end of each create-table-command in the sql-script jbpm.mysql.create.sql you'll find "... type=InnoDB;". This has to be changed to "...engine=InnoDB" to create the database schema for jbpm 4.4. -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/578792#578792] 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
