[jboss-user] [JBoss jBPM] - Re: BPEL delete process error

2007-05-07 Thread jerdman
Here is the full stack trace: org.hibernate.WrongClassException: Object with id: 1 was not of the specified subclass: org.jbpm.bpel.variable.def.SchemaType (loaded object was of wrong class) at org.hibernate.loader.Loader.instanceAlreadyLoaded(Loader.java:1235) at org.hibernate.l

[jboss-user] [JBoss jBPM] - BPEL delete process error

2007-05-07 Thread jerdman
I am trying to write a simple app that deploys a bpel archive to jbpm bpel and then removes it. The storage is done with the following call: context.getGraphSession().saveProcessDefinition(processDef); Deletion is done this way: graphSession.deleteProcessDefinition(processDef); The storage se

[jboss-user] [JBoss jBPM] - Concurrent JPDL & BPEL support

2007-05-03 Thread jerdman
I'm working on a new orchestration project. The higher-ups want to use BPEL because it's the latest and greatest buzzword. I'm more interested in using JPDL so that I can write useful workflows without the added frustration of making everything a webservice. Is there a way that I can configur