[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=bb&op=viewtopic&p=4230570#4230570

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4230570
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bb&op=viewtopic&p=3958148#3958148

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958148
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-14 Thread abdielj
Yes. And I checked the Database Manager and the table has data, including the 
the record for the process that i want to instatiate.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958156#3958156

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958156
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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.





View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958222#3958222

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958222
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 noticed that the generated folder with the needed 
dependencies is missing the hibernate3.jar so I added manually to the project 
in another folder. I don't know if that may be the problem. 

Another thing is that the problem is with all accesses to the database, because 
i tried to obtain the list of tasks for a user with 


  | List taskList = jbpmContext.getTaskList("ernie");
  | 

and got the same error for the JBPM_TASKINSTANCE table. 

Also when I try to run the project I get the following warning


  | WARN  EhCacheProvider : Could not find configuration
  | 

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958263#3958263

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958263
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-17 Thread abdielj
I have not fix this problem yet. Can anybody help me ?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958523#3958523

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958523
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bb&op=viewtopic&p=3958528#3958528

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958528
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bb&op=viewtopic&p=4037872#4037872

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037872
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user