You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Raymond Feng (JIRA)" <de...@tuscany.apache.org> on 2008/07/29 02:50:31 UTC

[jira] Created: (TUSCANY-2509) A few generated test classes are leaked into the tuscany-sca-all-1.3.jar

A few generated test classes are leaked into the  tuscany-sca-all-1.3.jar
-------------------------------------------------------------------------

                 Key: TUSCANY-2509
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2509
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Samples
    Affects Versions: Java-SCA-1.3
            Reporter: Raymond Feng
            Assignee: Raymond Feng
            Priority: Minor


[rfeng@tuscany lib]$ jar tf tuscany-sca-all-1.3.jar |grep example
org/example/creditscore/doclit/CreditReport.class
org/example/creditscore/doclit/Customer.class
org/example/creditscore/doclit/DoclitFactory.class
org/example/creditscore/doclit/impl/CreditReportImpl.class
org/example/creditscore/doclit/impl/CustomerImpl.class
org/example/creditscore/doclit/impl/DoclitFactoryImpl.class
com/example/stock/InvalidSymbolFault.class
com/example/stock/InvalidSymbolFault_Exception.class
com/example/stock/MarketClosedFault.class
com/example/stock/ObjectFactory.class
com/example/stock/package-info.class
com/example/stock/StockExceptionTest.class
com/example/stock/StockExceptionTestService.class
com/example/stock/StockOffer.class
com/example/stock/StockQuoteOffer.class
com/example/stock/StockQuoteOfferResponse.class
com/example/stock/TestNotDeclaredAtSourceFault.class


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TUSCANY-2509) A few generated test classes are leaked into the tuscany-sca-all-1.3.jar

Posted by "Raymond Feng (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raymond Feng resolved TUSCANY-2509.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: Java-SCA-1.3

Fixed under r680620

> A few generated test classes are leaked into the  tuscany-sca-all-1.3.jar
> -------------------------------------------------------------------------
>
>                 Key: TUSCANY-2509
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2509
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.3
>            Reporter: Raymond Feng
>            Assignee: Raymond Feng
>            Priority: Minor
>             Fix For: Java-SCA-1.3
>
>
> [rfeng@tuscany lib]$ jar tf tuscany-sca-all-1.3.jar |grep example
> org/example/creditscore/doclit/CreditReport.class
> org/example/creditscore/doclit/Customer.class
> org/example/creditscore/doclit/DoclitFactory.class
> org/example/creditscore/doclit/impl/CreditReportImpl.class
> org/example/creditscore/doclit/impl/CustomerImpl.class
> org/example/creditscore/doclit/impl/DoclitFactoryImpl.class
> com/example/stock/InvalidSymbolFault.class
> com/example/stock/InvalidSymbolFault_Exception.class
> com/example/stock/MarketClosedFault.class
> com/example/stock/ObjectFactory.class
> com/example/stock/package-info.class
> com/example/stock/StockExceptionTest.class
> com/example/stock/StockExceptionTestService.class
> com/example/stock/StockOffer.class
> com/example/stock/StockQuoteOffer.class
> com/example/stock/StockQuoteOfferResponse.class
> com/example/stock/TestNotDeclaredAtSourceFault.class

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.