Search:

Type: Posts; User: H Paul; Keyword(s):

Search: Search took 0.03 seconds.

  1. 1. If there is any misunderstanding: what I meant...

    1. If there is any misunderstanding: what I meant is that there is no issue with proxy related since I can create Spring MVC template or a simple Batch. But why I can't create a simple integration...
  2. 1. I can create a simple Spring MVC template or a...

    1. I can create a simple Spring MVC template or a simple Batch
    2. Is there any thing that has to do with GIT?
  3. 0. Thanks Martin. 1. I used STS distribution...

    0. Thanks Martin.
    1. I used STS distribution sts-3.1.0.RELEASE. No eclipse involved.
    2. If it helps:
    Error log tab:
    java.lang.ArrayIndexOutOfBoundsException: 0
    at...
  4. Any help? Below is what I see: 0....

    Any help?

    Below is what I see:

    0.
    Spring>Template Projects

    spring-integration:
    url:...
  5. sts-3.1.0.RELEASE: simple spring integration template URL? can't create a simple si.

    Hi & Thanks,

    1. is the url correct for creating a simple spring integration template
    ...
  6. Unfortunately you're right unless you're proven...

    Unfortunately you're right unless you're proven wrong by someone else. :D

    1. Caused by: javax.xml.bind.JAXBException: "test.ci" doesnt contain ObjectFactory.class or jaxb.index

    2. Taken from...
  7. Read the doc...

    Read the doc org.springframework.oxm.jaxb.Jaxb2Marshaller. Is it?

    contextPath

    setContextPath
  8. Replies
    1
    Views
    699

    For error: 16:15:44,806 WARN...

    For error:

    16:15:44,806 WARN EndpointNotFound:240 - No endpoint mapping found for [SaajSoa
    pMessage {urn:mydns:api_v3}mySoapAction]

    If you use @Endpoint annotation, then you need to put into...
  9. Replies
    2
    Views
    1,254

    If I were you, I think the error can be debugged...

    If I were you, I think the error can be debugged and traced down as:

    1. log4j.logger.org.springframework.ws=TRACE
    2. look at the SpringWS 2.x source code during the debugging process
    3. Read...
  10. 1. log4j.logger.org.springframework.ws=TRACE 2....

    1. log4j.logger.org.springframework.ws=TRACE
    2. Then DefaultMethodEndpointAdapter
    3. Then
    protected boolean supportsInternal(MethodEndpoint methodEndpoint)
    {
    return...
  11. New simple SpringWS 2.0: SOAP-ENV:Server No adapter for endpoint

    Hi,
    I'm learning SpringWS 2.0. I set up a simple End Point as an exercise to see how things flow. I got the SOAP Fault on the server side.
    What did I miss? 1M Thanks.

    @Endpoint
    public class...
Results 1 to 11 of 11