Search:

Type: Posts; User: Daniel Rijkhof; Keyword(s):

Search: Search took 0.01 seconds.

  1. Log4jDirectConfigurer

    You can use the org.springframework.web.util.Log4jConfigListener,

    I use my own custom bean which i add to my context:



    package com.mad.util.log;

    import java.io.FileNotFoundException;
  2. Replies
    3
    Views
    965

    Do you have any suggestions for Security? I...

    Do you have any suggestions for Security?

    I will use shttp.

    I could add username/password in the mime headers
    Maybe certificates are usefull to?
    X509 certificates are stored in the SOAP...
  3. Replies
    3
    Views
    965

    WS Sequrity and non-saaj msg's

    I use Spring-WS with an AxiomSoapMessageFactory and would like to implement WS-Security. Now i'm facing the problem of Spring-WS implementing WS-Security only for SAAJ messages:



    Will Spring-WS...
  4. Replies
    3
    Views
    5,180

    Example DWR + Spring

    My good friend Marcel wrote a nice peace about it:

    http://java-aap.blogspot.com/2006/04/simple-ajax-enabled-spring-dwr-example.html
  5. Replies
    5
    Views
    1,942

    This tread doesn't seem to exist anymore. I want...

    This tread doesn't seem to exist anymore. I want to make a simple webservice that uses Spring-WS with JiBX and Axiom. Your sample app would be much appreciated.
  6. You'll find an example here: ...

    You'll find an example here:

    http://java-aap.blogspot.com/2006/04/hibernate-annotations-composite.html
  7. Replies
    4
    Views
    1,150

    As long as the domain object loaded in your first...

    As long as the domain object loaded in your first get, is not disconnected from the hibernate session, you'll get the exact same object in the collection loaded in your second get.

    Meaning you...
  8. Replies
    1
    Views
    861

    dynamically created wsdl ?WSDL

    I am trying to get the endpoint in the wsdl dynamically generated.

    It seems i cannot provide the endpoint with ?WSDL as parameter.

    I am using Spring-ws m3.
  9. got this same issue

    got the same issue, cannot find an answer yet.
Results 1 to 9 of 9