Hi,<br><br>When I was working on a project using Drools-flow, I had some problems with the &quot;lane&quot; and &quot;laneset&quot;.<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: &lt;lane&gt; is after an invalid element:
 org.drools.xml.Handler<br>
Then I looked into the XML file and changed the following code:<br><br>&lt;laneSet&gt;<br>      &lt;lane name=&quot;Patient&quot; &gt;<br>      &lt;/lane&gt;<br>      &lt;lane name=&quot;Doctor&quot; &gt;<br>      &lt;/lane&gt;<br>


&lt;/laneSet&gt;<br><br>to:<br>&lt;laneSet&gt;<br>
      &lt;lane name=&quot;Patient&quot; &gt;<br>
      &lt;/lane&gt;<br>
&lt;/laneSet&gt;<br>&lt;laneSet&gt;<br>

      &lt;lane name=&quot;Doctor&quot; &gt;<br>

      &lt;/lane&gt;<br>

&lt;/laneSet&gt;<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>
&lt;laneSet id=&quot;XXX&quot;&gt;<br>      &lt;lane name=&quot;Patient&quot; &gt;<br>      &lt;/lane&gt;<br>      &lt;lane name=&quot;Doctor&quot; &gt;<br>      &lt;/lane&gt;<br>&lt;/laneSet&gt;<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>