[
https://issues.apache.org/jira/browse/CXF-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom Schroedl updated CXF-1088:
------------------------------
Description:
Wsdl generation fails when my service interfaces are wrapped using Spring AOP
(for database transactions). 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 an independent java client application:
org.apache.cxf.interceptor.Fault: No Hibernate Session bound to thread, and
configuration does not allow creation of non-transactional one 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
was:
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 one 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
Summary: document and improve handling of case where spring aop breaks
wsdl generation (was: aop wrapping service classes breaks cxf)
> document and improve handling of case where spring aop breaks wsdl generation
> -----------------------------------------------------------------------------
>
> 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
> (for database transactions). 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 an independent java client
> application:
> org.apache.cxf.interceptor.Fault: No Hibernate Session bound to thread, and
> configuration does not allow creation of non-transactional one 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.