[jboss-user] [JBoss jBPM] - Re: JBPM_PROCESSDEFINITION table not found

2009-05-12 Thread nidhiaaryabatra
jdbc connection properties in hibernate.cfg by default pointing to hsqldb; change it to your DB View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230570#4230570 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4230570

[jboss-user] [JBoss jBPM] - Re: JBPM_PROCESSDEFINITION table not found

2007-04-17 Thread anabalfun
Hello, I'm having the same problem. Have you solve it? How? Thanks!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037872#4037872 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037872

[jboss-user] [JBoss jBPM] - Re: JBPM_PROCESSDEFINITION table not found

2006-07-17 Thread newbie007
Check the console to see if hibernate is pointing to right database or not. Hibernate will display the schema it points to and it will also tell the database version on the console. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3958528#3958528

[jboss-user] [JBoss jBPM] - Re: JBPM_PROCESSDEFINITION table not found

2006-07-15 Thread abdielj
hi, First of all thanks for your help. The schema was automatically created. I used the JBPM Starter's Kit. I checked the DB Administrator and there are no typos in the table name. I'm also using the Eclipse JBPM IDE Bundle which has a plug-in that automatically creates a JBPM Project, but i

[jboss-user] [JBoss jBPM] - Re: JBPM_PROCESSDEFINITION table not found

2006-07-14 Thread hosierdm
This may sound like a stupid question, but did you actually create the database? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3958148#3958148 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3958148

[jboss-user] [JBoss jBPM] - Re: JBPM_PROCESSDEFINITION table not found

2006-07-14 Thread newbie007
Check your hibernate config file. May be you are pointing to a different schema or may be the table you created in your schema might have a typo in the name (just a thought). Did you manually created the schema or used hbm2ddl tool (hibernate tool for generating schema from mapping) ? Thanks.