[
http://jira.jboss.com/jira/browse/JBESB-1230?page=all ]
Tom Fennelly reopened JBESB-1230:
---------------------------------
fix fix version
webservice_wssecurity needs better dependency checks
----------------------------------------------------
Key: JBESB-1230
URL:
http://jira.jboss.com/jira/browse/JBESB-1230
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Examples
Affects Versions: 4.2.1 IR2
Reporter: Tom Cunningham
Assigned To: Tom Fennelly
Fix For: 4.2.1
Tried to compile webservice_wssecurity against an unpatched ESB server. This QS
requires JBoss WS and a remoting patch - there should be some dependency checking here and
a message informing the user of the dependencies and how to install.
compile:
[mkdir] Created dir:
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/webservice_wssecurity/build/classes
[javac] Compiling 4 source files to
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/webservice_wssecurity/build/classes
[javac]
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/webservice_wssecurity/src/org/jboss/test/ws/jaxws/samples/wssecurity/HelloJavaBean.java:30:
package org.jboss.ws.annotation does not exist
[javac] import org.jboss.ws.annotation.EndpointConfig;
[javac] ^
[javac]
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/webservice_wssecurity/src/org/jboss/test/ws/jaxws/samples/wssecurity/client/WSSClient.java:22:
package org.jboss.ws.core does not exist
[javac] import org.jboss.ws.core.StubExt;
[javac] ^
[javac]
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/webservice_wssecurity/src/org/jboss/test/ws/jaxws/samples/wssecurity/HelloJavaBean.java:33:
cannot find symbol
[javac] symbol: class EndpointConfig
[javac] @EndpointConfig(configName = "Standard WSSecurity Endpoint")
[javac] ^
[javac]
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/webservice_wssecurity/src/org/jboss/test/ws/jaxws/samples/wssecurity/client/WSSClient.java:59:
cannot find symbol
[javac] symbol : class StubExt
[javac] location: class org.jboss.test.ws.jaxws.samples.wssecurity.client.WSSClient
[javac] ((StubExt)
endpoint).setSecurityConfig("jboss-wsse-client.xml");
[javac] ^
[javac]
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/webservice_wssecurity/src/org/jboss/test/ws/jaxws/samples/wssecurity/client/WSSClient.java:60:
cannot find symbol
[javac] symbol : class StubExt
[javac] location: class org.jboss.test.ws.jaxws.samples.wssecurity.client.WSSClient
[javac] ((StubExt) endpoint).setConfigName("Standard WSSecurity
Client");
[javac] ^
[javac] 5 errors
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira