Search:

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

Search: Search took 0.02 seconds.

  1. Please help!!!!

    I have tried the following:



    WebApplicationContext wac = WebApplicationContextUtils.getRequiredWebApplicationContext(ctx);
    String appCtxPath = wac.getServletContext().getRealPath("");


    But...
  2. ServletContext, ApplicationContext, WebApplicationContext?

    I am trying to figure something out that I believe should be straightforward, but with which I am having difficulty.

    I have a Spring managed, CXF web service, deployed to Tomcat 6.0.26. I need to...
  3. Replies
    4
    Views
    1,174

    HTTP 405 Tomcat error when references server WSDL

    I have changed my Spring-WS example to generate a Dynamic WSDL. Why is it that if I go to http://<host>:<port>/<servlet_context>/name.wsdl I see the WSDL, but if I go to...
  4. Replies
    4
    Views
    1,174

    Any inputs on this?

    Anyone have any input about this? When I create a new Spring-WS project what should I be setting its Context Path to, if anything? Do I need to define an XSD even if I already have a defined WSDL? ...
  5. Replies
    4
    Views
    1,174

    Current Spring-WS implementation

    In an effort to spur some thought about my topic here I am prepared to provide additional information relating to some work I have already done for this problem. Please let me know if I am on the...
  6. Replies
    4
    Views
    1,174

    Axis2 to Spring-WS

    Hello Spring Community:

    I am trying to convert an Axis2 Web Service to a Spring-WS, and, if that's possible, then add Spring Framework 3.0 management to this new Spring-WS and a separate Java...
  7. It works!

    My Axis2 Web Service now appears to be working completely with Spring and Hibernate. I had to add beans to the applicationContext.xml for my JNDI settings and issue a ApplicationContext.getBean() to...
  8. Possible JNDI setting issue related to Spring integration.

    I appear to have Spring & Hibernate now functioning correctly with my Axis2 Web Service; however, because of the following issue I can not completely prove or disprove that, but it appears I now have...
  9. Still having the Axis2 Can't find Spring's ApplicationContext problem

    I did notice that I had mixed some elements of all the approaches described in the Axis2 Spring tutorial.

    I went back to my services.xml & applicationContext.xml and laid them out following the...
  10. New error message

    I am now getting the error: Axis2 Can't find Spring's ApplicationContext

    Please provide some guidance. Thank you.

    I am now going to include my services.xml:


    <?xml version="1.0"...
  11. Thanks

    Thank you for your replies.

    I have found out that the NullPointerException is because the call to ApplicationContext beanFact = ApplicationContextHolder.getContext() is returning a NULL. The...
  12. NullPointerException on call to ApplicationContext.getBean()

    Hello:

    I am building an Axis2 Web Service that uses the Spring Framework for managing Hibernate Annotations and the DAO Objects for database manipulation. I am running this Web Service within...
  13. Replies
    1
    Views
    4,013

    Axis2 Web Service using Spring

    Hello all:

    I have an Axis2 Web Service that makes use of Spring for managing Hibernate annotations and DAO classes. I have been looking at the Spring tutorial page of the Axis2 version 1.3...
Results 1 to 13 of 13