-
1. Re: jBPM + jBoss Portal
Ronald van Kuijk Oct 2, 2008 11:54 AM (in response to anthony karta)I wrote a servlet then load processdefinition.xml from WEB-INF, create its instance and send a signal to root. Is it a right way to do BPM stuffs in enterprise context?
Sure this is an option. There are many
[qoute]* which jBPM version should I use? If I'm not wrong, jBoss Portal using 3.1. -
2. Re: jBPM + jBoss Portal
Ronald van Kuijk Oct 2, 2008 11:55 AM (in response to anthony karta)oeps wrong quoting and no preview....
JBoss Portal 2.4 and higher use at least jBPM 3.2 I think. The latest version used jBPM 3.2.2 -
3. Re: jBPM + jBoss Portal
anthony karta Oct 2, 2008 7:01 PM (in response to anthony karta)Thanks Ronald for your input.
Do I need to include jbpm-enterprise.ear (not sure about this) and jbpm-console (we might need this for bpm administration) in my portal implementation?
I saw in old posts, some people having trouble integrated jBPM and Portal/Portlet. Is there any documentation/blog somewhere how to solve them?
again thanks in advance
Anthony -
4. Re: jBPM + jBoss Portal
Ronald van Kuijk Oct 3, 2008 11:19 AM (in response to anthony karta)ear or war whatever you want. Keep in mind that without customization it uses a separate jBPM config then (including scheduler etc) So I'd customize it a little.
I saw in old posts, some people having trouble integrated jBPM and Portal/Portlet. Is there any documentation/blog somewhere how to solve them?
jBPM has no specific known issues with the portal or documention on how to integrate things (whatever that might be) And without knowing what the posts are (I'm not going to search) it is hard to tel -
5. Re: jBPM + jBoss Portal
anthony karta Oct 5, 2008 1:56 AM (in response to anthony karta)Hi Ronald
From design perspective...
when we should load jbpm context? should we keep the jbpm context open or close it for each session (ie. servlet/web service session)?
and should we create one process instance for each process (ie. ordering process) or can we use singelton object or factory class?
I'm still confuse with these bpm stuff, still not sure benefits of bpm. it;s a different mindset.
thanks again
anthony -
6. Re: jBPM + jBoss Portal
Ronald van Kuijk Oct 5, 2008 4:33 PM (in response to anthony karta)read the docs a little... context should be closed at each request....
-
7. Re: jBPM + jBoss Portal
Fidel Lagos Feb 7, 2009 2:45 PM (in response to anthony karta)I also need to integrate JBPM with Portal
can you do that???