Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpel-dev] Models based on the BPEL.ecore

Hi Neto,

I'm afraid it's not going to be easy :(
The BPEL Designer uses specialized serializers to import and export BPEL XML. Have a look at BPELReader, BPELWriter and ReconciliationBPELReader.

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


Hi all,

As I could see, the processes modeled in the BPEL designer are in EMF and based on BPEL metamodel.

Well, I'm working in a MDE approach that has some transformations that generates BPEL processes based on this metamodel. However, my transformations don't generate an executable BPEL process, it generates a model of the process complaint with the BPEL Metamodel (bpel.ecore). Then, my question is: can I import this file and generate the executable BPEL file, since it is compatible with same BPEL metamodel.

And I have another question: can I export a model of the BPEL process? In other word, can the tool generate a file representing an instance of the bpel.ecore (it is not the same as process.bpel)?


Thanks,
Neto



_______________________________________________
bpel-dev mailing list
bpel-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/bpel-dev


Back to the top