Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    263

    findAll and TransactionManager error

    Hi,

    I want to test the following service, but I have an error.
    I have a bean named txManager



    @Service
    public class MovieServiceImpl {
    @Autowired
  2. Thanks. Do you have an example for "setup...

    Thanks.

    Do you have an example for "setup routing using an endpoint mapping" ?
  3. Writing a contract first web service with SimpleWsdl11Definition

    Hello,

    I have written my WSDL file (Orders.wsdl), and I want to write a spring bean which implements the web service (endpoint).

    I have read in the "5.3.1.1. Automatic WSDL exposure" chapter...
  4. Url of the Endpoint with SimpleWsdl11Definition

    Hi,

    I want to create (ant test) a web service with from an existing wsdl with spring-ws (1.5.5) and tomcat (6.0).

    I have defined some spring beans in the spring-ws-servlet.xml file:


    ...
  5. userDao is described in the...

    userDao is described in the applicationContext.xml file inside the jar with business objects.

    Now, it works fine.

    Maybe, it was a problem of cache with Tomcat.
  6. Can't call DAO bean spring in the web application

    Hi,

    My Configuration:
    Spring 2.0.8 + Tomcat 5.0 + JDK 1.4 + Maven + Spring MVC + Hibernate

    I have written some businessobjects and DAO packaged into a jar file.
    I have a web application...
  7. JSF/Spring: Target Unreachable, identifier 'asalle' resolved to null

    Hello all,

    I use Spring 2.5, JSF 1.2 and Glassfish (v2ur1) with Java 5.

    I want to manage a simple java bean with JSF.

    salleService is a JavaBean described in the applicationContext.xml...
  8. Tobias, I agree with you when you say that...

    Tobias,

    I agree with you when you say that Spring WS is a web service stack.
    I also agree with you when you say that jibx, jax-ws, xfire and so on are object data binding framework.

    But I...
  9. Tobias, I agree with you, Spring web service...

    Tobias,

    I agree with you, Spring web service is an alternative to XFire and Axis, so this project should offer a tool to generate java classes from a wsdl file, but I didn't find it in the...
  10. Thanks for the link, I will try the XFire Eclipse...

    Thanks for the link, I will try the XFire Eclipse plugin, but I think there is maybe another solution inside the spring framework, perhaps a tool exists in the spring web service subproject.
  11. Build a Web service Client with XFire and Spring 2.0

    Hi,

    I want to use XFire and Spring Framework 2.0 to make a web service client. In the book "Spring in action", I have read that I have to use a bean with this configuration:

    <?xml...
  12. Thanks for your response. It coud be useful to...

    Thanks for your response.

    It coud be useful to add this information in the Spring WS tutorial.
  13. Thanks for your answer. I will try...

    Thanks for your answer. I will try...
  14. How to disable the Automatic WSDL exposure ?

    Hi,

    I want to use the Spring Web Services to write a web service.
    I have already the wsdl file and I have to write the Endpoint.
    I have read the tutorial "Chapter 5. Creating a Web service with...
Results 1 to 14 of 14