I have tried the following:
WebApplicationContext wac = WebApplicationContextUtils.getRequiredWebApplicationContext(ctx);
String appCtxPath = wac.getServletContext().getRealPath("");
But...
Type: Posts; User: msucena; Keyword(s):
I have tried the following:
WebApplicationContext wac = WebApplicationContextUtils.getRequiredWebApplicationContext(ctx);
String appCtxPath = wac.getServletContext().getRealPath("");
But...
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...
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...
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? ...
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...
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...
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...
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...
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...
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"...
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...
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...
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...