aop wrapping service classes breaks cxf
---------------------------------------
Key: CXF-1088
URL: https://issues.apache.org/jira/browse/CXF-1088
Project: CXF
Issue Type: Bug
Affects Versions: 2.0.2
Environment: Services deployed to Tomcat 5.5 as webapp. Java 5
codebase.
Reporter: Tom Schroedl
Wsdl generation fails when my service interfaces are wrapped using Spring AOP.
If I change to wrapping my implementation classes, the wsdl can now be
generated. However, the following error occurs when attempting to invoke a
service from a separate java client application:
org.apache.cxf.interceptor.Fault: No Hibernate Session bound to thread, and
configuration does not allow creation of non-transactional on here.
I have another Spring dispatcher servlet and GWTHandler that is used for
handling GWT requests against the same POJOs. Works fine. I also had it working
with XFire and Aegis binding prior to CXF merger. After upgrade, decided to go
with JAX-WS, but have come to the aforementioned stopping point.
V/R,
Tom
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.