You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/10/17 23:10:22 UTC

svn commit: r826311 - in /incubator/openwebbeans/trunk/atinject-tck/src/test/resources/META-INF: ./ openwebbeans/ openwebbeans/openwebbeans.properties

Author: gerdogdu
Date: Sat Oct 17 21:10:22 2009
New Revision: 826311

URL: http://svn.apache.org/viewvc?rev=826311&view=rev
Log:
Adding resource folder.

Added:
    incubator/openwebbeans/trunk/atinject-tck/src/test/resources/META-INF/
    incubator/openwebbeans/trunk/atinject-tck/src/test/resources/META-INF/openwebbeans/
    incubator/openwebbeans/trunk/atinject-tck/src/test/resources/META-INF/openwebbeans/openwebbeans.properties   (with props)

Added: incubator/openwebbeans/trunk/atinject-tck/src/test/resources/META-INF/openwebbeans/openwebbeans.properties
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/atinject-tck/src/test/resources/META-INF/openwebbeans/openwebbeans.properties?rev=826311&view=auto
==============================================================================
--- incubator/openwebbeans/trunk/atinject-tck/src/test/resources/META-INF/openwebbeans/openwebbeans.properties (added)
+++ incubator/openwebbeans/trunk/atinject-tck/src/test/resources/META-INF/openwebbeans/openwebbeans.properties Sat Oct 17 21:10:22 2009
@@ -0,0 +1,42 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+
+#---------------------------------------------------------------
+# The default configuration for OpenWebBeans
+#
+# The default configuration is intended for a JDK and a simple ServletContainer
+# like jetty, resin or tomcat.
+# 
+#---------------------------------------------------------------
+
+#general configuration section
+
+
+# the service section:
+# 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
+
+# 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
+
+#use the web metadata as default
+org.apache.webbeans.spi.deployer.MetaDataDiscoveryService=org.apache.webbeans.test.tck.mock.TCKMetaDataDiscoveryImpl
\ No newline at end of file

Propchange: incubator/openwebbeans/trunk/atinject-tck/src/test/resources/META-INF/openwebbeans/openwebbeans.properties
------------------------------------------------------------------------------
    svn:eol-style = native