[JBoss JIRA] Created: (JBPM-2436) Mail activity details lost when switching between source and diagram
by Joram Barrez (JIRA)
Mail activity details lost when switching between source and diagram
--------------------------------------------------------------------
Key: JBPM-2436
URL: https://jira.jboss.org/jira/browse/JBPM-2436
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: GPD
Affects Versions: jBPM 4.0
Reporter: Joram Barrez
Steps to see the bug:
* Create new process
* Go to source tab
* add following xml to process:
<mail name="send mail">
<to addresses="${registrant}" />
<subject>Important</subject>
<text><![CDATA[
Hi ${name},
This is an important mail]]>
</text>
<transition to="end" />
</mail>
* Save
* Go to diagram tab, a new activity 'send mail' has been created
* Move the node visually to somewhere else
* Save
* go back to the source tab
* The to, subject, text and transition are now gone:
<mail name="send mail" g="240,226,80,40">
</mail>
--
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, 4 months
[JBoss JIRA] Created: (JBPM-2445) JBPM4-Spring 1.2 integration problems
by manish hotwani (JIRA)
JBPM4-Spring 1.2 integration problems
-------------------------------------
Key: JBPM-2445
URL: https://jira.jboss.org/jira/browse/JBPM-2445
Project: JBoss jBPM
Issue Type: Patch
Security Level: Public (Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 4.0
Environment: Win XP, JBPM4, Tomcat 6, Spring 1.2.7
Reporter: manish hotwani
Priority: Minor
JPBM4 cannot be integrated with spring 1.2.
I get the following exceptions when I try to deploy a process definition:
java.lang.NoSuchMethodError: org.springframework.transaction.support.TransactionTemplate.(Lorg/springframework/transaction/PlatformTransactionManager;Lorg/springframework/transaction/TransactionDefinition;)V
org.jbpm.pvm.internal.tx.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:77)
org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:54)
org.jbpm.pvm.internal.svc.RetryInterceptor.execute(RetryInterceptor.java:55)
org.jbpm.pvm.internal.repository.DeploymentImpl.deploy(DeploymentImpl.java:89).
The cause of the error is that the constructor "public TransactionTemplate(PlatformTransactionManager transactionManager, TransactionDefinition transactionDefinition)" (which is used in SpringTransactionInterceptor) only exists in spring 2 (and onwards) and not in spring 1.2.
--
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, 4 months