hm i dont know whats going on here but i deployed the definitions under different names serveral times but there dont occur new entryies in the database
so i guess:
every time i start a class and create ja jbpm context a new one is created, the schema has to prepare the database and now i can work
but when i close all things are lost
i downt know how some things came into the database but actually there is absolutely no connection to the server
my programs run wheather my server is running or not
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962167#3962167
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962167
But when i remove this line i get an error /exception:
anonymous wrote : 15:14:50,812 [main] ERROR JDBCExceptionReporter : Table not found in statement [select processdef0_.ID_ as ID1_4_, processdef0_.NAME_ as NAME2_4_, processdef0_.VERSION_ as VERSION3_4_, processdef0_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_, processdef0_.STARTSTATE_ as STARTSTATE5_4_ from JBPM_PROCESSDEFINITION processdef0_ order by processdef0_.NAME_, processdef0_.VERSION_ desc]
| org.hibernate.exception.SQLGrammarException: could not execute query
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962163#3962163
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962163