jwsc and serviceURI
-------------------
Key: MWEBLOGIC-12
URL: http://jira.codehaus.org/browse/MWEBLOGIC-12
Project: Mojo WebLogic Plugin
Issue Type: Bug
Environment: windows xp. maven 2.2.1. weblogic-maven-plugin 2.9.1.
weblogic 10.3
Reporter: Marc Northover
Assignee: David J. M. Karlsen
With the jwsc ant task I can provide contextPath and serviceURI:
<jwsc ....>
...
<jws ....>
<WLHttpTransport contextPath="xxxxx" serviceURI="yyyyy" />
</jws>
</jwsc>
I don't see that option with the weblogic maven plugin:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>weblogic-maven-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<weblogicHome>....</weblogicHome>
<contextPath>xxxxx</contextPath>
<serviceURI>yyyyy</serviceURI>
</configuration>
....
</plugin>
I also tried using the various annotations:
@WebService(
serviceName = "yyyyyy",
portName = "yyyyy",
name = "yyyyy"
)
but the serviceURI always ends up being the name of the java class file.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email