Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
Description
Im trying to expose my grails services with SOAP plugins. In both CXF and AXIS2 plugins i get the same error when i try to fetch the WSDL file.
This is the error message:
| Error 2011-12-05 23:42:51,795 ["http-bio-8080"-exec-3] ERROR [/WebServiceIssue].[CXFServlet] - Servlet.service() for servlet [CXFServlet] in context with path [/WebServiceIssue] threw exception Message: No value for key [org.hibernate.impl.SessionFactoryImpl@9967876] bound to thread ["http-bio-8080"-exec-3] |
Execute the attached application and navigate to http://localhost:8080/WebServiceIssue/services/book?wsdl
to reproduce the error.
Exception seems to occur always that an request passes through GrailsOpenSessionInViewFilter.