Thanks for catching it. The @Logging was accidentally checked in under the
src/test/java. I just fixed it under r793041.
Raymond
--------------------------------------------------
From: <[email protected]>
Sent: Friday, July 10, 2009 6:46 AM
To: <[email protected]>
Subject: svn commit: r792952 -
/tuscany/java/sca/itest/policies/src/main/java/org/apache/tuscany/sca/itest/policies/impl/PaymentImpl.java
Author: antelder
Date: Fri Jul 10 13:46:01 2009
New Revision: 792952
URL: http://svn.apache.org/viewvc?rev=792952&view=rev
Log:
Remove annotation from testcase as it doesn't exist so breaks the build,
Should the annotation exist and its not been committed or is this
redundant now? The testcase runs fine without it so i've commit the change
for now to get the build running
Modified:
tuscany/java/sca/itest/policies/src/main/java/org/apache/tuscany/sca/itest/policies/impl/PaymentImpl.java
Modified:
tuscany/java/sca/itest/policies/src/main/java/org/apache/tuscany/sca/itest/policies/impl/PaymentImpl.java
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/itest/policies/src/main/java/org/apache/tuscany/sca/itest/policies/impl/PaymentImpl.java?rev=792952&r1=792951&r2=792952&view=diff
==============================================================================
---
tuscany/java/sca/itest/policies/src/main/java/org/apache/tuscany/sca/itest/policies/impl/PaymentImpl.java
(original)
+++
tuscany/java/sca/itest/policies/src/main/java/org/apache/tuscany/sca/itest/policies/impl/PaymentImpl.java
Fri Jul 10 13:46:01 2009
@@ -24,7 +24,6 @@
import org.apache.tuscany.sca.itest.policies.Customer;
import org.apache.tuscany.sca.itest.policies.CustomerRegistry;
import org.apache.tuscany.sca.itest.policies.Payment;
-import org.apache.tuscany.sca.policy.logging.Logging;
import org.oasisopen.sca.annotation.Authentication;
import org.oasisopen.sca.annotation.Confidentiality;
import org.oasisopen.sca.annotation.Reference;
@@ -33,7 +32,6 @@
/**
*
*/
-...@logging
public class PaymentImpl implements Payment {
@Reference