When I include the following
<sws:dynamic-wsdl id="holiday"
portTypeName="HumanResource" ...
Type: Posts; User: sylvestris; Keyword(s):
When I include the following
<sws:dynamic-wsdl id="holiday"
portTypeName="HumanResource" ...
I am trying to build a spring web services interface to the integration layer of a legacy web application. The web application uses some spring beans which are defined with request scope. I assume...
Hi Marten,
I've found a duplicate spring-jdbc.jar on the server. I've removed it and that problem has gone away. (Different problems remain, of course). Thank you very much for your help.
...
at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at...
Thanks Marten. Having now done some reading on ClassLoaders I agree that the symptoms are of two different ClassLoader. I'm now investigating how JBoss configuration can help solve the problem. At...
I have written a small Tomcat web application with spring 2.5.6, spring web services 1.5.9 and spring security 2.0.5. And all works well.
I am now trying to turn this application into a ATG...
Hi,
as far as I remember the problem disappeared by itself within a few days. Sorry, I have no idea why.
Martin
Hello - I have read a number of posts in the forum, but I can't work it out.
My objective is to view the wsdl with the included xsd. So when I navigate to
services/QueryService/pyq.wsdl I don't...
Hello
My Spring Source Tool Suite comes with a JUnit runner which uses junit 4.8.1 I'd like to test out the new 4.9b2. Is there an easy way to do this ?
Thanks
Martin
Hi Christian,
thanks for checking - it must be a problem at my end. Yes, we have a proxy inplace here.
Software update leads to the following error
Hi - I get the following error when clicking on the Extensions tab in the Dashboard. Is this something I can fix, or is it an error at your end ?
Thanks.
Martin
Failed to discover all...
SWS-671 created for this issue
Please ignore - I've found the answer in the documentation.
Can I identify all my Endpoints using @Endpoint AND have some secure, some unsecured ?
In Airline I see the definition for two interceptors (one secure, one unsecured). Can I have two...
As far as I can see, the explanation for this is that
SpringDigestPasswordValidationCallbackHandler.SpringSecurityDigestPasswordValidator.validate
contains
...
In case anyone else needs the configuration for for PasswordText instead of PasswordDigest, the following works :
<xwss:RequireUsernameToken passwordDigestRequired="false"...
ok, just for the record, if anyone else has the same learning curve, the following works
<xwss:RequireUsernameToken passwordDigestRequired="true" nonceRequired="true"/>
<SOAP-ENV:Envelope...
Painful progress here ...
securityPolicy.xml now contains
<xwss:RequireUsernameToken passwordDigestRequired="false" nonceRequired="false"/>
Error now is
WssSoapFaultException:...
So, why does the application return this code ?
XWSSecurityException: Message does not conform to configured policy [ AuthenticationTokenPolicy(S) ]: No Security Header found
...
I've opened the war file, added xmlsec-2.0.jar to WEB-INF/lib, imported the war into Eclipse, and I can now invoke GetFrequentFlyerMileage from soapUI. This returns a SOAP fault
...
When I switch to Java 1.5.0_11 (instead of Java 1.6.0_22) the error becomes
java.lang.NoClassDefFoundError: com/sun/org/apache/xml/internal/security/Init...
I'm assuming my application context configuration is wrong. I'm going back to Airline and will implement the same database based security in order to get this working.
Note, when I run Airline,...
I'm trying to include Spring Security in my application based on Airline. I get the following error on startup.
Caused by: java.lang.ClassNotFoundException:...
Thanks for the feedback - a reinstall has solved the problem.
Any suggestions on the following issues ?
Running with the latest 2.5.1 I've installed subclipse and restarted. When I select the Svn Repository Exploring Perspective the following error is...