Details
-
Type:
Task
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Environment:Any
-
Number of attachments :
Description
The JWSC ant task for Weblogic 10/11 has many options that cannot be passed from maven currently (keepGenerated, tempDir etc). When building webservices I needed to manually modify the plugin to set keepGenerated=true for the web service binding files to be correctly generated and not removed. Without this the web app does not get these binding files generated.
IN addition web services that use XMLBeans (as mine do) need to specify the includeSchemas property as part of a JWS element in an ant build and this is currently not possible with the latest version of the weblogic-maven-plugin. Hence it cannot build webservices that use XMLBeans. It would be good to update the plugin to have all possible options that the ant tasks allow. Otherwise it cannot be used in many circumstances leaving the ant-run-plugin the only viable option
.
In addition to the JWS task it should also be able to support the various web service transport options if possible.
http://download.oracle.com/docs/cd/E12840_01/wls/docs103/webserv_ref/anttasks.html#wp1069899