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;
Type: Posts; User: Daniel Rijkhof; Keyword(s):
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;
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...
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...
My good friend Marcel wrote a nice peace about it:
http://java-aap.blogspot.com/2006/04/simple-ajax-enabled-spring-dwr-example.html
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.
You'll find an example here:
http://java-aap.blogspot.com/2006/04/hibernate-annotations-composite.html
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...
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.
got the same issue, cannot find an answer yet.