Search:

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

Search: Search took 0.09 seconds.

  1. JIRA issue created...

    JIRA issue created https://jira.springsource.org/browse/SPR-9160
  2. Accept header resolution (text/plain; q=0.5, application/json)

    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,...
  3. Replies
    0
    Views
    281

    Leightweight MongoDB support

    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...
  4. If the interceptor does not know an element it...

    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...
  5. Replies
    2
    Views
    1,461

    The problem is connected to certificates. More...

    The problem is connected to certificates. More details could be found for example here.
  6. PayloadValidatingInterceptor does not throw an...

    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...
  7. Replies
    2
    Views
    677

    Try this...

    Try this http://blog.krecan.net/2009/05/23/spring-ws-fault-detail/
  8. Replies
    4
    Views
    1,618

    I have filed Spring WS bug...

    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...
  9. Replies
    0
    Views
    950

    Spring WS Test project 0.6 released

    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...
  10. Replies
    5
    Views
    1,203

    Jira

    If you have any feedback, you can enter it to JIRA here https://mvnindex.org/jira/browse/SWST
  11. Replies
    5
    Views
    1,203

    Thanks Jonnyi, I will appreciate your feedback...

    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...
  12. Replies
    5
    Views
    1,203

    OK, in this case I will do some minor tweaks, I...

    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
  13. Replies
    5
    Views
    1,203

    Testing Spring-WS client

    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...
  14. Replies
    4
    Views
    1,618

    Payload namespace prefix in attribute value

    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/"...
  15. Replies
    2
    Views
    1,343

    How to contribute?

    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...
  16. Replies
    1
    Views
    989

    InjectionPoint in Spring

    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...
  17. Replies
    4
    Views
    5,289

    Solution

    Probably you do not have spring-aop.jar in your path
Results 1 to 17 of 17