Search:

Type: Posts; User: spring developer; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    622

    JMS template

    We are using spring jms template. Sometimes say there was no activity on the server and it is idle for sometime.. the request come is and messages are processed .

    When we try to send the message...
  2. Replies
    5
    Views
    1,658

    Can you please elaborate as how to achieve this ?

    Can you please elaborate as how to achieve this ?
  3. Replies
    5
    Views
    1,658

    Loggin webservice response time

    How to log the exact time between request and response in spring webservices.

    I have quite a few interceptors before it reaches the endpoint .

    security interceptor , logging interceptor ,...
  4. Replies
    4
    Views
    3,060

    application context ------------------

    application context
    ------------------

    <bean name="loggingInterceptor" class="com.railinc.emisquery.ws.mapping.PayloadLoggingInterceptor">
    <property name="logRequest" value="true"/>
    ...
  5. Replies
    3
    Views
    865

    it is available in the location . it works fine...

    it is available in the location . it works fine in my local server . When I deploy to another server it fails.
  6. Replies
    3
    Views
    865

    Validating Interceptor

    I am using Payload validator interceptor. I get the following exception any thoughts.. My config looks good.

    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean...
  7. Replies
    4
    Views
    3,060

    Thanks for your reply. There is no difference...

    Thanks for your reply.

    There is no difference between the local and other environments.

    No it doesnt work if we use the PayloadLogginginterceptor. That is the reason we overloaded and tried...
  8. Replies
    4
    Views
    3,060

    Payload logging

    I am having some issues with Payload logging. I am able to log the messages successfully in my local environment . The messages are not logged in my test environment .. any reason what could be the...
  9. Replies
    0
    Views
    649

    TransportContext

    I use the transport context to set my user id from security header and later retrieve the same .

    How should i create a junit test case for the same . Basically how to create a transportcontext in...
  10. Replies
    4
    Views
    4,743

    In my xsl the result prefix was default changed...

    In my xsl the result prefix was default changed to the required namespace and it worked
  11. Replies
    1
    Views
    881

    Spring webservice performance

    I am new to webservice . I have developed a spring webservice with

    PayloadRootQNameEndpointMapping and Jaxb2.0 . I also have a validator and transforming interceptor .

    Always when we deploy...
  12. Replies
    4
    Views
    4,743

    JAXB Unmarshal exception

    Any idea what the issue could be ?

    <SOAP-ENV:Envelope xmlns:SOAP-ENV="//schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
    <SOAP-ENV:Fault>
    ...
  13. Replies
    4
    Views
    1,510

    MessageDispatcherServlet

    My local env RAD work fine

    When i try to deploy in websphere 6.1java1.5 i get the following error.
    I have set the class loading policy to parent_last.
    any help is highly appreciated.I am...
  14. stack trace ... 37 more Caused by:...

    stack trace

    ... 37 more
    Caused by: java.lang.NoSuchMethodError:...
  15. Using PayloadTransformingInterceptor and Validator

    I am using the org.springframework.ws.soap.server.endpoint.interceptor.PayloadValidatingInterceptor and org.springframework.ws.server.endpoint.interceptor.PayloadTransformingInterceptor in my...
Results 1 to 15 of 15