Add New Service - Upload POJO Artifact - JSR-181 Annotated/JAX-WS (.jar, 
.class) functionality with pojo deployer was deprecated in Current Axis2
-------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: WSAS-773
                 URL: https://wso2.org/jira/browse/WSAS-773
             Project: WSO2 WSAS
          Issue Type: Bug
          Components: core
         Environment: WSAS 2.3 Branch
            Reporter: Lahiru Sandakith
            Assignee: Afkham Azeez


With the latest Axis2 issue https://issues.apache.org/jira/browse/AXIS2-3500 
the above mentioned functionality was handled by the newly added JAXWSDeployer. 
This fix was included in to the trunk from 3 rd March. We need to shift to use 
the newly added feature.

These is how the axis2.xml look like 

    <!--POJO deployer , this will alow users to drop .class file and make that 
into a service-->
    <deployer extension=".class" directory="pojo" 
class="org.apache.axis2.deployment.POJODeployer"/>
    <deployer extension=".jar" directory="servicejars" 
class="org.apache.axis2.jaxws.framework.JAXWSDeployer"/>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to