JIRA issue created https://jira.springsource.org/browse/SPR-9160
Type: Posts; User: xlukas; Keyword(s):
JIRA issue created https://jira.springsource.org/browse/SPR-9160
We have started to use org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter and found out the following behavior. If the client sends Accept="text/plain; q=0.5,...
Hi,
we are happily using Spring Data with MongoDB. It's great, but we have one problem. Our use-case is a bit different than the common one. We have our own Object/JSON mapping tools so we want to...
If the interceptor does not know an element it throws an exception. So supportValidationInterceptor fails when it encounters an element from subscritpionSchema. The solution is to use more schemas in...
The problem is connected to certificates. More details could be found for example here.
PayloadValidatingInterceptor does not throw an exception or return fault if the response is not valid. It only logs WARNing. It actually makes sense, you usually do not want to return fault in such...
Try this http://blog.krecan.net/2009/05/23/spring-ws-fault-detail/
I have filed Spring WS bug (http://jira.springframework.org/browse/SWS-523) but allegedly it's Xmlbeans problem (https://issues.apache.org/jira/browse/XMLBEANS-427). Unfortunately I have not received...
New version for Spring WS Test project was released. The project simplifies testing of Spring WS client code. It allows fast generation of mock responses so your functional tests might be much faster...
If you have any feedback, you can enter it to JIRA here https://mvnindex.org/jira/browse/SWST
Thanks Jonnyi, I will appreciate your feedback and scenarios. If you find some ideas for improvement or bugs, please report them here. I will be on vacation next two weeks, so I will not be...
OK, in this case I will do some minor tweaks, I will try to enhance the documentation and then I will let you know. May I use package names from your namespace? If yes, which?
Cheers
lukas
Hi,
I have written simple tool for testing Spring-WS client (accessible here). it's in very early stage and it's API might change, so by careful if trying. My question is, do you thing that it...
Hi,
I have following SOAP request.
<soapenv:Envelope xmlns:ns="http://schemas.qqq.com/wsdl/spi/profile/1.0" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"...
Hi, I am quite experienced Java developer and I like Spring a lot. Now I have few spare weeks and I'd like to contribute to Spring. The trouble is, that I can't find how. I can't find a page saying...
WebBeans specification defines InjectionPoint. Using this, bean factory can obtain information about place where the instance it is creating will be injected. Please take a look to the documentation...
Probably you do not have spring-aop.jar in your path