Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    478

    Spring DOJO CRUD

    Hi,

    Is there any reference available for CRUD operations with Spring MVC and DOJO?
    Having tough time in implementing Delete and Update operations in Enhanced Grid

    Added Question on...
  2. Replies
    2
    Views
    1,295

    EJB 3 Spring Webflow

    Hi,

    Im having EJB 3 annotated Service(Stateless) and DAO with JPA.

    Wanted to invoke service object from Spring webflow Action class, since the service objects on EJB container, not sure how to...
  3. Replies
    0
    Views
    528

    h:form submit with spring security

    Hi,

    I'm using XHMTL(jsf) to delegate form via spring security for authentication.


    <security:form-login login-page="/company/login"
    login-processing-url="/company/loginProcess"
    ...
  4. Intercept Soap Message - Spring Integration/JAXB

    Hi,

    Is it possible to display the SOAP message in logger or console?

    In the applicationcontext xml, I'm using
    org.springframework.oxm.jaxb.Jaxb2Marshaller for marshalling and unmarshalling...
  5. Replies
    0
    Views
    814

    fetch plan with jpatemplate

    Is it possible to add fetch plans to named queries with JpaTemplate?

    I want to eagerly fetch collections association, since transaction stops at service layer and the root element tries to fetch...
  6. Replies
    1
    Views
    1,353

    Login attempts - Spring security

    Hi,

    I have a requirement to capture the number of invalid attempts by user on login page. On each invalid attempt I need to render a custom message to user(for ex., two more attempts left). I'm...
  7. Thread: soap action

    by techie
    Replies
    2
    Views
    980

    Any Suggestion from Spring Integration team?

    Any Suggestion from Spring Integration team?
  8. Thread: soap action

    by techie
    Replies
    2
    Views
    980

    My question pertains to Spring Integration/WS

    My question pertains to Spring Integration/WS
  9. Thread: soap action

    by techie
    Replies
    2
    Views
    980

    soap action

    Hi,

    I'm using gateway and ws:outbound-gateway in the spring integration context xml for web service calls.

    How to mention Soap Action? Is chain-filter the only way to use it?

    Sample Code:
    ...
  10. Replies
    35
    Views
    4,508

    no pollable reply channel has been configured

    Hi,

    I'm trying to invoke web-service through spring integration

    public Name getNames();

    But the problem is java.lang.IllegalStateException: receive is not supported, because no pollable...
  11. Replies
    1
    Views
    949

    JSF 2 & Web Service

    Any suggestion?
  12. Replies
    1
    Views
    949

    JSF 2 & Web Service

    Hi,

    I wanted to display the mandatory fields used in wsdl/xsd to capture the input from User, something similar to WebService Explorer view in Eclipse.

    Is there any UI component available in...
  13. Thread: gateway

    by techie
    Replies
    7
    Views
    845

    can I get the source from...

    can I get the source from git://git.springsource.org/spring-integration/samples.git?
  14. Thread: gateway

    by techie
    Replies
    7
    Views
    845

    Thanks. Where can find(jar)...

    Thanks.

    Where can find(jar) StubMarshallerAndUnmarshaller?

    Im using Spring 3.0.2 and Spring Integration 1.0.4.

    Previously used marshaller,

    <beans:bean id="marshaller"...
  15. Thread: gateway

    by techie
    Replies
    7
    Views
    845

    Thanks for the response. But those sending...

    Thanks for the response.

    But those sending string and getting response as string.

    I specifically looking for sending bean and receiving bean as response.

    Im trying out some example
    ...
  16. Thread: gateway

    by techie
    Replies
    7
    Views
    845

    gateway

    Is there any reference(client code with spring integration) for calling external web service(http://<service>:<port>/someservice - wsdl reference) with pojo request(booking class) and...
Results 1 to 16 of 16