[JBoss jBPM] - JPDL and loop mapping
by rarondini
Hi all,
I would like to know if is possible, and how, is mapped a loop condition in jBPM and JPDL. An Example:
I have process P1, P2, P3, P4, P5, wich are mapped as: START -> P1 -> P2 -> P3 -> P4 -> P5 -> END. But process P3 can transit to P1 again, when specific conditions occurs with P3, and the process is executing in loop untill an other condition occurs with P3 and this follows normal flow to end.
Thanks.
Rogério Rondini
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965721#3965721
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965721
19 years, 8 months
[JBoss Seam] - Seam + Portlet + EntityManager
by chuaky
dear all,
I got some problems with Entity Manager and still troubleshooting, hope you could help.
What i did was to make a sample war file by piecing the seam examples together:
1. First use example/portal and add facelets and tomahawk support
2. Modify to include EJB3 (changing component.xml, persistence.xml, jboss-beans, ejb-jar.xml). I refer to example/issues for the EJB3 portion.
I encountered problem when retrieving the entitymanager which seems to be null after i compare variable "em" with null.
@PersistenceContext(unitName="entityManager")
private EntityManager em;
I couldn't find whats wrong with those xml files (which is reference from example/issues)
(1) I would like to ask if we would deploy EJB3 using WAR file?
See http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/e...
section 3.3.
If this is the case, then how to deploy portlet using EAR file, so that could use EJB3. What happens to the context root for application.xml?
(2) Or deploy with 2 files: EJB3 in EAR and another WAR file for the web?
I'm still new to JBoss so please bear with me if i ask simply questions.
By the way, my main purpose is to use seam + portlet + facelets + tomahawk + ejb3. Best if someone can give a sample on this :)
Many thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965719#3965719
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965719
19 years, 8 months
[JBoss AOP] - Re: Problems getting AOP to work on jboss4.0.4GA
by Duffcase
Yes, the second error only apperars using "default" config.
I briefly tested the injboss example, but couldnt get it to work. The build goes fine, and the packages generated seems fine, and the deploy/undeploy works fine as well, but the output doesn't have any aop in it..
| 13:50:50,383 INFO [STDOUT] **** EarExampleServlet.service()
| 13:50:50,481 INFO [STDOUT] *** ExampleSessionBean.getValue()
| 13:50:50,482 INFO [STDOUT] **** ExampleValue String Constructor
| 13:50:50,483 INFO [STDOUT] **** ExampleValue String Constructor
| 13:50:50,532 INFO [STDOUT] **** ExampleValue.getMessage()
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965713#3965713
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965713
19 years, 8 months