Classcast exception
by Heiko Braun
15:15:23,645 INFO [DefaultCommandService] exception while executing
command org.jbpm.pvm.internal.query.ProcessDefinitionQueryImpl@58884a1d
java.lang.ClassCastException:
org.jbpm.jpdl.internal.model.JpdlProcessDefinition cannot be cast to
java.util.List
at
org
.jbpm
.pvm.internal.repository.ProcessDeployer.deploy(ProcessDeployer.java:64)
at
org
.jbpm
.pvm.internal.repository.DeployerManager.deploy(DeployerManager.java:46)
at
org
.jbpm
.pvm
.internal
.repository.RepositorySessionImpl.getObject(RepositorySessionImpl.java:
120)
at
org
.jbpm
.pvm
.internal
.query
.ProcessDefinitionQueryImpl.execute(ProcessDefinitionQueryImpl.java:72)
at
org.jbpm.pvm.internal.query.AbstractQuery.execute(AbstractQuery.java:80)
at
org
.jbpm
.pvm
.internal.svc.DefaultCommandService.execute(DefaultCommandService.java:
42)
at
org
.jbpm
.pvm
.internal
.tx
.jta
.JtaTransactionInterceptor
.executeInExistingTx(JtaTransactionInterceptor.java:65)
at
org
.jbpm
.pvm
.internal
.tx
.jta.JtaTransactionInterceptor.execute(JtaTransactionInterceptor.java:
51)
at
org
.jbpm
.pvm
.internal
.tx
.jta.JtaRetryInterceptor.executeWithoutRetry(JtaRetryInterceptor.java:
56)
at
org
.jbpm
.pvm
.internal.tx.jta.JtaRetryInterceptor.execute(JtaRetryInterceptor.java:
48)
at
org
.jbpm
.pvm
.internal
.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:46)
at
org
.jbpm.pvm.internal.query.AbstractQuery.untypedList(AbstractQuery.java:
61)
at
org
.jbpm
.pvm
.internal
.query.ProcessDefinitionQueryImpl.list(ProcessDefinitionQueryImpl.java:
141)
at
org
.jbpm
.integration
.console
.ProcessManagementImpl
.getProcessDefinitions(ProcessManagementImpl.java:61)
15 years, 4 months
DISTRO/install/build.xml
by Heiko Braun
The generated distro scripts in the install directory fail to download
and install jboss.
Can somebody look into it? I cannot test the console without it.
/Heiko
15 years, 4 months
cactus missing for trunk
by Heiko Braun
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) cactus:cactus:jar:1.8.1
15 years, 4 months
[Design of JBoss jBPM] - Re: [BPMN2] How to implement uncontrolled sequence flow beha
by tom.baeyens@jboss.com
I could not offer a stable API for activity implementations if it would have to cover all the jPDL functionality. That's why jPDL sometimes casts to implementation classes. Ideally the ActivityBehaviour interfaces would expose all necessary functionality. But time to get all that figured out and stable was not there. So I opted to start with an ActivityBehaviour API that only covers the basics. That gives us more time to explore our options before we promote that to supported API (read cast in stone).
Same is true for parsing. We could offer a more limited API to build up the process model. But that is going to take more research to get it right.
I don't think it is a big problem if implementing a new language for now requires the use of our internal PVM classes. I focussed first on the client API and the typical user pluggability like EventListeners and automatic activities.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4248506#4248506
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4248506
15 years, 4 months