Author: gerdogdu
Date: Sat Feb 27 14:06:11 2010
New Revision: 916953

URL: http://svn.apache.org/viewvc?rev=916953&view=rev
Log:
Update for working

Modified:
    openwebbeans/trunk/samples/standalone-sample/pom.xml
    openwebbeans/trunk/samples/standalone-sample/src/assembly/dist-binary.xml
    
openwebbeans/trunk/samples/standalone-sample/src/main/resources/META-INF/openwebbeans/openwebbeans.properties

Modified: openwebbeans/trunk/samples/standalone-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/standalone-sample/pom.xml?rev=916953&r1=916952&r2=916953&view=diff
==============================================================================
--- openwebbeans/trunk/samples/standalone-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/standalone-sample/pom.xml Sat Feb 27 14:06:11 
2010
@@ -60,6 +60,19 @@
                          <optional>true</optional> 
                   </dependency>
 
+                <dependency>
+                        <groupId>org.apache.geronimo.specs</groupId>
+                        <artifactId>geronimo-jcdi_1.0_spec</artifactId>
+                       <optional>true</optional>
+                </dependency>
+
+                <dependency>
+                        <groupId>org.apache.geronimo.specs</groupId>
+                        <artifactId>geronimo-atinject_1.0_spec</artifactId>
+                       <optional>true</optional>
+                </dependency>
+
+
 
        </dependencies>
 

Modified: 
openwebbeans/trunk/samples/standalone-sample/src/assembly/dist-binary.xml
URL: 
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/standalone-sample/src/assembly/dist-binary.xml?rev=916953&r1=916952&r2=916953&view=diff
==============================================================================
--- openwebbeans/trunk/samples/standalone-sample/src/assembly/dist-binary.xml 
(original)
+++ openwebbeans/trunk/samples/standalone-sample/src/assembly/dist-binary.xml 
Sat Feb 27 14:06:11 2010
@@ -42,17 +42,21 @@
                 <include>org.apache.openwebbeans:atinject-api</include>
                 <include>org.apache.openwebbeans:openwebbeans-api</include>
                 <include>org.apache.openwebbeans:openwebbeans-impl</include>
-                
<include>org.apache.geronimo.specs:geronimo-el_1.0_spec</include>
-                               
<include>org.apache.geronimo.specs:geronimo-interceptor_3.0_spec</include>
-                               
<include>org.apache.geronimo.specs:geronimo-jta_1.1_spec</include>
-                               <include>log4j:log4j</include>
-                               <include>dom4j:dom4j</include>
-                               <include>javassist:javassist</include>
-                               
<include>net.sf.scannotation:scannotation</include>
+                <include>org.apache.openwebbeans:openwebbeans-spi</include>
+                
<include>org.apache.geronimo.specs:geronimo-el_2.2_spec</include>
+               
<include>org.apache.geronimo.specs:geronimo-interceptor_1.1_spec</include>
+               
<include>org.apache.geronimo.specs:geronimo-jta_1.1_spec</include>
+                
<include>org.apache.geronimo.specs:geronimo-atinject_1.0_spec</include>
+                
<include>org.apache.geronimo.specs:geronimo-jcdi_1.0_spec</include>
+                
<include>org.apache.geronimo.specs:geronimo-validation_1.0_spec</include>
+               <include>log4j:log4j</include>
+               <include>dom4j:dom4j</include>
+               <include>javassist:javassist</include>
+               <include>net.sf.scannotation:scannotation</include>
+                
             </includes>
            <excludes>
-                       
<exclude>org.apache.openwebbeans:atinject-api:jar:sources</exclude>
-                       
<exclude>org.apache.openwebbeans:openwebbeans-api:jar:sources</exclude>
+                       
<exclude>org.apache.openwebbeans:openwebbeans-spi:jar:sources</exclude>
                        
<exclude>org.apache.openwebbeans:openwebbeans-impl:jar:sources</exclude>
            </excludes>
         </dependencySet>

Modified: 
openwebbeans/trunk/samples/standalone-sample/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
URL: 
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/standalone-sample/src/main/resources/META-INF/openwebbeans/openwebbeans.properties?rev=916953&r1=916952&r2=916953&view=diff
==============================================================================
--- 
openwebbeans/trunk/samples/standalone-sample/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
 (original)
+++ 
openwebbeans/trunk/samples/standalone-sample/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
 Sat Feb 27 14:06:11 2010
@@ -30,13 +30,13 @@
 # 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
+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.spi.se.deployer.MetaDataDiscoveryStandard
 
 #Lifecycle to start container
-org.apache.webbeans.spi.ContainerLifecycle=org.apache.webbeans.lifecycle.StandaloneLifeCycle
\ No newline at end of file
+org.apache.webbeans.spi.ContainerLifecycle=org.apache.webbeans.lifecycle.StandaloneLifeCycle


Reply via email to