[JBoss JIRA] Created: (JBPM-2307) prune api where possible
by Tom Baeyens (JIRA)
prune api where possible
------------------------
Key: JBPM-2307
URL: https://jira.jboss.org/jira/browse/JBPM-2307
Project: JBoss jBPM
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Runtime Engine
Reporter: Tom Baeyens
Assignee: Tom Baeyens
Fix For: jBPM 4.0
* especially the access to process definition objects can be minimized.
- setActivity on the execution interfaces should be removed for sure
- execution.fire must allow access to observable elements like activities, process definition and transitions.
- it's good if activity behaviour implementations can access the transitions and child activities structure
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBPM-2288) Queue configuration for JBM missing
by Martin Putz (JIRA)
Queue configuration for JBM missing
-----------------------------------
Key: JBPM-2288
URL: https://jira.jboss.org/jira/browse/JBPM-2288
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: jBPM 3.2.5.SP5
Reporter: Martin Putz
Fix For: SOA 4.3 CP02
The default configuration in the jbpm-jpdl-3.2.5SP5 package only contains the queue configuration for JBossMQ in /deploy/server/default/deploy/jbpm/jbpm-destinations-service.xml file.
This breaks the deployment on JBoss EAP 4.3 which comes with JBM. An alternative config file should be included in the distribution:
<mbean code="org.jboss.jms.server.destination.QueueService"
name="jboss.mq.destination:service=Queue,name=JbpmJobQueue"
xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
</mbean>
<mbean code="org.jboss.jms.server.destination.QueueService"
name="jboss.mq.destination:service=Queue,name=JbpmCommandQueue"
xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
</mbean>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months