I have emf model based on xml schema and working editor using that I can
save the instances of schema and I want to convert XML instances to BPEL
process using org.eclipse.bpel.model. Is it possible to use
org.eclipse.bpel.model API in Java client program? I tried to explore the
org.eclipse.bpel.model jar files but it seems model code has not been
exposed in plugin.
You can use the EMF model anywhere, you should need to have the right
jar files in the classpath. There are details on how to do this in the
EMF projects.
You would need the model jar files from the org.eclipse.bpel.model
plugin plus at the very least the EMF classes. You would most likely
need the XSD and WSDL emf models as well.
Sanjeev Sinha wrote:
> Hi ,
>
> I have emf model based on xml schema and working editor using that I can
> save the instances of schema and I want to convert XML instances to BPEL
> process using org.eclipse.bpel.model. Is it possible to use
> org.eclipse.bpel.model API in Java client program? I tried to explore
> the org.eclipse.bpel.model jar files but it seems model code has not
> been exposed in plugin.
>
> Regards
> Sanjeev Sinha
>