[jboss-user] [JBoss jBPM] - Re: Error in Process Definition Deployment.

2008-05-30 Thread mputz
anonymous wrote : The problem is if I try to instance a process from the eclipse, like I described. now, *that* is some information I was missing before! hsqldb is run in In-Process mode, which means as part of the running process (the app server) in the same JVM. But this also means the db

[jboss-user] [JBoss jBPM] - Re: Error in Process Definition Deployment.

2008-05-30 Thread Fornachari
Thank you mputz, I will do this! Thank to all! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4154638#4154638 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4154638 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Error in Process Definition Deployment.

2008-05-29 Thread kukeltje
AH (sorry Martin) This is the second time that people do not know that in memory hsql databases are not shared and in this case they do not ecen point to the same database, one in memory and one as a datasource. please learn hibernate a little, learn how datasources work, learn

[jboss-user] [JBoss jBPM] - Re: Error in Process Definition Deployment.

2008-05-29 Thread mputz
@Ronald anonymous wrote : This is the second time that people do not know that in memory hsql databases are not shared well, maybe that's because it's not that obvious. it's in the connection.url (jdbc:hsqldb:mem:jbpm), but can be easily overlooked (just as I have ;-) ) @Fornachari What's

[jboss-user] [JBoss jBPM] - Re: Error in Process Definition Deployment.

2008-05-29 Thread kukeltje
hmmm it was 'table' not found so it could not load the processdefinition. jBPM does not create the tables runtime (it does work though if you configure hibernate to do so on most databases). So with an in-memory db, the tables are not there, hence. Where did you read about the datasource

[jboss-user] [JBoss jBPM] - Re: Error in Process Definition Deployment.

2008-05-29 Thread Fornachari
Kukeltje, I can open here the HSQL Database Manager and can see all tables created, everything is fine, all data are in the tables. The persistence works if I run my process from the jBPM Console. The data are being stored in the tables. The problem is if I try to instance a process from the

[jboss-user] [JBoss jBPM] - Re: Error in Process Definition Deployment.

2008-05-28 Thread mputz
anonymous wrote : My java application code, the complete error message, and config files are above, in my other comments. what is still missing is the structure of your application. For your convenience, here's a bare minimal application that could run the application code you posted:

[jboss-user] [JBoss jBPM] - Re: Error in Process Definition Deployment.

2008-05-28 Thread Fornachari
Mputz The structure of my application is correct, thank you. I tried to use the hibernate.cfg.xml that you said (jbpm-console.war) and tried to intance my process like the java code I posted above, but I receivied the error Could not find datasource But when I start the process from the jBPM

[jboss-user] [JBoss jBPM] - Re: Error in Process Definition Deployment.

2008-05-27 Thread Fornachari
Ok mputz and thank you for your reply! I downloaded the file jbpm-jpdl-suite-3.2.2.zip, that came with hibernate, hypersonic db, the jbpm 3.2.2 and the jboss (everything that I need, I think), so I am working with the Jboss that came with this file and the hypersonic DB. I didn't change

[jboss-user] [JBoss jBPM] - Re: Error in Process Definition Deployment.

2008-05-25 Thread kukeltje
most likely (very likely even) your app and the jbpm jar it is using is not using the same databasetables as the console is View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4153243#4153243 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Error in Process Definition Deployment.

2008-05-23 Thread Fornachari
Hi gandhamsuresh, I am having a problem very similar with nassij's problem. I have a process that I deployed using the eclipse and I can run it from the jBPM Console. Now, I would like to run the process from my own java application. I tried the code below: try | { |

[jboss-user] [JBoss jBPM] - Re: Error in Process Definition Deployment.

2008-05-23 Thread salaboy21
Are you using Hypersonic DB?? or you change the database?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4153078#4153078 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4153078 ___

[jboss-user] [JBoss jBPM] - Re: Error in Process Definition Deployment.

2008-05-23 Thread Fornachari
salaboy21 wrote : Are you using Hypersonic DB?? | or you change the database?? I didn't change anything, I am using Hypersonic DB! Any idea? Thank for your reply! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4153080#4153080 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Error in Process Definition Deployment.

2008-04-23 Thread gandhamsuresh
Hi, I verified with the code, there is no problem with that. Please give me an update for my previous mail so that we can understand what is the problem. Thanks Regards, Suresh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146125#4146125 Reply to the

[jboss-user] [JBoss jBPM] - Re: Error in Process Definition Deployment.

2008-04-23 Thread gandhamsuresh
Hi, Can u please provide complete details as below: Which version of JBPM r you using? Exception clearly telling there is no method like findLatestProcessDefinitionQuery in GraphSession. whether u modified hibernate-queries.xml file Thanks Regards, Suresh View the original post :