Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    333

    You can use CachingConnectionFactory. I think...

    You can use CachingConnectionFactory. I think that will solve your problem.
  2. Transforming spring-ws implementation to spring-integration-ws implementation

    Hi,

    I have an implementation of web service (server side) using spring-ws. I would like to change my code to use spring-integration-ws (ws:inbound-gateway and channels). I have tried examples but...
  3. Raised an issue in JIRA:...

    Raised an issue in JIRA: https://jira.springsource.org/browse/INT-2695

    Thanks
  4. Solved the problem :) Here is the solution: 1)...

    Solved the problem :) Here is the solution:

    1) Define a destination provider for your Jms Uri:


    public class JmsDestinationProvider implements DestinationProvider {
    private String jmsUri; ...
  5. Mark, Thanks for your confirmation. I have...

    Mark,

    Thanks for your confirmation. I have already implemented this usecase using spring-ws and spring-jms support and now trying to implement the same usecase using spring-integration. For...
  6. I am sorry if my explanation was not quite clear....

    I am sorry if my explanation was not quite clear. Basically I need to implement a webservice client (and after that a webservice server). I have already worked with the samples given by...
  7. Using web service gateways (ws:inbound-gateway and ws:outbound-gateway) with JMS

    Is there any way to use jms as a transport with spring-integration support for web services (ws:inbound-gateway and ws:outbound-gateway)?

    I am trying following configuration but it is not working...
  8. TIBCO Rendezvous is a messaging product for...

    TIBCO Rendezvous is a messaging product for real-time broad data distribution applications such as market data, trading, e-business, systems management, and real-time control systems...
  9. Spring Integration with Tibco rendezvous (aka Tibco RV)

    Hi,

    Is there any way of using Spring Integration with Tibco Rendezvous (aka Tibco RV)?

    Thanks
  10. Replies
    8
    Views
    1,332

    thanks karldmoore.... I have tried my best but...

    thanks karldmoore.... I have tried my best but something is missing my eyes. So it would be great if u can help me out.
  11. Replies
    8
    Views
    1,332

    SecurityContextHolder.getContext().getAuthenticati...

    SecurityContextHolder.getContext().getAuthentication() returns null if used in JSP pages. But the same statement works fine in Action class.

    <authz:authentication operation="username"/> also...
  12. Replies
    8
    Views
    1,332

    Thanks a lot. Its' now working. Thanks a lot for...

    Thanks a lot. Its' now working. Thanks a lot for your guidelines. What i made mistake is: i implemeted the UserDetailsService in the dao layer but my transaction was configured for service layer. Now...
  13. Replies
    8
    Views
    1,332

    Acegi+Spring+Hibernate

    For last few days i am trying to develop a demo webapplication using Acegi+Spring+Hibernate. I have taken latest version for all. For you help i have attached the source files with this post. My...
Results 1 to 13 of 13