You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by me...@apache.org on 2006/12/15 00:36:46 UTC

svn commit: r487391 - /incubator/tuscany/java/sca/services/persistence/common/src/test/java/org/apache/tuscany/service/persistence/common/PersistenceUnitTestCase.java

Author: meerajk
Date: Thu Dec 14 15:36:45 2006
New Revision: 487391

URL: http://svn.apache.org/viewvc?view=rev&rev=487391
Log:
Added JPA annotation injection as a resource.

Modified:
    incubator/tuscany/java/sca/services/persistence/common/src/test/java/org/apache/tuscany/service/persistence/common/PersistenceUnitTestCase.java

Modified: incubator/tuscany/java/sca/services/persistence/common/src/test/java/org/apache/tuscany/service/persistence/common/PersistenceUnitTestCase.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/persistence/common/src/test/java/org/apache/tuscany/service/persistence/common/PersistenceUnitTestCase.java?view=diff&rev=487391&r1=487390&r2=487391
==============================================================================
--- incubator/tuscany/java/sca/services/persistence/common/src/test/java/org/apache/tuscany/service/persistence/common/PersistenceUnitTestCase.java (original)
+++ incubator/tuscany/java/sca/services/persistence/common/src/test/java/org/apache/tuscany/service/persistence/common/PersistenceUnitTestCase.java Thu Dec 14 15:36:45 2006
@@ -20,7 +20,7 @@
         
         JavaAtomicComponent cmp = (JavaAtomicComponent)component.getChild("TestService1");
         TestService1 testService1 = (TestService1) cmp.getServiceInstance();
-//        testService1.testMethod();
+        testService1.testMethod();
     }
 
     protected void tearDown() throws Exception {



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