You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Tom Schroedl (JIRA)" <ji...@apache.org> on 2007/10/05 23:39:50 UTC

[jira] Updated: (CXF-1088) document handling of case where spring aop breaks wsdl generation

     [ https://issues.apache.org/jira/browse/CXF-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Schroedl updated CXF-1088:
------------------------------

    Summary: document handling of case where spring aop breaks wsdl generation  (was: document and improve handling of case where spring aop breaks wsdl generation)

> document 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: Improvement
>    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.