Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[bpel-dev] M3 with Europa.

I spoke with Simon yesterday about M3 and whether perhaps we can ship it based on Europa.

Wanted to let you know, that I have tested the patch work suggested by Michael Illiger for the WTP 2.0 model.

Seems to me everything is working just fine.

I also pinged Bruno to make sure he had some time to get his plugin for Active BPEL working. He managed to get that working today as well.

So, we are no worse then before.

I think we ought then build M3 against Europa.

This would solve the big model bug (model generation nightmares) and also allow people to work the designer on Europa.

Opinions before I check everything in ?

FYI, this is what I had to change:

Europa Migration of the BPEL project.

1) Got & installed the following:

GEF-ALL-3.3RC3.zip
dtp-sdk_1.5RC3.zip
eclipse-SDK-3.3RC4-win32.zip
emf-sdo-xsd-SDK-2.3.0RC3.zip
wtp-sdk-S-2.0RC3-200706140654.zip

2) In various .genmodel and .ecore

platform:/plugin/org.eclipse.emf.ecore/model/Ecore.genmodel#//ecore
platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.genmodel#//wsdl
platform:/plugin/org.eclipse.xsd/model/XSD.genmodel#//xsd

3) Removed defaultValueLiteral="" in a couple of places which was causing an error.

4) Regenerated models.

5) Had to add javax.wsdl plugin to the list of plugins for
    org.eclipse.bpel.model ,
    org.eclipse.bpel.validator,
Because there were missing references to javax.wsdl.Service, etc.

6) Validator was running, but needed some minor changes changes

--
Michal Chmielewski, CMTS, Oracle Corp, W:650-506-5952 / M:408-209-9321 "Manuals ?! What manuals ? Son, it's Unix, you just gotta know."


Back to the top