You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Srinath Perera (JIRA)" <ji...@apache.org> on 2010/12/21 17:36:02 UTC

[jira] Resolved: (AXIS2-4538) axis2 deployment failure for web services proxied by Spring

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

Srinath Perera resolved AXIS2-4538.
-----------------------------------

    Resolution: Fixed

> axis2 deployment failure for web services proxied by Spring
> -----------------------------------------------------------
>
>                 Key: AXIS2-4538
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4538
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.4.1
>         Environment: Windows XP SP2
> tomcat 5.5.25
> JDK 1.5.0_15
> Spring 2.5.3
>            Reporter: Roberto
>
> This is a duplicate of bug AXIS2-3230 which was supposed to be fixed.
> I have a webservice which bean is provided by Spring.
> <service name="HabilitadosWeb" scope="application" targetNamespace="http://www.map.es/habilitados/">
>     <description>Servicio Habilitados</description>
>     <parameter name="ServiceObjectSupplier">org.apache.axis2.extensions.spring.receivers.SpringServletContextObjectSupplier</parameter>
>     <parameter name="SpringBeanName">habilitadosWebService</parameter>
>     <parameter name="useOriginalwsdl">false</parameter>
>  ....
>     
> </service>
> It deploys correctly until I try to put an aspect around it. It happens both with Java standard proxies or CGLIB ones.
> Then, I get an error like this:
> The following error occurred during schema generation: Unable to load bytecode for class mypackage.WebServiceAccessController$$EnhancerByCGLIB$$80c0408d
> OR
> org.apache.axis2.deployment.DeploymentException: The following error occurred during schema generation: Unable to load bytecode for class $Proxy4

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org