The Process Designer is being developed here:<div><a href="https://github.com/intalio/process-designer">http://github.com/intalio/process-designer</a><br><br></div><div>We fixed the loading issue and it should work on Firefox and Safari as well as on Chrome, even the beta dev.</div>
<div><br></div><div>We are working on implementing Chrome Frame support for IE right now.</div><div><br></div><div>Feel free to take it for a spin.</div><div><br></div><div>Thanks,</div><div><br></div><div>Antoine</div><div>
<br><div class="gmail_quote">On Wed, Nov 3, 2010 at 08:15, Kris Verlaenen <span dir="ltr"><<a href="mailto:kris.verlaenen@cs.kuleuven.be">kris.verlaenen@cs.kuleuven.be</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
It is possible there are still issues between Oryx and Drools Eclipse<br>
plugin, as they are both using the same spec but not necessarily the<br>
same version (or interpreting the spec differently). First of all, I<br>
would recommend updating to the latest version of the Oryx designer<br>
(unfortunately you'll have to use Chrome as browser in that case as it<br>
doesn't load on FF, something small we still have to fix) which can be<br>
found here:<br>
<a href="http://anonsvn.jboss.org/repos/labs/labs/jbossrules/contrib/designer/1.0.0.026-SNAPSHOT/" target="_blank">http://anonsvn.jboss.org/repos/labs/labs/jbossrules/contrib/designer/1.0.0.026-SNAPSHOT/</a><br>
<br>
The reason is that the first version of the designer (which you were<br>
using) was still using the beta1 version of the BPMN2 spec. The eclipse<br>
plugin is already using the beta2 version, and so is the latest version<br>
of the designer. There is still limited support for the beta1 format,<br>
that's why eclipse will be able to open and save a BPMN2 file created in<br>
Oryx (it will use beta1 format in that case), but starting from Eclipse<br>
won't work in Oryx (as the old version of Oryx won't understand the<br>
beta2 format). You can see the difference by looking at the namespace<br>
used for bpmn, which will be different for beta1 and beta2.<br>
<br>
The other problem you mentioned, the "g" namespace not being added to<br>
the BPMN2 file, is indeed a known issue that is already fixed on the<br>
latest trunk. I suggest you download a latest version of the Eclipse<br>
plugin here:<br>
<a href="https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/" target="_blank">https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/</a><br>
<font color="#888888"><br>
Kris<br>
</font><div><div></div><div class="h5"><br>
melc wrote:<br>
> I also get this error when creating a bpmn process in eclipse (galileo) and<br>
> trying to open/view it in guvnor, having it committed first.<br>
><br>
> I'm using <a href="http://jboss-5.1.0.GA" target="_blank">jboss-5.1.0.GA</a> and drools version 5.1 . The application server is<br>
> running on port 8080 (default configuration). I'm not using any rdbms only<br>
> what<br>
> comes bundled (h2 embedded db ) with drools. For oryx designer i'm using<br>
> designer.war Revision 35836: /labs/jbossrules/contrib/designer as downloaded<br>
> from url,<br>
> <a href="http://anonsvn.jboss.org/repos/labs/labs/jbossrules/contrib/designer/" target="_blank">http://anonsvn.jboss.org/repos/labs/labs/jbossrules/contrib/designer/</a><br>
> as specified in,<br>
> <a href="http://blog.athico.com/2010/09/bpmn2-authoring-in-drools-guvnor.html" target="_blank">http://blog.athico.com/2010/09/bpmn2-authoring-in-drools-guvnor.html</a><br>
><br>
> The only way I have managed to view and edit a bpmn model inside guvnor by<br>
> using<br>
> the oryx designer and also being able to open for view and editing in<br>
> eclipse<br>
> with commits and updates back and forth with guvnor and everything to work<br>
> fine<br>
> is by,<br>
> 1. creating a model from scratch in oryx designer (<br>
> <a href="http://localhost:8080/designer/editor" target="_blank">http://localhost:8080/designer/editor</a> ), preferably just a start and end<br>
> point and maybe also a single task between them (start and end only works<br>
> fine).<br>
> 2. download the model from the option of oryx designer "Download BPMN 2.0 DI<br>
> XML"<br>
> 3. import in eclipse from filesystem<br>
> 4. add/change stuff and add to guvnor<br>
><br>
> Afterwards everything works fine whether edited and committed from guvnor<br>
> and<br>
> viewed in eclipse or edited and committed from eclipse and viewed in guvnor.<br>
><br>
> By comparing the bpmn xml files created from oryx and from eclipse there<br>
> seem to<br>
> be differences that actually cause this error, since they stop occurring if<br>
> using the same syntax.<br>
> I'm still trying to find which different part actually casuses this, when i<br>
> find<br>
> it i will post it.<br>
><br>
> Sorry for the long text, any help will be greatly appreciated!!<br>
> Thank you.<br>
><br>
> p.s. just to make things more annoying I would like to mention that when<br>
> adding from eclipse<br>
> to a bpmn model that "works" a Rule Task element and then close the bpmn<br>
> model tab<br>
> in eclipse and reopen it a strange error appears, which occurs because of a<br>
> strange prefix 'g' character inserted in the xml of the bpmn. If it is<br>
> removed from the xml<br>
> everything works fine.... I suppose everything has to do with the different<br>
> xml<br>
> schemas, namespaces and tags used in the xml bpmn.. . .<br>
><br>
<br>
</div></div><div><div></div><div class="h5">_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br></div>