[jboss-user] [JBoss Web Services] - wsconsume Generates uncompilable stub
John Ament
do-not-reply at jboss.com
Wed Feb 23 15:08:03 EST 2011
John Ament [http://community.jboss.org/people/meetoblivion] created the discussion
"wsconsume Generates uncompilable stub"
To view the discussion, visit: http://community.jboss.org/message/589359#589359
--------------------------------------------------------------
The following constructors do not compile when I import the generate sources from a wsconsume against java ee 6 apis via maven:
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>6.0</version>
<scope>provided</scope>
</dependency>
public ReportDataIntegratorBeanService(WebServiceFeature ... features) {
super(WSDL_LOCATION, SERVICE, features);
}
public ReportDataIntegratorBeanService(URL wsdlLocation, WebServiceFeature ... features) {
super(wsdlLocation, SERVICE, features);
}
public ReportDataIntegratorBeanService(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
super(wsdlLocation, serviceName, features);
}
Any ideas?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/589359#589359]
Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110223/e497b7f7/attachment.html
More information about the jboss-user
mailing list