webservice_proxy_security works on AS4 but not AS5
--------------------------------------------------
Key: JBESB-2879
URL:
https://jira.jboss.org/jira/browse/JBESB-2879
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.7
Reporter: David Ward
Assignee: David Ward
Fix For: 4.7
When running the webservice_proxy_security quickstart ("ant runtest"), on AS5,
this error is raised client-side (works fine on AS4):
assert-ws-available:
[echo] JBoss Webservice container found on target
'/home/dward/pkgs/jboss/AS/jboss-5.1.0.GA/server/default/deploy'.
quickstart-specific-checks:
dependencies:
compile:
runinternal:
[java] **** REQUEST URL:
https://localhost:8443/Quickstart_webservice_proxy_security/http/ProxyWS
[java] **** REQUEST BODY: <soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:hello="http://webservice_proxy_security/helloworld"><soapenv:Header/><soapenv:Body><hello:sayHello><toWhom>dward</toWhom></hello:sayHello></soapenv:Body></soapenv:Envelope>
[java] Exception in thread "main" java.lang.NoClassDefFoundError:
org/jboss/security/plugins/FilePassword
[java] at
org.jboss.soa.esb.services.security.PasswordUtil.<init>(PasswordUtil.java:59)
[java] at
org.jboss.soa.esb.http.Configurator.getPasswordFromFile(Configurator.java:102)
[java] at
org.jboss.soa.esb.http.configurators.HttpProtocol.getKeyMaterial(HttpProtocol.java:159)
[java] at
org.jboss.soa.esb.http.configurators.HttpProtocol.configure(HttpProtocol.java:92)
[java] at
org.jboss.soa.esb.http.HttpClientFactory.createHttpClient(HttpClientFactory.java:85)
[java] at
org.jboss.soa.esb.samples.quickstart.webservice_proxy_security.test.SendWSMessage.main(SendWSMessage.java:85)
BUILD FAILED
/home/dward/repos/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_security/build.xml:130:
The following error occurred while executing this line:
/home/dward/repos/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_security/build.xml:113:
Java returned: 1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira