Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. @Marten Thank you and Happy New Year

    @Marten

    Thank you and Happy New Year
  2. @Martin, Thank you for your time Can you what...

    @Martin, Thank you for your time

    Can you what you mean by static bean? The documentation does not say anything about this.
  3. BeanPostProcessor with @Bean annotation not working

    I'm trying to create a `BeanPostProcessor` for registering some values to a Map.

    The `BeanPostProcessor` works file if I'm create the bean instance via xml definition, but I change the bean...
  4. Thanks for your support Craig. Please find...

    Thanks for your support Craig.

    Please find some of the problems I faced, I would try to share my code with you at a later stage.

    ProviderSignInController
    The signin request does not allow to...
  5. Sorry for the delayed response guys! I'm...

    Sorry for the delayed response guys!

    I'm working on a multi tenant application where each customer will have a different URL.
    ex: person x may have x.something.com and y can have y.something.com...
  6. How to use spring social in a multi tenant application

    I'm working on a multi tenant application where each of the customer's have their on url like abc.services.com and xyz.services.com.

    Now I want to integrate Spring Social to this application for...
  7. How to handle `Handler Not Found` condition?

    In my application I want to handle the `Handler Not Found` condition using a custom page.

    Now I'm using the `web.xml` `error-page` mapping with `<error-code>403</error-code>` to handle this case....
  8. Replies
    0
    Views
    696

    Quartz and Ehcache versions supported

    Hi,

    What is the latest version of quartz and ehcache versions supported by spring 3.0.5?

    From the deployed pom.xml the versions supported are 1.6.2 for both these libraries.

    Is there any...
  9. Replies
    1
    Views
    1,099

    Quartz and Ehcache versions supported

    Hi,

    What is the latest version of quartz and ehcache versions supported by spring 3.0.5?

    From the deployed pom.xml the versions supported are 1.6.2 for both these libraries.

    Is there any...
  10. Thank Mr. Tareq. It worked fine.

    Thank Mr. Tareq. It worked fine.
  11. Axiom dependency version for Spring Web Services 2.0

    Hi all,

    What is the version of Apache Axiom to be used with 2.0. I'm trying to use Axiom 1.2.8 and it is throwing some method not found error.

    I've a annotated end point as given below.

    ...
  12. Thanks for the reply. I think a composite...

    Thanks for the reply. I think a composite implementation of UserDetailsService will work for me.

    Thanks for your time.
  13. How can I user multiple userDetailsService's in my SwitchUserFilter

    Hi all,

    Happy New Year,

    I'm trying to implement the SwitchUserFilter in an application I'm working on. I'm facing an issue in my implementation. Hope someone can help me to overcome it.

    I...
  14. How to use a SHA1 hashed password with Wss4jSecurityInterceptor(UsernameToken)

    I want to use a validate the password passed by the client against the SHA1 hashed password stored in the server.

    As I went through the Wss4jSecurityInterceptor, the option is to write my own...
  15. After some more search I found the answer here....

    After some more search I found the answer here.
  16. How to handle @WebFault in Spring web service

    Hi,

    I'm trying to write a web service using spring web service library. I'm able to configure my endpoints successfully and it is working fine, but I'm facing some issues with the exception...
  17. Replies
    1
    Views
    755

    suggestion to allow AbstractMarshallingPayloadEndpoint to return an empty message

    Hi,

    Will it be a valid to suggest that AbstractMarshallingPayloadEndpoint should return an empty message body if the response is null(Based on endpoint configuration - by default don't return...
  18. Replies
    1
    Views
    755

    How to return a empty soap message

    Hi,

    I'm using spring-ws to implement a web service interface for a application. The Interface requires an empty soap message for some web service calls.

    How can I return an empty SOAP...
  19. Hi, Thank you for your support and time.

    Hi,

    Thank you for your support and time.
  20. Does it means that we should not be using the...

    Does it means that we should not be using the ObjectFactory instead we should be using obly jaxb.index.

    In my second sample I'd used jaxb.index instead of ObjectFactory. Then when we should be...
  21. If there are no EndpointAdapters specified in...

    If there are no EndpointAdapters specified in your context spring will create the 4 EndPoint adapters itself.
    But in your second case your context contains the...
  22. Sample Source Code

    Thanks for spending your time on this issue.

    I've created a sample project in github. Please find the project here. You can download the project by clicking here.

    The github project has two...
  23. Hi, Thanks for your reply. Sorry I...

    Hi,

    Thanks for your reply.

    Sorry I think I made a mistake related to the endPoint adapter. The adapter used is "MarshallingMethodEndpointAdapter".

    Here is my spring configuration...
  24. "argument type mismatch" issue with Spring WS and JAXB marshelling

    Hi,

    I'm trying to add spring web service module to my project. I've added the the necessary beans and the required schema definition files. But I'm facing some issues with the name space...
  25. Replies
    2
    Views
    882

    Correction

    Hi,

    Sorry, there is a small correction in my code



    public void testTransaction() {
    extManager.getReadOnlyTransaction();
    extManager.createTransaction();
    }
Results 1 to 25 of 29
Page 1 of 2 1 2