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 "Nick Gallardo (JIRA)" <ji...@apache.org> on 2006/11/16 23:37:37 UTC

[jira] Created: (AXIS2-1728) Need additional tests for different endpoint scenarios

Need additional tests for different endpoint scenarios
------------------------------------------------------

                 Key: AXIS2-1728
                 URL: http://issues.apache.org/jira/browse/AXIS2-1728
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Test
          Components: jaxws
            Reporter: Nick Gallardo


We need a set of tests that cover the various permutations for the packaging of the JAX-WS service implementation class with the option SEI.  Some of these may exist in various parts, but I think it would be good to have a concise test bucket that checks these individually.

1. A service class with just @WebService annotation

2. A service class with a @WebService annotation and @WebMethods annotations changing the implicit SEI

3. A service class with a @WebService annotation and an SEI referenced in the "endpointInterface" attribute, that also explicitly "implements" the SEI as well.

4. A service class with a @WebService annotation and an SEI referenced in the "endpointInterface" attribute, but that does NOT implement the SEI.  

5. A service class with a @WebService annotation and an SEI referenced in the "endpointInterface" attribute, but that does NOT implement the SEI, and invalidates it by slightly changing the signature.

 I'm sure there are more, but this would be a good start.


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

        

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


[jira] Updated: (AXIS2-1728) Need additional tests for different endpoint scenarios

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-1728:
------------------------------------

    Assignee: Nick Gallardo

> Need additional tests for different endpoint scenarios
> ------------------------------------------------------
>
>                 Key: AXIS2-1728
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1728
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Test
>          Components: jaxws
>            Reporter: Nick Gallardo
>         Assigned To: Nick Gallardo
>
> We need a set of tests that cover the various permutations for the packaging of the JAX-WS service implementation class with the option SEI.  Some of these may exist in various parts, but I think it would be good to have a concise test bucket that checks these individually.
> 1. A service class with just @WebService annotation
> 2. A service class with a @WebService annotation and @WebMethods annotations changing the implicit SEI
> 3. A service class with a @WebService annotation and an SEI referenced in the "endpointInterface" attribute, that also explicitly "implements" the SEI as well.
> 4. A service class with a @WebService annotation and an SEI referenced in the "endpointInterface" attribute, but that does NOT implement the SEI.  
> 5. A service class with a @WebService annotation and an SEI referenced in the "endpointInterface" attribute, but that does NOT implement the SEI, and invalidates it by slightly changing the signature.
>  I'm sure there are more, but this would be a good start.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1728) Need additional tests for different endpoint scenarios

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508888 ] 

Davanum Srinivas commented on AXIS2-1728:
-----------------------------------------

Can i assume this is fixed already? :)

thanks,
dims

> Need additional tests for different endpoint scenarios
> ------------------------------------------------------
>
>                 Key: AXIS2-1728
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1728
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Test
>          Components: jaxws
>            Reporter: Nick Gallardo
>            Assignee: Nick Gallardo
>
> We need a set of tests that cover the various permutations for the packaging of the JAX-WS service implementation class with the option SEI.  Some of these may exist in various parts, but I think it would be good to have a concise test bucket that checks these individually.
> 1. A service class with just @WebService annotation
> 2. A service class with a @WebService annotation and @WebMethods annotations changing the implicit SEI
> 3. A service class with a @WebService annotation and an SEI referenced in the "endpointInterface" attribute, that also explicitly "implements" the SEI as well.
> 4. A service class with a @WebService annotation and an SEI referenced in the "endpointInterface" attribute, but that does NOT implement the SEI.  
> 5. A service class with a @WebService annotation and an SEI referenced in the "endpointInterface" attribute, but that does NOT implement the SEI, and invalidates it by slightly changing the signature.
>  I'm sure there are more, but this would be a good start.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-1728) Need additional tests for different endpoint scenarios

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved AXIS2-1728.
-------------------------------------

    Resolution: Fixed

> Need additional tests for different endpoint scenarios
> ------------------------------------------------------
>
>                 Key: AXIS2-1728
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1728
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Test
>          Components: jaxws
>            Reporter: Nick Gallardo
>            Assignee: Nick Gallardo
>
> We need a set of tests that cover the various permutations for the packaging of the JAX-WS service implementation class with the option SEI.  Some of these may exist in various parts, but I think it would be good to have a concise test bucket that checks these individually.
> 1. A service class with just @WebService annotation
> 2. A service class with a @WebService annotation and @WebMethods annotations changing the implicit SEI
> 3. A service class with a @WebService annotation and an SEI referenced in the "endpointInterface" attribute, that also explicitly "implements" the SEI as well.
> 4. A service class with a @WebService annotation and an SEI referenced in the "endpointInterface" attribute, but that does NOT implement the SEI.  
> 5. A service class with a @WebService annotation and an SEI referenced in the "endpointInterface" attribute, but that does NOT implement the SEI, and invalidates it by slightly changing the signature.
>  I'm sure there are more, but this would be a good start.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1728) Need additional tests for different endpoint scenarios

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469057 ] 

Davanum Srinivas commented on AXIS2-1728:
-----------------------------------------

Assigning back to you Nick :)

> Need additional tests for different endpoint scenarios
> ------------------------------------------------------
>
>                 Key: AXIS2-1728
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1728
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Test
>          Components: jaxws
>            Reporter: Nick Gallardo
>         Assigned To: Nick Gallardo
>
> We need a set of tests that cover the various permutations for the packaging of the JAX-WS service implementation class with the option SEI.  Some of these may exist in various parts, but I think it would be good to have a concise test bucket that checks these individually.
> 1. A service class with just @WebService annotation
> 2. A service class with a @WebService annotation and @WebMethods annotations changing the implicit SEI
> 3. A service class with a @WebService annotation and an SEI referenced in the "endpointInterface" attribute, that also explicitly "implements" the SEI as well.
> 4. A service class with a @WebService annotation and an SEI referenced in the "endpointInterface" attribute, but that does NOT implement the SEI.  
> 5. A service class with a @WebService annotation and an SEI referenced in the "endpointInterface" attribute, but that does NOT implement the SEI, and invalidates it by slightly changing the signature.
>  I'm sure there are more, but this would be a good start.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org