<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">
<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>
                                <td>
                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>
                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
BPMN2 Editor / jBPM Problem
</h3>
<span style="margin-bottom: 10px;">
created by <a href="https://community.jboss.org/people/andre.pietsch">Andre Pietsch</a> in <i>jBPM</i> - <a href="https://community.jboss.org/message/759650#759650">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p>Hello,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>I work with jBPM v5.3 to run BPMN 2.0 processes that have been created with the new BPMN2 Editor plugin for Eclipse (BPMN2 Editor | 0.0.1.201209101728) that has been promoted by you at the release of v5.3.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Now I have a problem using global parameters in processes with that setup. The editor creates a line that looks like this</p><p>[code]<tns:global tns:identifier="MyGlobal" tns:type="java.lang.String"/>[/code]</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>The jBPM KnowledgeBuilder with which I have to load the process-file to run the process gives me the following error:</p><p>[code]ProcessLoadError: unable to parse xml : Exception class org.xml.sax.SAXParseException : <global> requires a 'identifier' attribute[/code]</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>When I remove the "tns:" before "identifier" and "type" (same problem here) with a text-editor, the KnowledgeBuilder has no problem with the files. The line looks like this after modification:</p><p>[code]<tns:global identifier="MyGlobal" type="java.lang.String"/>[/code]</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>After that modification the BPMN2 Editor is not able to recognize the global variable so I have to change it back in order to use the editor.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>This is a SERIOUS problem but I don't know who makes the mistake here. Is it the editor which generates false BPMN-XMLs or is it jBPM which interprets it the wrong way.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>I also don't want to point with a finger. I only want the problem to be fixed. So is it correct to address you or do I have to address the BPMN2 Editor guys? Or maybe both? I created a topic in their support forum for the problem to be addressed. It can be found under the following link:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><a class="jive-link-external-small" href="http://www.eclipse.org/forums/index.php/t/376303/" target="_blank">http://www.eclipse.org/forums/index.php/t/376303/</a></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>I hope for a fast answer because I have a project that depends on that stuff.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Kindest regards</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Andre </p></div>
<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
<p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/759650#759650">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in jBPM at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>