You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Chad Schoettger (JIRA)" <be...@incubator.apache.org> on 2005/06/23 17:07:11 UTC

[jira] Created: (BEEHIVE-833) system control drt cleanup

system control drt cleanup
--------------------------

         Key: BEEHIVE-833
         URL: http://issues.apache.org/jira/browse/BEEHIVE-833
     Project: Beehive
        Type: Test
  Components: System Controls  
    Versions: TBD    
    Reporter: Chad Schoettger
    Priority: Minor
 Attachments: BEEHIVE-833.patch

some minor cleanup of the web service control's drt area:

ADD -  trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitArrayTypesTest.java
DELETE - trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitBareArrayTypesTest.java
DELETE - trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitBareTest.java

RENAME trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitWrappedTest.java
TO        trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitTest.java

RENAME trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitWrappedArrayTypes.wsdl
TO            trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitArrayTypes.wsdl

RENAME trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitWrapped.wsdl
TO            trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLit.wsdl

DELETE  trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitBareArrayTypes.wsdl
DELETE  trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitBare.wsdl

DELETE trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitBare.jws
DELETE trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitBareArrayTypes.jws

RENAME trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitWrapped.jws
TO trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLit.jws

RENAME trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitWrappedArrayTypes.jws
TO trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitArrayTypes.jws


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


[jira] Closed: (BEEHIVE-833) system control drt cleanup

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-833?page=all ]
     
Eddie O'Neil closed BEEHIVE-833:
--------------------------------


This checkin is in; closing as such.

> system control drt cleanup
> --------------------------
>
>          Key: BEEHIVE-833
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-833
>      Project: Beehive
>         Type: Test
>   Components: System Controls
>     Versions: TBD
>     Reporter: Chad Schoettger
>     Priority: Minor
>      Fix For: V1
>  Attachments: BEEHIVE-833.patch
>
> some minor cleanup of the web service control's drt area:
> ADD -  trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitArrayTypesTest.java
> DELETE - trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitBareArrayTypesTest.java
> DELETE - trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitBareTest.java
> RENAME trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitWrappedTest.java
> TO        trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitTest.java
> RENAME trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitWrappedArrayTypes.wsdl
> TO            trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitArrayTypes.wsdl
> RENAME trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitWrapped.wsdl
> TO            trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLit.wsdl
> DELETE  trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitBareArrayTypes.wsdl
> DELETE  trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitBare.wsdl
> DELETE trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitBare.jws
> DELETE trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitBareArrayTypes.jws
> RENAME trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitWrapped.jws
> TO trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLit.jws
> RENAME trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitWrappedArrayTypes.jws
> TO trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitArrayTypes.jws

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


[jira] Resolved: (BEEHIVE-833) system control drt cleanup

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-833?page=all ]
     
Eddie O'Neil resolved BEEHIVE-833:
----------------------------------

    Fix Version: V1
     Resolution: Fixed

Believe that these were added in a previous SVN checkin.  Resolving as such.

> system control drt cleanup
> --------------------------
>
>          Key: BEEHIVE-833
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-833
>      Project: Beehive
>         Type: Test
>   Components: System Controls
>     Versions: TBD
>     Reporter: Chad Schoettger
>     Priority: Minor
>      Fix For: V1
>  Attachments: BEEHIVE-833.patch
>
> some minor cleanup of the web service control's drt area:
> ADD -  trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitArrayTypesTest.java
> DELETE - trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitBareArrayTypesTest.java
> DELETE - trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitBareTest.java
> RENAME trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitWrappedTest.java
> TO        trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitTest.java
> RENAME trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitWrappedArrayTypes.wsdl
> TO            trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitArrayTypes.wsdl
> RENAME trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitWrapped.wsdl
> TO            trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLit.wsdl
> DELETE  trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitBareArrayTypes.wsdl
> DELETE  trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitBare.wsdl
> DELETE trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitBare.jws
> DELETE trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitBareArrayTypes.jws
> RENAME trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitWrapped.jws
> TO trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLit.jws
> RENAME trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitWrappedArrayTypes.jws
> TO trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitArrayTypes.jws

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


[jira] Updated: (BEEHIVE-833) system control drt cleanup

Posted by "Chad Schoettger (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-833?page=all ]

Chad Schoettger updated BEEHIVE-833:
------------------------------------

    Attachment: BEEHIVE-833.patch

added patch file

> system control drt cleanup
> --------------------------
>
>          Key: BEEHIVE-833
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-833
>      Project: Beehive
>         Type: Test
>   Components: System Controls
>     Versions: TBD
>     Reporter: Chad Schoettger
>     Priority: Minor
>  Attachments: BEEHIVE-833.patch
>
> some minor cleanup of the web service control's drt area:
> ADD -  trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitArrayTypesTest.java
> DELETE - trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitBareArrayTypesTest.java
> DELETE - trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitBareTest.java
> RENAME trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitWrappedTest.java
> TO        trunk\system-controls\test\src\webservice\tests\org\apache\beehive\controls\system\webservice\units\SoapMarshallingRpcLitTest.java
> RENAME trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitWrappedArrayTypes.wsdl
> TO            trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitArrayTypes.wsdl
> RENAME trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitWrapped.wsdl
> TO            trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLit.wsdl
> DELETE  trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitBareArrayTypes.wsdl
> DELETE  trunk\system-controls\test\src\webservice\schemas\SoapMarshallingRpcLitBare.wsdl
> DELETE trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitBare.jws
> DELETE trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitBareArrayTypes.jws
> RENAME trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitWrapped.jws
> TO trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLit.jws
> RENAME trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitWrappedArrayTypes.jws
> TO trunk\system-controls\test\src\webservice\servers\webapp\WEB-INF\webservices\soapMarshalling\SoapMarshallingRpcLitArrayTypes.jws

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