Designer removes <java> tags from <on> tags
-------------------------------------------
Key: GPD-400
URL:
https://jira.jboss.org/browse/GPD-400
Project: jBPM GPD
Issue Type: Bug
Affects Versions: jBPM jPDL Designer 4.0.0.GA
Environment: Windows XP, Eclipse 3.5.2
Reporter: Tamas Malatinszki
Assignee: Koen Aers
Original XML file:
<mail g="348,588,169,53" name="Notification"
template="mailtemplate">
<on event="start">
<java class="com.own.jbpm.Notifications"
method="licenseChecking" var="mail">
<arg><object expr="#{processId}"/></arg>
</java>
</on>
<transition g="7,-8" name="Waiting for license"
to="Waiting for license requirements" />
</mail>
After any modification on Diagram view:
<mail g="348,588,169,53" name="Notification"
template="mailtemplate">
<on event="start">
</on>
<transition g="7,-8" name="Waiting for license"
to="Waiting for license requirements" />
</mail>
Issue is seems similar to GPD-395.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira