BPEL processes are usually paired with WSDL/Schema files, and I have some requirements to produce java artifacts from WSDL for the BPEL extension. For now, I have tried the following :
- Tuscany wsdl2java maven plugin (based on what we have for 1.x), the problem with this is that it generate interfaces with OASIS based annotations and won't work for us in 2.x without first manually fixing the generated files - wsImport maven plugin: By default, the wsImport uses the holder pattern when generating interfaces, requiring changes on all BPEL related samples (either on the implementation or bpel/wsdl files) What's our story around generating java artifacts from WSDL in 2.x after we removed the tools folder from our 2.x development stream ? -- Luciano Resende Apache Tuscany, Apache PhotArk http://people.apache.org/~lresende http://lresende.blogspot.com/
