Search:

Type: Posts; User: sylvestris; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. dynamic-wsdl leads to NoSuchMethodError XmlSchemaCollection.read

    When I include the following

    <sws:dynamic-wsdl id="holiday"
    portTypeName="HumanResource" ...
  2. Replies
    0
    Views
    586

    Accessing request scope beans

    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...
  3. Replies
    5
    Views
    630

    Hi Marten, I've found a duplicate...

    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.
    ...
  4. Replies
    5
    Views
    630

    at...

    at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at...
  5. Replies
    5
    Views
    630

    Thanks Marten. Having now done some reading on...

    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...
  6. Replies
    5
    Views
    630

    Confused by proxying

    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...
  7. Replies
    9
    Views
    1,737

    Hi, as far as I remember the problem...

    Hi,

    as far as I remember the problem disappeared by itself within a few days. Sorry, I have no idea why.

    Martin
  8. Replies
    0
    Views
    689

    how do I xs:include ?

    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...
  9. Replies
    1
    Views
    748

    JUnit runner : how to upgrade

    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
  10. Replies
    9
    Views
    1,737

    Hi Christian, thanks for checking - it must be...

    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
  11. Replies
    9
    Views
    1,737

    Dashboard Extensions not loading

    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...
  12. SWS-671...

    SWS-671 created for this issue
  13. Username and password in invokeInternal ?

    Please ignore - I've found the answer in the documentation.
  14. Replies
    0
    Views
    643

    @Endpoint with some security ?

    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...
  15. Replies
    8
    Views
    1,318

    As far as I can see, the explanation for this is...

    As far as I can see, the explanation for this is that


    SpringDigestPasswordValidationCallbackHandler.SpringSecurityDigestPasswordValidator.validate

    contains

    ...
  16. Replies
    8
    Views
    1,318

    In case anyone else needs the configuration for...

    In case anyone else needs the configuration for for PasswordText instead of PasswordDigest, the following works :


    <xwss:RequireUsernameToken passwordDigestRequired="false"...
  17. Replies
    8
    Views
    1,318

    ok, just for the record, if anyone else has the...

    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...
  18. Replies
    8
    Views
    1,318

    Painful progress here ... securityPolicy.xml...

    Painful progress here ...

    securityPolicy.xml now contains


    <xwss:RequireUsernameToken passwordDigestRequired="false" nonceRequired="false"/>

    Error now is

    WssSoapFaultException:...
  19. Replies
    8
    Views
    1,318

    So, why does the application return this code ? ...

    So, why does the application return this code ?



    XWSSecurityException: Message does not conform to configured policy [ AuthenticationTokenPolicy(S) ]: No Security Header found



    ...
  20. Replies
    8
    Views
    1,318

    I've opened the war file, added xmlsec-2.0.jar to...

    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


    ...
  21. Replies
    8
    Views
    1,318

    When I switch to Java 1.5.0_11 (instead of Java...

    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...
  22. Replies
    8
    Views
    1,318

    I'm assuming my application context configuration...

    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,...
  23. Replies
    8
    Views
    1,318

    SpringSecurity configuration

    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:...
  24. Replies
    3
    Views
    1,811

    Thanks for the feedback - a reinstall has solved...

    Thanks for the feedback - a reinstall has solved the problem.
  25. Replies
    3
    Views
    1,811

    2.5.1 - subclipse failure

    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...
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4