[jboss-user] [JBoss jBPM] - Re: How to start a JBPM Work Flow remotely???

2008-06-16 Thread cr3
Thanks Octomac for your reply!!! But I got a bad new (for me). I got this error: 09:29:22,625 [main] WARN JDBCExceptionReporter : SQL Error: -22, SQLState: S0002 09:29:22,625 [main] ERROR JDBCExceptionReporter : Table not found in statement [select top ? processdef0_.ID_ as ID1_4_,

[jboss-user] [JBoss jBPM] - Re: How to start a JBPM Work Flow remotely???

2008-06-16 Thread Octomac
It looks like your program is trying to find an existing process definition by the name of 'Gestion de Problemas', but there isn't a process by that name in your database. Have you deployed that process yet? That's about the only thing that comes to mind off the top of my head. View the

[jboss-user] [JBoss jBPM] - Re: How to start a JBPM Work Flow remotely???

2008-06-12 Thread Octomac
I'm not sure if this will help, as I'm fairly new to JBPM myself, but whenever I need to instantiate a JbpmContext object, I use the following line of code: | jbpmConfiguration = JbpmConfiguration.getInstance(); | This calls a static method in the JbpmConfiguration class used to