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 "Hudson (Commented) (JIRA)" <ji...@apache.org> on 2012/01/30 10:05:10 UTC

[jira] [Commented] (AXIS2-5235) Test cases to test the Exposed Transports functionality in Axis2

    [ https://issues.apache.org/jira/browse/AXIS2-5235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195997#comment-13195997 ] 

Hudson commented on AXIS2-5235:
-------------------------------

Integrated in Axis2 #1254 (See [https://builds.apache.org/job/Axis2/1254/])
    Applied patch for AXIS2-5234 and AXIS2-5235.

sagara : 
Files : 
* /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/ServiceBuilder.java
* /axis/axis2/java/core/trunk/modules/kernel/test-resources/deployment/exposedTransportsRepo
* /axis/axis2/java/core/trunk/modules/kernel/test-resources/deployment/exposedTransportsRepo/axis2.xml
* /axis/axis2/java/core/trunk/modules/kernel/test-resources/deployment/exposedTransportsRepo/services
* /axis/axis2/java/core/trunk/modules/kernel/test-resources/deployment/exposedTransportsRepo/services/echoService1
* /axis/axis2/java/core/trunk/modules/kernel/test-resources/deployment/exposedTransportsRepo/services/echoService1/META-INF
* /axis/axis2/java/core/trunk/modules/kernel/test-resources/deployment/exposedTransportsRepo/services/echoService1/META-INF/services.xml
* /axis/axis2/java/core/trunk/modules/kernel/test-resources/deployment/exposedTransportsRepo/services/echoService2
* /axis/axis2/java/core/trunk/modules/kernel/test-resources/deployment/exposedTransportsRepo/services/echoService2/META-INF
* /axis/axis2/java/core/trunk/modules/kernel/test-resources/deployment/exposedTransportsRepo/services/echoService2/META-INF/services.xml
* /axis/axis2/java/core/trunk/modules/kernel/test-resources/deployment/exposedTransportsRepo/services/echoService3
* /axis/axis2/java/core/trunk/modules/kernel/test-resources/deployment/exposedTransportsRepo/services/echoService3/META-INF
* /axis/axis2/java/core/trunk/modules/kernel/test-resources/deployment/exposedTransportsRepo/services/echoService3/META-INF/services.xml
* /axis/axis2/java/core/trunk/modules/kernel/test/org/apache/axis2/deployment/DummyTransportListener.java
* /axis/axis2/java/core/trunk/modules/kernel/test/org/apache/axis2/deployment/ExposedTransportsTest.java

                
> Test cases to test the Exposed Transports functionality in Axis2
> ----------------------------------------------------------------
>
>                 Key: AXIS2-5235
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5235
>             Project: Axis2
>          Issue Type: Improvement
>            Reporter: Sameera Jayasoma
>             Fix For: 1.7.0
>
>         Attachments: axis2-patch-27-Jun-2012-1.txt
>
>
>  When you develop service, you can specify the list of transports on which you service should be exposed.
>  This class will test this functionality.
> e.g.
> <serviceGroup>
>     <!-- https transport is not available in Axis2. Therefore the deployment of the EchoService2 should fail. -->
>     <service name="EchoService3">
>         <description>
>                This service echo the given input , and this was developed to text the axis system working
>                 correctly
>         </description>
>        <transports>
>                 <transport>https</transport>
>         </transports>
>         <parameter name="ServiceClass">org.apache.axis2.sample.echo.EchoImpl</parameter>
>     </service>
> </serviceGroup>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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