Author: gerdogdu
Date: Wed Feb 17 20:23:15 2010
New Revision: 911167
URL: http://svn.apache.org/viewvc?rev=911167&view=rev
Log:
Update for new SPI implementations.
Modified:
openwebbeans/trunk/webbeans-tck/src/test/resources/META-INF/openwebbeans/openwebbeans.properties
Modified:
openwebbeans/trunk/webbeans-tck/src/test/resources/META-INF/openwebbeans/openwebbeans.properties
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/src/test/resources/META-INF/openwebbeans/openwebbeans.properties?rev=911167&r1=911166&r2=911167&view=diff
==============================================================================
---
openwebbeans/trunk/webbeans-tck/src/test/resources/META-INF/openwebbeans/openwebbeans.properties
(original)
+++
openwebbeans/trunk/webbeans-tck/src/test/resources/META-INF/openwebbeans/openwebbeans.properties
Wed Feb 17 20:23:15 2010
@@ -30,13 +30,10 @@
# The key is the Interface, the value the implementation of the service
# use the static HashMap instead of storing objects in JNDI as default
-org.apache.webbeans.spi.JNDIService=org.apache.webbeans.spi.se.JNDIServiceStaticImpl
+org.apache.webbeans.spi.JNDIService=org.apache.webbeans.spi.se.DefaultJndiService
# lookup the javax.transaction.TransactionManager via JNDI as default
-org.apache.webbeans.spi.TransactionService=org.apache.webbeans.spi.se.TransactionServiceNonJTA
-
-# use the JPAService which retrieves the PersistenceManagerFactory from the
Persistence class as default
-org.apache.webbeans.spi.JPAService=org.apache.webbeans.spi.se.JPAServicePersistenceImpl
+org.apache.webbeans.spi.TransactionService=org.apache.webbeans.spi.se.DefaultTransactionService
#use the web metadata as default
org.apache.webbeans.spi.ScannerService=org.apache.webbeans.test.tck.mock.TCKMetaDataDiscoveryImpl