Change wsdl2java flags to better categorize platform options
------------------------------------------------------------

                 Key: MUSE-199
                 URL: https://issues.apache.org/jira/browse/MUSE-199
             Project: Muse
          Issue Type: Improvement
          Components: Tooling - Code Generation
    Affects Versions: 2.1.0
            Reporter: Dan Jemiolo
         Assigned To: Andrew Eberbach
             Fix For: 2.2.0


Now that we support the mini SOAP servlet on both J2EE and OSGi, the latter 
being necessary for J2ME, we need to allow for the following choices in 
wsdl2java:

1. J2EE - with Axis2
2. J2EE - with Mini
3. OSGi - with Axis2
4. OSGi - with Mini

As discussed on previous conf. calls, the flags for this should be:

1. wsdl2java -j2ee axis2
2. wsdl2java -j2ee mini
3. wsdl2java -osgi axis2
4. wsdl2java -osgi mini

Use of the -j2ee or -osgi flag should be required. If you want, you can make 
the platform choice (axis2 vs. mini) have a default, but I think we should make 
it explicit so that people know what their options are. If you want to do 
something like:

wsdl2java -platform j2ee axis2

That's fine too. Please comment with your final decision.

I will test the J2EE options once the code is finished. Joel should test the 
OSGi/Axis2 (it affects him), and Barry should test the OSGi/mini (J2ME).


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to