Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpel-dev] [smila-dev] Editing SMILA pipelines in BPEL Designer

Hi Bob,

We would be more than happy if you would take our extensions for SMILA workflows and integrate them in your tests and also point them out as an advanced extension example.

Now, when extensions are good to work with, we will check them ASAP in our SMILA repository directly under trunk so we can further work on and maintain them. We will also continue to maintain the documentation at http://wiki.eclipse.org/SMILA/BPEL_Designer (Speaking of documentation: Tobias, can you please update this page?)

As far as I'm concerned, you can also import them in your repository but then we will have the duplicated code which is hard to keep in sync. To avoid that, I suggest you to put the link/reference in your documentation to the source located in our project and to check out those sources (only the extensions of course) from our repository for your (automatic) tests when needed.


Cheers
Igor


-----Ursprüngliche Nachricht-----
Von: bpel-dev-bounces@xxxxxxxxxxx [mailto:bpel-dev-bounces@xxxxxxxxxxx] Im Auftrag von Bob Brodt
Gesendet: Montag, 17. Januar 2011 17:01
An: Smila project developer mailing list
Cc: bpel-dev@xxxxxxxxxxx
Betreff: Re: [bpel-dev] [smila-dev] Editing SMILA pipelines in BPEL Designer

Hi Igor & Tobias,

I would like to start building SWTBot tests for the BPEL Designer to try to catch regressions. The plan is to come up with an initial suite that tests basic functionality, and then add to it whenever a new bug fix is applied.

There is a sample extension activity in the eclipse cvs repo (org.eclipse.bpel/examples/plugins/org.eclipse.bpel.extensionsample.model and org.eclipse.bpel/examples/plugins/org.eclipse.bpel.extensionsample.ui) but it is pretty simple and limited in scope.


I was wondering if I could use the extensions that you guys are working on for SMILA once they are finished, and import the source as an additional example into the BPEL designer project.

Please let me know if you have any concerns or objections.

Thanks!

_______________________________________
Robert ("Bob") Brodt
Senior Software Engineer, JBoss Riftsaw
JBoss by Red Hat

----- Original Message -----
> Tanks Bob for looking at it!
> 
> BTW: I hope you'll be able to provide us the fix soon since now we are
> really keen on using the BPEL designer for creating and maintaining
> SMILA's workflows.
> 
> Cheers
> Igor
> 
> 
> 
> -----Ursprüngliche Nachricht-----
> Von: bpel-dev-bounces@xxxxxxxxxxx
> [mailto:bpel-dev-bounces@xxxxxxxxxxx] Im Auftrag von Bob Brodt
> Gesendet: Freitag, 14. Januar 2011 01:23
> An: Smila project developer mailing list
> Cc: bpel-dev@xxxxxxxxxxx
> Betreff: Re: [bpel-dev] [smila-dev] Editing SMILA pipelines in BPEL
> Designer
> 
> Hi gang,
> 
> This is apparently a bit more complicated than I had originally
> thought. The problem stems from the fact that an <extensionActivity>
> element is not treated the same as other BPEL elements when it is
> deserialized, instead the model object for the child element (in this
> case, an <invokePipelet> or <invokeService>) is created in the place
> of an ExtensionActivity object. In doing so, the
> ReconciliationBPELReader fails to add the newly constructed object to
> a parent (e.g. a Sequence or Scope or some other structured
> container). This of course leads to all kinds of problems because the
> assumption is that all model objects are ultimately contained (through
> a hierarchy) by the root Process.
> 
> This definitely looks like a bug in the editor. I'll keep y'all posted
> on my progress.
> 
> _______________________________________
> Robert ("Bob") Brodt
> Senior Software Engineer, JBoss Riftsaw
> JBoss by Red Hat
> 
> ----- Original Message -----
> > > I'll have a look at this today...
> > That would be great!
> >
> > Cheers
> > Igor
> >
> > ----- Original Message -----
> > > Hello Igor,
> > >
> > > I fixed the bugs from your report
> > > (https://bugs.eclipse.org/bugs/show_bug.cgi?id=332926
> > > <https://bugs.eclipse.org/bugs/show_bug.cgi?id=332926> ).
> > >
> > > @BPEL Designer Dev Team:
> > > I have no idea, how to synchronize the changes made in the
> > > "Source"
> > > view back to the EMF objects to see them in the "Design" view.
> > > Even
> > > changing the activity name in the source view is not working, I
> > > suspected that at least that would work out of the box. Any
> > > suggestions or examples to accomplish that task?
> > >
> > > Thanks,
> > > Tobias Liefke
> > _______________________________________________
> > smila-dev mailing list
> > smila-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/smila-dev
> _______________________________________________
> bpel-dev mailing list
> bpel-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/bpel-dev
> _______________________________________________
> smila-dev mailing list
> smila-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/smila-dev
_______________________________________________
bpel-dev mailing list
bpel-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/bpel-dev

Back to the top