Hi,<br><br>When I was working on a project using Drools-flow, I had some problems with the "lane" and "laneset".<br><br>1.
In eclipse, I used the Flow editor to create a process and add some
swimlanes. When I tried to run it, it always had this error:
org.xml.sax.SAXParseException: <lane> is after an invalid element:
org.drools.xml.Handler<br>
Then I looked into the XML file and changed the following code:<br><br><laneSet><br> <lane name="Patient" ><br> </lane><br> <lane name="Doctor" ><br> </lane><br>
</laneSet><br><br>to:<br><laneSet><br>
<lane name="Patient" ><br>
</lane><br>
</laneSet><br><laneSet><br>
<lane name="Doctor" ><br>
</lane><br>
</laneSet><br>It worked. Could you explain why?<br><br>2. I
created a process in the web-based oryx designer with a pool that
contains several lanes. Then I imported this file in Eclipse, which
cannot open it correctly because of the lane issue, since the format in
oryx exported file is like this:<br>
<laneSet id="XXX"><br> <lane name="Patient" ><br> </lane><br> <lane name="Doctor" ><br> </lane><br></laneSet><br><br>3.
The bpmn file I created in Eclipse, although validated to be correct,
cannot be imported in Oryx. I am wondering whether it can be done this
way.<br>
<br>Could you kindly address my concerns? <br><br>Thank you very much!<br><br clear="all"><br><br clear="all">Best regards,<br>----<br>Wen <br>