[JBoss jBPM] - Re: a fast solution
by jainer
Hi ronald, you do not believe that it is by laziness, i understand that when a task ends, the next task is assigned to the next actor and shows the message: "A new task has been assigned to", and using code in the process definition like this one:
| <task-node name="proyecto">
| <task name="revision proyecto" swimlane="revisor">
| <controller>
| <variable name="numero" access="read"></variable>
| <variable name="fecha" access="read"></variable>
| <variable name="aceptado-almacen" access="read"></variable>
| <variable name="aceptado-proyecto" access="read,write,required"></variable>
| </controller>
| </task>
| <transition name="enviar a contabilidad" to="contabilidad"></transition>
| </task-node>
|
Or Using assignments like these:
| <task name="revision proyecto">
| <assignment actor-id="luis mantilla"/>
|
| <task name="revision proyecto">
| <assignment class="com.factura.handler.Asigna"/>
|
i want to know if using:
| <assigment pooled-actors="faber aritizabal, luis mantilla"/>
|
i can do that show the message "New tasks has been assigned to".
Please, tell me if i'm wrong, i just need a little step to contine my work. I think that i had to have been more explicit in the past.
Sorry!!
jainer e.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962310#3962310
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962310
18 years, 5 months
[JBoss AOP] - interceptor not executing in jboss4.0.4GA
by chelaru.viorel
hi,
i know this is a newbie question but i've searched the forum for posts that give the solution of making aop work on jboss4.0.4GA but non works for me;
so i have jboss4.0.4GA, config all,jdk5;
-in \jboss-aop.deployer\META-INF\jboss-service.xml i 've set EnableLoadtimeWeaving to true
-in jbossweb-tomcat55.sar\META-INF\jboss-service.xml i 've set UseJBossWebLoader to true
- i deployed the .aop jar in the deploy dir
- i deployed a simple war with a jsp calling new HelloAOP().callMe()
jboss-aop.xml is :
as you can see...it's not such a big deal...; the call new HelloAOP().callMe() works fine but the interceptor does't do anything....; AspectDeployer sais that deployed my test.aop ...no error message...and nothing from the interceptor....
what i'm missing ?
thanks
Viorel
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962305#3962305
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962305
18 years, 5 months