My vote goes for "ProcessDefinition" and "ProcessInstance".
As other people mentioned, Process can mean both, depending on the persons speaking. This can load to confusion, and I think saying "ProcessInstance" is maybe more verbose, but at least totally clear.
By the way, this is indeed basically one of the first things we try to teach people in the trainings (even business people in our BPMN trainings), the difference between a process definition and instance...
Last remark: Same I would say for TaskDefinition & TaskInstance (when we come to this point)...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190745#4190745
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4190745
I cleaned up the deployment code in the test layer to properly cleanup the failed test as this was causing every other test to fail due to the previous incomplete deployment.
We either need
- a fix from messaging, not likely as the code is ready to go out the door
- exclude this property
- use a demand state="Configured" depends:
| <bean name="HAJNDI" class="org.jboss.ha.jndi.HANamingService">
| ...
| <property name="distributedTreeManager">
| <bean class="org.jboss.ha.jndi.impl.jbc.JBossCacheDistributedTreeManager">
| <property name="clusteredCache"><inject bean="HAPartitionCacheHandler" property="cache"/></property>
| <demand state="Configured">HAPartition</demand>
| </bean>
| </property>
|
I don't think we have mapped this type of dependency onto mbean services, but I'll check.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190732#4190732
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4190732
"anil.saldhana(a)jboss.com" wrote :
| The question is how do I get to the code generated by AOP to add the priv block. Am I looking at weaving in some aspects?
You'll have to check with Kabir. That would be an aspect on a joinpoint...
The GA is going to have to be delayed for another week due to profileservice issues, so I would take a break after you send an email/post on the aop privileged block issue.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190731#4190731
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4190731