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 "Samuel Isokpunwu (JIRA)" <ji...@apache.org> on 2008/08/09 14:32:45 UTC

[jira] Created: (AXIS2-3969) JAXWS end-to-end test clean-up

JAXWS end-to-end test clean-up 
-------------------------------

                 Key: AXIS2-3969
                 URL: https://issues.apache.org/jira/browse/AXIS2-3969
             Project: Axis 2.0 (Axis2)
          Issue Type: Test
          Components: jaxws
         Environment: windows
            Reporter: Samuel Isokpunwu


"Class already define" compilation errors in jaxws-integration and metadata packages.

The duplications of test artifacts classes with identical package names across these packages are causing compilation errors when deployed into eclipse IDE.

Adjusted some of the test package structure of jaxws-integration and metadata test package to resolve these errors. 

Also updated pom.xml of jaxws-integration package to reflect some of this package updates.


-- 
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-3969) JAXWS end-to-end test clean-up

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

Rich Scheuerle resolved AXIS2-3969.
-----------------------------------

    Resolution: Fixed

Thanks Samuel for the hard work resolving these duplicate classes.

> JAXWS end-to-end test clean-up 
> -------------------------------
>
>                 Key: AXIS2-3969
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3969
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Test
>          Components: jaxws
>         Environment: windows
>            Reporter: Samuel Isokpunwu
>            Assignee: Rich Scheuerle
>         Attachments: patch1.txt
>
>
> "Class already define" compilation errors in jaxws-integration and metadata packages.
> The duplications of test artifacts classes with identical package names across these packages are causing compilation errors when deployed into eclipse IDE.
> Adjusted some of the test package structure of jaxws-integration and metadata test package to resolve these errors. 
> Also updated pom.xml of jaxws-integration package to reflect some of this package updates.

-- 
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] Assigned: (AXIS2-3969) JAXWS end-to-end test clean-up

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

Rich Scheuerle reassigned AXIS2-3969:
-------------------------------------

    Assignee: Rich Scheuerle

> JAXWS end-to-end test clean-up 
> -------------------------------
>
>                 Key: AXIS2-3969
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3969
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Test
>          Components: jaxws
>         Environment: windows
>            Reporter: Samuel Isokpunwu
>            Assignee: Rich Scheuerle
>         Attachments: patch1.txt
>
>
> "Class already define" compilation errors in jaxws-integration and metadata packages.
> The duplications of test artifacts classes with identical package names across these packages are causing compilation errors when deployed into eclipse IDE.
> Adjusted some of the test package structure of jaxws-integration and metadata test package to resolve these errors. 
> Also updated pom.xml of jaxws-integration package to reflect some of this package updates.

-- 
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] Updated: (AXIS2-3969) JAXWS end-to-end test clean-up

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

Samuel Isokpunwu updated AXIS2-3969:
------------------------------------

    Attachment: patch1.txt

patch

> JAXWS end-to-end test clean-up 
> -------------------------------
>
>                 Key: AXIS2-3969
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3969
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Test
>          Components: jaxws
>         Environment: windows
>            Reporter: Samuel Isokpunwu
>         Attachments: patch1.txt
>
>
> "Class already define" compilation errors in jaxws-integration and metadata packages.
> The duplications of test artifacts classes with identical package names across these packages are causing compilation errors when deployed into eclipse IDE.
> Adjusted some of the test package structure of jaxws-integration and metadata test package to resolve these errors. 
> Also updated pom.xml of jaxws-integration package to reflect some of this package updates.

-- 
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-3969) JAXWS end-to-end test clean-up

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621260#action_12621260 ] 

Rich Scheuerle commented on AXIS2-3969:
---------------------------------------

Samuel,

The jaxws tests are simple unit tests (no client/server tests)

The metadata tests are simple unit tests for the metadata processing (no client/server tests)

The jaxws-integration tests are the client/server tests.

-----------------------
I see that you renamed the following packages in the jaxws-integration tests:
   org.apache.axis2.jaxws.provider --> org.apache.axis2.jaxws.iprovider

I suggest you take a different approach.  Instead of renaming the package in the complicated jaxws-integration module, please
change the packages in the much less complicated jaxws module.

------------------------

> JAXWS end-to-end test clean-up 
> -------------------------------
>
>                 Key: AXIS2-3969
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3969
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Test
>          Components: jaxws
>         Environment: windows
>            Reporter: Samuel Isokpunwu
>            Assignee: Rich Scheuerle
>         Attachments: patch1.txt
>
>
> "Class already define" compilation errors in jaxws-integration and metadata packages.
> The duplications of test artifacts classes with identical package names across these packages are causing compilation errors when deployed into eclipse IDE.
> Adjusted some of the test package structure of jaxws-integration and metadata test package to resolve these errors. 
> Also updated pom.xml of jaxws-integration package to reflect some of this package updates.

-- 
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