Author: gerdogdu
Date: Tue May 18 09:35:27 2010
New Revision: 945561
URL: http://svn.apache.org/viewvc?rev=945561&view=rev
Log:
JSF 1.2 configuration
Modified:
openwebbeans/trunk/samples/conversation-sample/pom.xml
openwebbeans/trunk/samples/conversation-sample/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
openwebbeans/trunk/samples/ejb-sample/pom.xml
openwebbeans/trunk/samples/ejb-sample/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
openwebbeans/trunk/samples/ejb-telephone/pom.xml
openwebbeans/trunk/samples/ejb-telephone/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
Modified: openwebbeans/trunk/samples/conversation-sample/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/conversation-sample/pom.xml?rev=945561&r1=945560&r2=945561&view=diff
==============================================================================
--- openwebbeans/trunk/samples/conversation-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/conversation-sample/pom.xml Tue May 18 09:35:27
2010
@@ -45,7 +45,15 @@
<!-- JSF Plugin -->
<dependency>
<groupId>org.apache.openwebbeans</groupId>
- <artifactId>openwebbeans-jsf</artifactId>
+ <artifactId>openwebbeans-jsf12</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <!-- EL Plugin -->
+ <dependency>
+ <groupId>org.apache.openwebbeans</groupId>
+ <artifactId>openwebbeans-el10</artifactId>
+ <version>${project.version}</version>
</dependency>
<!-- Web Plugin -->
Modified:
openwebbeans/trunk/samples/conversation-sample/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/conversation-sample/src/main/resources/META-INF/openwebbeans/openwebbeans.properties?rev=945561&r1=945560&r2=945561&view=diff
==============================================================================
---
openwebbeans/trunk/samples/conversation-sample/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
(original)
+++
openwebbeans/trunk/samples/conversation-sample/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
Tue May 18 09:35:27 2010
@@ -24,4 +24,5 @@
#general configuration section
-org.apache.webbeans.application.useJSF2Extensions=false
\ No newline at end of file
+org.apache.webbeans.application.useJSF2Extensions=false
+org.apache.webbeans.spi.adaptor.ELAdaptor=org.apache.webbeans.el10.EL10Adaptor
\ No newline at end of file
Modified: openwebbeans/trunk/samples/ejb-sample/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/ejb-sample/pom.xml?rev=945561&r1=945560&r2=945561&view=diff
==============================================================================
--- openwebbeans/trunk/samples/ejb-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/ejb-sample/pom.xml Tue May 18 09:35:27 2010
@@ -93,7 +93,14 @@
<!-- JSF Plugin -->
<dependency>
<groupId>org.apache.openwebbeans</groupId>
- <artifactId>openwebbeans-jsf</artifactId>
+ <artifactId>openwebbeans-jsf12</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <!-- EL Plugin -->
+ <dependency>
+ <groupId>org.apache.openwebbeans</groupId>
+ <artifactId>openwebbeans-el10</artifactId>
<version>${project.version}</version>
</dependency>
Modified:
openwebbeans/trunk/samples/ejb-sample/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/ejb-sample/src/main/resources/META-INF/openwebbeans/openwebbeans.properties?rev=945561&r1=945560&r2=945561&view=diff
==============================================================================
---
openwebbeans/trunk/samples/ejb-sample/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
(original)
+++
openwebbeans/trunk/samples/ejb-sample/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
Tue May 18 09:35:27 2010
@@ -30,4 +30,6 @@ org.apache.webbeans.application.useJSF2E
org.apache.webbeans.spi.deployer.useEjbMetaDataDiscoveryService=true
#use resource service
-org.apache.webbeans.spi.ResourceInjectionService=org.apache.webbeans.ejb.resource.OpenEjbResourceInjectionService
\ No newline at end of file
+org.apache.webbeans.spi.ResourceInjectionService=org.apache.webbeans.ejb.resource.OpenEjbResourceInjectionService
+
+org.apache.webbeans.spi.adaptor.ELAdaptor=org.apache.webbeans.el10.EL10Adaptor
\ No newline at end of file
Modified: openwebbeans/trunk/samples/ejb-telephone/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/ejb-telephone/pom.xml?rev=945561&r1=945560&r2=945561&view=diff
==============================================================================
--- openwebbeans/trunk/samples/ejb-telephone/pom.xml (original)
+++ openwebbeans/trunk/samples/ejb-telephone/pom.xml Tue May 18 09:35:27 2010
@@ -93,7 +93,14 @@
<!-- JSF Plugin -->
<dependency>
<groupId>org.apache.openwebbeans</groupId>
- <artifactId>openwebbeans-jsf</artifactId>
+ <artifactId>openwebbeans-jsf12</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <!-- EL Plugin -->
+ <dependency>
+ <groupId>org.apache.openwebbeans</groupId>
+ <artifactId>openwebbeans-el10</artifactId>
<version>${project.version}</version>
</dependency>
Modified:
openwebbeans/trunk/samples/ejb-telephone/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/ejb-telephone/src/main/resources/META-INF/openwebbeans/openwebbeans.properties?rev=945561&r1=945560&r2=945561&view=diff
==============================================================================
---
openwebbeans/trunk/samples/ejb-telephone/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
(original)
+++
openwebbeans/trunk/samples/ejb-telephone/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
Tue May 18 09:35:27 2010
@@ -28,4 +28,5 @@ org.apache.webbeans.spi.deployer.useEjbM
org.apache.webbeans.application.useJSF2Extensions=false
#use resource service
-org.apache.webbeans.spi.ResourceService=org.apache.webbeans.ejb.resource.OpenEjbResourceInjectionService
\ No newline at end of file
+org.apache.webbeans.spi.ResourceService=org.apache.webbeans.ejb.resource.OpenEjbResourceInjectionService
+org.apache.webbeans.spi.adaptor.ELAdaptor=org.apache.webbeans.el10.EL10Adaptor
\ No newline at end of file