have a trouble when deploy jbpm5 on websphere6.1
by jiacc@gillion.com.cn
it's ok to deploy my jbpm5 project on tomcat.but have a trouble when deploy jbpm5 on websphere6.1.
exception :
Caused by: java.lang.ClassCastException: [Ljava.lang.Object; incompatible with [Ljava.util.Map$Entry;
at org.drools.marshalling.impl.OutputMarshaller.writePropagationContexts(OutputMarshaller.java:716)
to sandeep kumar : u had the same trouble , did u resolve it? help me.
how to handl it?
12 years, 9 months
test
by Tihomir Surdilovic
test
12 years, 9 months
Hi folks.
by Diogenes Moreira
This is my firt mail to the list, and i wanna say hi.
Well, we (Argentine Ministry of Justice, Security and Human Rigth) are
trying use jBPM as core BPM platform.
In this experiences, we find a couple of bugs in the designer.
1. First question. add it to the jira or first check the bugs here?
2. I'll can gues, we will be have resource to fix bugs o some thing like
that. how is the process to send a fix.
Best
D.
http://about.me/diogenes.moreira
12 years, 9 months
Deploying work item handlers and process definitions into process server?
by Ulrich Staudinger
Hi there,
I am quite happy with the bpmn2 engine and the way things work out so far. I
am running things in standalone mode at the moment.
I have create some work item handlers, the corresponding WID definitions,
registered them also in my knowledge session with
ksession.getWorkItemManager().registerWorkItemHandler(entry.getKey().toString(),wih);
I can define bpmn processes and run these. Examples of work item handlers that
I created are BIRT report renderers or some specific test data populators.
Works really like a charm.
Now comes the question....
How can I deploy my WID definitions, the implementations of my WorkItemHandlers
and all necessary libraries into some sort of process server?
I have been looking at Guvnor already, but to be frank, I can't make the
mental link between my local setup, with a KnowledgeBuilder running in a local
virtual machine, and the main process server. Also, I have been looking up
the river and down the river for documentation about this particular step.
How can I deploy my local stuff into the process server, so that users can
start a process, possibly design new processes and interact with the
processes?
Cheers and best regards,
Ulrich
--
Ulrich Staudinger
P: +41 79 702 05 95
E: ustaudinger(a)activequant.com
http://www.activequant.com
Connect online: https://www.xing.com/profile/Ulrich_Staudinger
12 years, 9 months