Seam SVN: r14912 - branches/enterprise/WFK-2_0/jboss-seam-ioc/src/main/resources/org/jboss/seam/ioc/guice.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-14 07:35:25 -0400 (Thu, 14 Jun 2012)
New Revision: 14912
Removed:
branches/enterprise/WFK-2_0/jboss-seam-ioc/src/main/resources/org/jboss/seam/ioc/guice/guice-2.3.xsd
Log:
deleted guice xsd file bz #830142
Deleted: branches/enterprise/WFK-2_0/jboss-seam-ioc/src/main/resources/org/jboss/seam/ioc/guice/guice-2.3.xsd
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-ioc/src/main/resources/org/jboss/seam/ioc/guice/guice-2.3.xsd 2012-06-14 11:35:06 UTC (rev 14911)
+++ branches/enterprise/WFK-2_0/jboss-seam-ioc/src/main/resources/org/jboss/seam/ioc/guice/guice-2.3.xsd 2012-06-14 11:35:25 UTC (rev 14912)
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
- targetNamespace="http://jboss.org/schema/seam/guice" xmlns:guice="http://jboss.org/schema/seam/guice"
- xmlns:components="http://jboss.org/schema/seam/components" attributeFormDefault="unqualified">
-
- <xs:import namespace="http://jboss.org/schema/seam/components"
- schemaLocation="http://jboss.org/schema/seam/components-2.3.xsd"/>
-
- <xs:element name="init">
- <xs:annotation>
- <xs:documentation>Guice Support Configuration</xs:documentation>
- </xs:annotation>
- <xs:complexType mixed="true">
- <xs:attributeGroup ref="guice:attlist.guiceInit"/>
- </xs:complexType>
- </xs:element>
- <xs:attributeGroup name="attlist.guiceInit">
- <xs:attribute name="injector" type="components:string"/>
- </xs:attributeGroup>
-
- <xs:element name="injector">
- <xs:annotation>
- <xs:documentation>Guice Injector</xs:documentation>
- </xs:annotation>
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element name="modules" type="components:multiValuedProperty">
- <xs:annotation>
- <xs:documentation>A list of modules</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:choice>
- <xs:attributeGroup ref="components:attlist.component"/>
- <xs:attributeGroup ref="guice:attlist.guiceInjector"/>
- </xs:complexType>
- </xs:element>
- <xs:attributeGroup name="attlist.guiceInjector"/>
-
-</xs:schema>
12 years, 9 months
Seam SVN: r14911 - in branches/enterprise/WFK-2_0/examples-ee6: blog and 23 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-14 07:35:06 -0400 (Thu, 14 Jun 2012)
New Revision: 14911
Modified:
branches/enterprise/WFK-2_0/examples-ee6/blog/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/booking/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/contactlist/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/excel/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/groovybooking/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/hibernate/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/itext/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/jpa/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/messages/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/openid/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/quartz/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/registration/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/restbay/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/seambay/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/seampay/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/seamspace/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/spring/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/tasks/readme.txt
branches/enterprise/WFK-2_0/examples-ee6/ui/readme.txt
Log:
replaced command 'mvn clean package' wit 'mvn clean install'
Modified: branches/enterprise/WFK-2_0/examples-ee6/blog/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/blog/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/blog/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -8,7 +8,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/booking/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/booking/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/booking/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -9,7 +9,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* In the booking-ear directory run:
Modified: branches/enterprise/WFK-2_0/examples-ee6/contactlist/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/contactlist/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/contactlist/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -1,14 +1,13 @@
Seam Contact List Example
=========================
-This example demonstrates the Seam CRUD framework. It runs on JBoss AS as an
-EAR and Tomcat with JBoss Embedded as a WAR.
+This example demonstrates the Seam CRUD framework.
To deploy the example, follow these steps:
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/excel/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/excel/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/excel/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -7,7 +7,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/groovybooking/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/groovybooking/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/groovybooking/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -8,7 +8,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/hibernate/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/hibernate/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/hibernate/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -7,7 +7,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/itext/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/itext/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/itext/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -7,7 +7,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/jpa/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/jpa/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/jpa/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -7,7 +7,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/messages/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/messages/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/messages/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -3,11 +3,9 @@
This is a simple example of the use of @DataModel for the Seam tutorial.
-To deploy the example to JBossAS 5, follow these steps:
-
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/nestedbooking/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -8,7 +8,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/openid/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/openid/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/openid/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -7,7 +7,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/quartz/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/quartz/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/quartz/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -7,7 +7,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -35,7 +35,7 @@
3. Build the example by running the following command from the Seam
"examples-ee6/${example.name}" directory:
- mvn clean package
+ mvn clean install
NOTE: Firstly, this command will also run unit tests on that example. To skip the tests add
-Dmaven.test.skip=true to the maven call. Secondly, there is an option to deploy an "exploded"
@@ -73,7 +73,7 @@
Integration tests are executed during building of the application using:
- mvn clean package -Darquillian=jbossas-{managed,remote}-7
+ mvn clean install -Darquillian=jbossas-{managed,remote}-7
Running integration test(s) in Eclipse
Modified: branches/enterprise/WFK-2_0/examples-ee6/registration/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/registration/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/registration/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -7,7 +7,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/chatroom/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -7,7 +7,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -7,7 +7,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/helloworld/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -7,7 +7,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/restbay/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/restbay/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/restbay/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -8,7 +8,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/seambay/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seambay/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/seambay/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -7,7 +7,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/seamdiscs/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -31,7 +31,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Go to seamdiscs-ear:
Modified: branches/enterprise/WFK-2_0/examples-ee6/seampay/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seampay/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/seampay/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -7,7 +7,7 @@
* In the example root directory, run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/seamspace/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seamspace/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/seamspace/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -7,7 +7,7 @@
* In the example root directory, run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/spring/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/spring/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/spring/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -8,7 +8,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/tasks/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/tasks/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/tasks/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -7,7 +7,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
Modified: branches/enterprise/WFK-2_0/examples-ee6/ui/readme.txt
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/ui/readme.txt 2012-06-14 08:49:52 UTC (rev 14910)
+++ branches/enterprise/WFK-2_0/examples-ee6/ui/readme.txt 2012-06-14 11:35:06 UTC (rev 14911)
@@ -7,7 +7,7 @@
* In the example root directory run:
- mvn clean package
+ mvn clean install
* Set JBOSS_HOME environment property.
12 years, 9 months
Seam SVN: r14910 - branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-ejb/src/main/resources/META-INF.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-14 04:49:52 -0400 (Thu, 14 Jun 2012)
New Revision: 14910
Modified:
branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-ejb/src/main/resources/META-INF/security-rules.drl
Log:
bz #831160 fixed drools rules for satisfy strict mode in Drools 5.2.x
Modified: branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-ejb/src/main/resources/META-INF/security-rules.drl
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-ejb/src/main/resources/META-INF/security-rules.drl 2012-06-12 13:34:40 UTC (rev 14909)
+++ branches/enterprise/WFK-2_0/examples-ee6/seamspace/seamspace-ejb/src/main/resources/META-INF/security-rules.drl 2012-06-14 08:49:52 UTC (rev 14910)
@@ -15,6 +15,7 @@
import org.jboss.seam.example.seamspace.MemberFriend;
import org.jboss.seam.example.seamspace.MemberImage;
+
# These rules allow members to manage permissions on their own images
rule ManageImagePermissions
@@ -22,7 +23,7 @@
activation-group "permissions"
when
acct: MemberAccount()
- image: MemberImage(mbr : member -> (mbr.memberId.equals(acct.member.memberId)))
+ image: MemberImage(mbr : member , (mbr.memberId == acct.member.memberId ))
check: PermissionCheck(target == image, action == "seam.read-permissions", granted == false)
then
check.grant();
@@ -33,7 +34,7 @@
activation-group "permissions"
when
acct: MemberAccount()
- image: MemberImage(mbr : member -> (mbr.memberId.equals(acct.member.memberId)))
+ image: MemberImage(mbr : member , (mbr.memberId == acct.member.memberId ))
check: PermissionCheck(target == image, action == "seam.grant-permission", granted == false)
then
check.grant();
@@ -58,7 +59,7 @@
activation-group "permissions"
when
acct: MemberAccount()
- image: MemberImage(mbr : member -> (mbr.memberId.equals(acct.member.memberId)))
+ image: MemberImage(mbr : member , (mbr.memberId == acct.member.memberId ))
check: PermissionCheck(target == image, action == "delete", granted == false)
then
check.grant();
@@ -71,7 +72,7 @@
activation-group "permissions"
when
acct: MemberAccount()
- image: MemberImage(mbr : member -> (mbr.memberId.equals(acct.member.memberId)))
+ image: MemberImage(mbr : member , (mbr.memberId == acct.member.memberId ))
check: PermissionCheck(target == image, action == "seam.revoke-permission", granted == false)
then
check.grant();
@@ -93,7 +94,7 @@
activation-group "permissions"
when
acct: MemberAccount()
- image: MemberImage(mbr : member -> (mbr.isFriend(acct.member)))
+ image: MemberImage(mbr : member , (mbr.isFriend(acct.member)))
PermissionCheck(target == image, action == "view")
role: RoleCheck(name == "friends")
then
@@ -116,7 +117,7 @@
activation-group "permissions"
when
acct: MemberAccount()
- image: MemberImage(mbr : member -> (mbr.memberId.equals(acct.member.memberId)))
+ image: MemberImage(mbr : member , (mbr.memberId == acct.member.memberId))
check: PermissionCheck(target == image, action == "view")
then
check.grant();
@@ -160,7 +161,7 @@
when
mbr: Member()
acct: MemberAccount(member.memberId == mbr.memberId)
- check: PermissionCheck(target.memberId == mbr.memberId, action == "createBlog", granted == false)
+ check: PermissionCheck( ((Member)target).memberId == mbr.memberId, action == "createBlog", granted == false)
then
check.grant();
end
@@ -172,7 +173,7 @@
when
mbr: Member()
acct: MemberAccount(member.memberId == mbr.memberId)
- check: PermissionCheck(target.memberId == mbr.memberId, action == "uploadImage", granted == false)
+ check: PermissionCheck( ((Member)target).memberId ==mbr.memberId, action == "uploadImage", granted == false)
then
check.grant();
end
12 years, 9 months
Seam SVN: r14909 - branches/community/Seam_2_3/jboss-seam-gen/dist/view.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-12 09:34:40 -0400 (Tue, 12 Jun 2012)
New Revision: 14909
Modified:
branches/community/Seam_2_3/jboss-seam-gen/dist/view/edit.xhtml.ftl
branches/community/Seam_2_3/jboss-seam-gen/dist/view/view.xhtml.ftl
Log:
JBSEAM-4991 fixed rich:tabPanel with switchType="ajax" to change it to
client
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/view/edit.xhtml.ftl
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/view/edit.xhtml.ftl 2012-06-11 19:44:59 UTC (rev 14908)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/view/edit.xhtml.ftl 2012-06-12 13:34:40 UTC (rev 14909)
@@ -73,7 +73,7 @@
</#foreach>
<#if hasAssociations>
-<rich:tabPanel switchType="ajax">
+<rich:tabPanel switchType="client">
</#if>
<#foreach property in pojo.allPropertiesIterator>
<#if isToOne(property)>
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/view/view.xhtml.ftl
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/view/view.xhtml.ftl 2012-06-11 19:44:59 UTC (rev 14908)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/view/view.xhtml.ftl 2012-06-12 13:34:40 UTC (rev 14909)
@@ -47,7 +47,7 @@
</#foreach>
<#if hasAssociations>
- <rich:tabPanel switchType="ajax">
+ <rich:tabPanel switchType="client">
</#if>
<#foreach property in pojo.allPropertiesIterator>
<#if isToOne(property)>
12 years, 9 months
Seam SVN: r14908 - branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/eclipse.
by seam-commits@lists.jboss.org
Author: dhinojosa
Date: 2012-06-11 15:44:59 -0400 (Mon, 11 Jun 2012)
New Revision: 14908
Modified:
branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath
Log:
updated new classpath
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath 2012-06-11 17:42:21 UTC (rev 14907)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath 2012-06-11 19:44:59 UTC (rev 14908)
@@ -4,43 +4,308 @@
<classpathentry kind="src" output="classes/hot" path="src/hot"/>
<classpathentry kind="src" output="classes/test" path="src/test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="lib/hibernate-validator.jar"/>
- <classpathentry kind="lib" path="lib/hibernate-core.jar"/>
- <classpathentry kind="lib" path="lib/hibernate-annotations.jar"/>
- <classpathentry kind="lib" path="lib/hibernate-commons-annotations.jar"/>
- <classpathentry kind="lib" path="lib/hibernate-entitymanager.jar"/>
- <classpathentry kind="lib" path="lib/jboss-seam.jar" sourcepath="lib/src/jboss-seam-sources.jar"/>
- <classpathentry kind="lib" path="lib/jboss-seam-ui.jar" sourcepath="lib/src/jboss-seam-ui-sources.jar"/>
+ <classpathentry kind="lib" path="lib/sac.jar"/>
+ <classpathentry kind="lib" path="lib/jackrabbit-spi-commons.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-pdf.jar"/>
+ <classpathentry kind="lib" path="lib/spring-expression.jar"/>
+ <classpathentry kind="lib" path="lib/mail.jar"/>
+ <classpathentry kind="lib" path="lib/jcommander.jar"/>
+ <classpathentry kind="lib" path="lib/spring-context.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-el.jar"/>
+ <classpathentry kind="lib" path="lib/jackrabbit-core.jar"/>
+ <classpathentry kind="lib" path="lib/spring-aop.jar"/>
+ <classpathentry kind="lib" path="lib/javassist.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-highlighter.jar"/>
+ <classpathentry kind="lib" path="lib/antlr-runtime.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate-search-engine.jar"/>
+ <classpathentry kind="lib" path="lib/resteasy-jaxrs.jar"/>
+ <classpathentry kind="lib" path="lib/richfaces-core-api.jar"/>
+ <classpathentry kind="lib" path="lib/mvel2.jar"/>
+ <classpathentry kind="lib" path="lib/richfaces-core-impl.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate-jpa-2.0-api.jar"/>
+ <classpathentry kind="lib" path="lib/xercesImpl.jar"/>
+ <classpathentry kind="lib" path="lib/commons-codec.jar"/>
+ <classpathentry kind="lib" path="lib/testng-jdk15.jar"/>
+ <classpathentry kind="lib" path="lib/jackrabbit-jcr-commons.jar"/>
+ <classpathentry kind="lib" path="lib/drools-core.jar"/>
+ <classpathentry kind="lib" path="lib/itext.jar"/>
+ <classpathentry kind="lib" path="lib/ehcache-core.jar"/>
+ <classpathentry kind="lib" path="lib/blazeds-remoting.jar"/>
+ <classpathentry kind="lib" path="lib/poi.jar"/>
+ <classpathentry kind="lib" path="lib/jgroups.jar"/>
+ <classpathentry kind="lib" path="lib/fontbox.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-core.jar"/>
+ <classpathentry kind="lib" path="lib/resteasy-atom-provider.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-jsf-api_2.0_spec.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-jsf-api_2.1_spec.jar"/>
+ <classpathentry kind="lib" path="lib/spring-tx.jar"/>
+ <classpathentry kind="lib" path="lib/cssparser.jar"/>
+ <classpathentry kind="lib" path="lib/jcl-over-slf4j.jar"/>
+ <classpathentry kind="lib" path="lib/paranamer.jar"/>
+ <classpathentry kind="lib" path="lib/el-api.jar"/>
+ <classpathentry kind="lib" path="lib/quartz.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-resteasy.jar"/>
+ <classpathentry kind="lib" path="lib/blazeds-proxy.jar"/>
+ <classpathentry kind="lib" path="lib/httpcore.jar"/>
+ <classpathentry kind="lib" path="lib/nekohtml.jar"/>
+ <classpathentry kind="lib" path="lib/log4j.jar"/>
+ <classpathentry kind="lib" path="lib/snakeyaml.jar"/>
+ <classpathentry kind="lib" path="lib/solr-core.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-el-api_2.2_spec.jar"/>
<classpathentry kind="lib" path="lib/jboss-seam-debug.jar"/>
- <classpathentry kind="lib" path="lib/jboss-cache.jar"/>
- <classpathentry kind="lib" path="lib/jbpm-jpdl.jar"/>
+ <classpathentry kind="lib" path="lib/guava.jar"/>
+ <classpathentry kind="lib" path="lib/jaxws-api.jar"/>
+ <classpathentry kind="lib" path="lib/concurrent.jar"/>
+ <classpathentry kind="lib" path="lib/stax-api.jar"/>
<classpathentry kind="lib" path="lib/antlr.jar"/>
- <classpathentry kind="lib" path="lib/jgroups.jar"/>
- <classpathentry kind="lib" path="lib/jsf-facelets.jar"/>
- <classpathentry kind="lib" path="lib/jsf-api.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-embedded-7.1.1.Final.ja"/>
- <classpathentry kind="lib" path="lib/servlet-api.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-marshalling.jar"/>
+ <classpathentry kind="lib" path="lib/asm.jar"/>
+ <classpathentry kind="lib" path="lib/resteasy-jettison-provider.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate-ehcache.jar"/>
+ <classpathentry kind="lib" path="lib/blazeds-common.jar"/>
+ <classpathentry kind="lib" path="lib/jempbox.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-interceptor-spi-2.0.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/wagon-http-lightweight-1.0-beta-7.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-logmanager-log4j-1.0.0.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/hibernate-validator-4.2.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-resolver-spi-1.0.13.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-controller-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/arquillian-core-spi-1.0.0.CR7.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-jmx-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-arquillian-common-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/validation-api-1.0.0.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-vfs30-1.0.7.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/arquillian-container-osgi-1.0.2.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/arquillian-testenricher-cdi-1.0.0.CR7.jar"/>
+ <classpathentry kind="lib" path="lib/test/arquillian-test-api-1.0.0.CR7.jar"/>
+ <classpathentry kind="lib" path="lib/test/plexus-classworlds-2.2.2.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-annotations-api_1.1_spec-1.0.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/wagon-file-1.0-beta-7.jar"/>
+ <classpathentry kind="lib" path="lib/test/aether-impl-1.8.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-process-controller-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/arquillian-config-impl-base-1.0.0.CR7.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-controller-client-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jdk-tools-jdk.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-framework-core-1.1.8.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-ee-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-platform-mbean-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-embedded-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-naming-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/javax.inject-1.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-repository-core-1.0.5.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-repository-api-1.0.5.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-domain-http-interface-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/arquillian-testenricher-ejb-1.0.0.CR7.jar"/>
+ <classpathentry kind="lib" path="lib/test/plexus-cipher-1.4.jar"/>
+ <classpathentry kind="lib" path="lib/test/arquillian-testenricher-osgi-1.0.2.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-vfs-3.1.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-threads-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-threads-2.0.0.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-msc-1.0.2.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/arquillian-container-test-api-1.0.0.CR7.jar"/>
+ <classpathentry kind="lib" path="lib/test/org.apache.felix.resolver-0.1.0.Beta1.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-resolver-api-1.0.13.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/arquillian-protocol-jmx-1.0.0.CR7.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-logging-3.1.0.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-invocation-1.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/maven-model-3.0.1.jar"/>
+ <classpathentry kind="lib" path="lib/test/slf4j-api-1.6.1.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-protocol-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-arquillian-container-managed-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-descriptors-spi-1.1.0-beta-1.jar"/>
+ <classpathentry kind="lib" path="lib/test/staxmapper-1.1.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-api-maven-1.0.0-beta-5.jar"/>
+ <classpathentry kind="lib" path="lib/test/plexus-interpolation-1.14.jar"/>
+ <classpathentry kind="lib" path="lib/test/jandex-1.0.3.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/wagon-provider-api-1.0-beta-7.jar"/>
+ <classpathentry kind="lib" path="lib/test/arquillian-test-spi-1.0.0.CR7.jar"/>
+ <classpathentry kind="lib" path="lib/test/httpserver-1.0.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-logmanager-1.2.2.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/plexus-sec-dispatcher-1.3.jar"/>
+ <classpathentry kind="lib" path="lib/test/arquillian-core-api-1.0.0.CR7.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-descriptors-api-1.1.0-beta-1.jar"/>
+ <classpathentry kind="lib" path="lib/test/arquillian-container-test-impl-base-1.0.0.CR7.jar"/>
+ <classpathentry kind="lib" path="lib/test/plexus-utils-2.0.4.jar"/>
+ <classpathentry kind="lib" path="lib/test/google-collections-1.0.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-marshalling-river-1.3.11.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/arquillian-testenricher-resource-1.0.0.CR7.jar"/>
+ <classpathentry kind="lib" path="lib/test/org.osgi.core-4.2.0.jar"/>
+ <classpathentry kind="lib" path="lib/test/arquillian-container-test-spi-1.0.0.CR7.jar"/>
+ <classpathentry kind="lib" path="lib/test/aether-connector-wagon-1.8.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-build-config-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/arquillian-testenricher-initialcontext-1.0.0.CR7.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-remoting-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/arquillian-container-spi-1.0.0.CR7.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-interceptors-api_1.1_spec-1.0.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-deployment-repository-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-spi-1.0.0-cr-1.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-transaction-api_1.1_spec-1.0.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/xbean-reflect-3.4.jar"/>
+ <classpathentry kind="lib" path="lib/test/aether-spi-1.8.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-metadata-2.0.3.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-resolver-felix-1.0.13.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-api-1.0.0-beta-5.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-remoting-3.2.3.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/aether-util-1.8.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-stdio-1.0.1.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/xnio-api-3.0.0.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-deployment-1.0.12.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-arquillian-protocol-jmx-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-sasl-1.0.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-modules-1.1.1.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-dmr-1.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-remote-naming-1.0.2.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/remoting-jmx-1.0.2.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-api-1.0.0-cr-1.jar"/>
+ <classpathentry kind="lib" path="lib/test/org.osgi.compendium-4.2.0.jar"/>
+ <classpathentry kind="lib" path="lib/test/maven-model-builder-3.0.1.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-impl-base-1.0.0-cr-1.jar"/>
+ <classpathentry kind="lib" path="lib/test/log4j-1.2.12.jar"/>
+ <classpathentry kind="lib" path="lib/test/maven-settings-builder-3.0.1.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-resolver-api-v2-2.0.0.Beta2.jar"/>
+ <classpathentry kind="lib" path="lib/test/aether-api-1.8.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-arquillian-testenricher-msc-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-common-core-2.2.17.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/maven-repository-metadata-3.0.1.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-ejb-client-1.0.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-osgi-service-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-server-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/xnio-nio-3.0.3.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-vfs-1.0.7.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-spi-3.0.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-metadata-ear-7.0.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/maven-settings-3.0.1.jar"/>
+ <classpathentry kind="lib" path="lib/test/maven-aether-provider-3.0.1.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-metadata-common-7.0.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/arquillian-config-api-1.0.0.CR7.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-network-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/plexus-component-annotations-1.5.5.jar"/>
+ <classpathentry kind="lib" path="lib/test/wagon-http-shared-1.0-beta-7.jar"/>
+ <classpathentry kind="lib" path="lib/test/plexus-container-default-1.5.5.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-as-domain-management-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/org.osgi.enterprise-4.2.0.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-impl-maven-1.0.0-beta-5.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-marshalling-1.3.9.GA.jar"/>
+ <classpathentry kind="lib" path="lib/junit.jar"/>
+ <classpathentry kind="lib" path="lib/ehcache.jar"/>
+ <classpathentry kind="lib" path="lib/spring-web.jar"/>
+ <classpathentry kind="lib" path="lib/aopalliance.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-analyzers.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-remoting.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-jsp-api_2.2_spec.jar"/>
+ <classpathentry kind="lib" path="lib/spring-orm.jar"/>
+ <classpathentry kind="lib" path="lib/jxl.jar"/>
+ <classpathentry kind="lib" path="lib/drools-decisiontables.jar"/>
+ <classpathentry kind="lib" path="lib/commons-beanutils.jar"/>
+ <classpathentry kind="lib" path="lib/commons-logging.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate-core.jar"/>
+ <classpathentry kind="lib" path="lib/poi-scratchpad.jar"/>
+ <classpathentry kind="lib" path="lib/backport-util-concurrent.jar"/>
+ <classpathentry kind="lib" path="lib/resteasy-jaxb-provider.jar"/>
+ <classpathentry kind="lib" path="lib/richfaces-components-ui.jar"/>
+ <classpathentry kind="lib" path="lib/jaxb-api.jar"/>
+ <classpathentry kind="lib" path="lib/annotations.jar"/>
+ <classpathentry kind="lib" path="lib/drools-templates.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-excel.jar"/>
+ <classpathentry kind="lib" path="lib/stax2-api.jar"/>
+ <classpathentry kind="lib" path="lib/validation-api.jar"/>
+ <classpathentry kind="lib" path="lib/bsh.jar"/>
+ <classpathentry kind="lib" path="lib/itext-rtf.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-interceptors-api_1.1_spec.jar"/>
+ <classpathentry kind="lib" path="lib/snappy-java.jar"/>
+ <classpathentry kind="lib" path="lib/jackrabbit-text-extractors.jar"/>
+ <classpathentry kind="lib" path="lib/ant.jar"/>
+ <classpathentry kind="lib" path="lib/jsr305.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-spatial.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-system.jar"/>
+ <classpathentry kind="lib" path="lib/richfaces-components-api.jar"/>
+ <classpathentry kind="lib" path="lib/urlrewritefilter.jar"/>
+ <classpathentry kind="lib" path="lib/woodstox-core-asl.jar"/>
+ <classpathentry kind="lib" path="lib/infinispan-tree.jar"/>
+ <classpathentry kind="lib" path="lib/gwt-user.jar"/>
+ <classpathentry kind="lib" path="lib/jaxrs-api.jar"/>
+ <classpathentry kind="lib" path="lib/httpclient.jar"/>
+ <classpathentry kind="lib" path="lib/derby.jar"/>
+ <classpathentry kind="lib" path="lib/gwt-servlet.jar"/>
+ <classpathentry kind="lib" path="lib/avro.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-deployers-client-spi.jar"/>
+ <classpathentry kind="lib" path="lib/slf4j-api.jar"/>
+ <classpathentry kind="lib" path="lib/portlet-api.jar"/>
+ <classpathentry kind="lib" path="lib/commons-collections.jar"/>
+ <classpathentry kind="lib" path="lib/ecj.jar"/>
+ <classpathentry kind="lib" path="lib/dbunit.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-spellchecker.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate-search-orm.jar"/>
+ <classpathentry kind="lib" path="lib/commons-io.jar"/>
+ <classpathentry kind="lib" path="lib/activation.jar"/>
+ <classpathentry kind="lib" path="lib/joda-time.jar"/>
+ <classpathentry kind="lib" path="lib/jsr250-api.jar"/>
+ <classpathentry kind="lib" path="lib/blazeds-core.jar"/>
<classpathentry kind="lib" path="lib/testng.jar"/>
- <classpathentry kind="lib" path="lib/jboss-el.jar"/>
- <classpathentry kind="lib" path="lib/el-api.jar"/>
- <classpathentry kind="lib" path="lib/mvel2.jar"/>
+ <classpathentry kind="lib" path="lib/wicket-ioc.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-misc.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate-validator.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-logging.jar"/>
+ <classpathentry kind="lib" path="lib/groovy-all.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-smartcn.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-marshalling-river.jar"/>
+ <classpathentry kind="lib" path="lib/guice.jar"/>
+ <classpathentry kind="lib" path="lib/cglib.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-jmx.jar"/>
+ <classpathentry kind="lib" path="lib/jbosscache-core.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-transaction-api_1.1_spec.jar"/>
+ <classpathentry kind="lib" path="lib/commons-lang.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam.jar"/>
+ <classpathentry kind="lib" path="lib/pdfbox.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-ioc.jar"/>
<classpathentry kind="lib" path="lib/drools-api.jar"/>
- <classpathentry kind="lib" path="lib/drools-core.jar"/>
+ <classpathentry kind="lib" path="lib/rhq-pluginAnnotations.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-servlet-api_3.0_spec.jar"/>
+ <classpathentry kind="lib" path="lib/jsf-impl.jar"/>
+ <classpathentry kind="lib" path="lib/jbpm-jpdl.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-stempel.jar"/>
+ <classpathentry kind="lib" path="lib/jta.jar"/>
+ <classpathentry kind="lib" path="lib/jettison.jar"/>
+ <classpathentry kind="lib" path="lib/jfreechart.jar"/>
+ <classpathentry kind="lib" path="lib/infinispan-core.jar"/>
+ <classpathentry kind="lib" path="lib/jcip-annotations.jar"/>
+ <classpathentry kind="lib" path="lib/servlet-api.jar"/>
+ <classpathentry kind="lib" path="lib/hsqldb.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-flex.jar"/>
+ <classpathentry kind="lib" path="lib/saaj-api.jar"/>
+ <classpathentry kind="lib" path="lib/cglib-nodep.jar"/>
+ <classpathentry kind="lib" path="lib/yarfraw.jar"/>
+ <classpathentry kind="lib" path="lib/spring-jdbc.jar"/>
<classpathentry kind="lib" path="lib/drools-compiler.jar"/>
- <classpathentry kind="lib" path="lib/drools-decisiontables.jar"/>
- <classpathentry kind="lib" path="lib/drools-templates.jar"/>
- <classpathentry kind="lib" path="lib/janino.jar"/>
- <classpathentry kind="lib" path="lib/antlr-runtime.jar"/>
- <classpathentry kind="lib" path="lib/mail.jar"/>
- <classpathentry kind="lib" path="lib/persistence-api.jar" />
- <classpathentry kind="lib" path="lib/ejb-api.jar" />
- <classpathentry kind="lib" path="lib/jsr250-api.jar" />
- <classpathentry kind="lib" path="lib/jta.jar" />
- <classpathentry kind="lib" path="lib/core.jar"/>
- <classpathentry kind="lib" path="lib/jboss-embedded-api.jar"/>
- <classpathentry kind="lib" path="lib/hibernate-search.jar" />
- <classpathentry kind="lib" path="lib/richfaces-api.jar" />
- <classpathentry kind="lib" path="lib/@driverJar@"/>
- <classpathentry kind="lib" path="lib/lucene-core.jar" />
+ <classpathentry kind="lib" path="lib/jboss-ejb-api_3.1_spec.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-grouping.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-jms-api_1.1_spec.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate-commons-annotations.jar"/>
+ <classpathentry kind="lib" path="lib/jackrabbit-spi.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-cache.jar"/>
+ <classpathentry kind="lib" path="lib/jcommon.jar"/>
+ <classpathentry kind="lib" path="lib/slf4j-log4j12.jar"/>
+ <classpathentry kind="lib" path="lib/spring-asm.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-rss.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-deployers-core-spi.jar"/>
+ <classpathentry kind="lib" path="lib/solr-solrj.jar"/>
+ <classpathentry kind="lib" path="lib/spring-core.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate-entitymanager.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-memory.jar"/>
+ <classpathentry kind="lib" path="lib/jackson-mapper-asl.jar"/>
+ <classpathentry kind="lib" path="lib/solr-commons-csv.jar"/>
+ <classpathentry kind="lib" path="lib/openid4java-nodeps.jar"/>
+ <classpathentry kind="lib" path="lib/wicket.jar"/>
+ <classpathentry kind="lib" path="lib/jackrabbit-api.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-mail.jar"/>
+ <classpathentry kind="lib" path="lib/xml-apis.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate-search-analyzers.jar"/>
+ <classpathentry kind="lib" path="lib/jackson-core-asl.jar"/>
+ <classpathentry kind="lib" path="lib/spring-beans.jar"/>
+ <classpathentry kind="lib" path="lib/solr-analysis-extras.jar"/>
+ <classpathentry kind="lib" path="lib/dom4j.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-ui.jar"/>
+ <classpathentry kind="lib" path="lib/wicket-datetime.jar"/>
+ <classpathentry kind="lib" path="lib/wicket-extensions.jar"/>
<classpathentry kind="output" path="test-build"/>
</classpath>
12 years, 9 months
Seam SVN: r14907 - in branches/enterprise/WFK-2_0/jboss-seam-gen/dist: resources and 1 other directory.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-11 13:42:21 -0400 (Mon, 11 Jun 2012)
New Revision: 14907
Modified:
branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build-scripts/build-war.xml
branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build-scripts/build.xml
branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build-scripts/deployed-jars-ear.list
branches/enterprise/WFK-2_0/jboss-seam-gen/dist/resources/components-test.properties
Log:
fixed jndiPattern in components.properties
Modified: branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build-scripts/build-war.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build-scripts/build-war.xml 2012-06-11 15:59:16 UTC (rev 14906)
+++ branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build-scripts/build-war.xml 2012-06-11 17:42:21 UTC (rev 14907)
@@ -64,10 +64,8 @@
<istrue value="${debug}"/>
</condition>
<property name="transactionManagerLookupClass" value="org.hibernate.transaction.JBossTransactionManagerLookup"/>
- <property name="ejbJndiPattern" value="${project.name}/#{ejbName}/local"/>
- <condition property="seamBootstrapsPu" value="false" else="true">
- <available file="${jboss.home}/lib/jboss-vfs.jar"/> <!-- JBoss AS >= 5.0 -->
- </condition>
+ <property name="ejbJndiPattern" value="java:app/${project.name}-ejb/#{ejbName}"/>
+ <property name="seamBootstrapsPu" value="false" />
<condition property="seamEmfRef" value="#{entityManagerFactory}" else="#{null}">
<istrue value="${seamBootstrapsPu}"/>
</condition>
Modified: branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build-scripts/build.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build-scripts/build.xml 2012-06-11 15:59:16 UTC (rev 14906)
+++ branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build-scripts/build.xml 2012-06-11 17:42:21 UTC (rev 14907)
@@ -64,7 +64,7 @@
<istrue value="${debug}"/>
</condition>
<property name="transactionManagerLookupClass" value="org.hibernate.transaction.JBossTransactionManagerLookup"/>
- <property name="ejbJndiPattern" value="${project.name}/#{ejbName}/local"/>
+ <property name="ejbJndiPattern" value="java:app/${project.name}-ejb/#{ejbName}"/>
<property name="seamBootstrapsPu" value="false"/>
<property name="seamEmfRef" value="#{null}"/>
<property name="puJndiName" value="java:/${project.name}EntityManagerFactory"/>
Modified: branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build-scripts/deployed-jars-ear.list
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build-scripts/deployed-jars-ear.list 2012-06-11 15:59:16 UTC (rev 14906)
+++ branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build-scripts/deployed-jars-ear.list 2012-06-11 17:42:21 UTC (rev 14907)
@@ -6,6 +6,7 @@
drools-compiler.jar
drools-api.jar
drools-core.jar
+knowledge-api.jar
ecj.jar
groovy-all.jar
jboss-el.jar
Modified: branches/enterprise/WFK-2_0/jboss-seam-gen/dist/resources/components-test.properties
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-gen/dist/resources/components-test.properties 2012-06-11 15:59:16 UTC (rev 14906)
+++ branches/enterprise/WFK-2_0/jboss-seam-gen/dist/resources/components-test.properties 2012-06-11 17:42:21 UTC (rev 14907)
@@ -1,5 +1,5 @@
# These properties are used to replace Ant-style tokens in the component descriptor (components.xml) at runtime.
-jndiPattern=#{ejbName}/local
+jndiPattern=@ejbJndiPattern@
debug=true
seamBootstrapsPu=true
seamEmfRef=#{entityManagerFactory}
12 years, 9 months
Seam SVN: r14906 - branches/enterprise/WFK-2_0/jboss-seam-gen/dist.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-11 11:59:16 -0400 (Mon, 11 Jun 2012)
New Revision: 14906
Modified:
branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build.xml
Log:
updated seam-gen script
Modified: branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build.xml 2012-06-11 15:59:09 UTC (rev 14905)
+++ branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build.xml 2012-06-11 15:59:16 UTC (rev 14906)
@@ -237,6 +237,7 @@
message="Enter your JBoss AS domain [${old.jboss.domain}]"
defaultvalue="${old.jboss.domain}"/>
+<!--
<property name="old.glassfish.home" value="${glassfish.home}"/>
<input addproperty="glassfish.home.new"
message="Enter your GlassFish V2 or V3 home directory (Ignore if you aren't deploying to GlassFish) [${old.glassfish.home}]"
@@ -247,7 +248,7 @@
<input addproperty="glassfish.domain.new"
message="Enter your GlassFish domain (Ignore if you aren't deploying to GlassFish) [${old.glassfish.domain}]"
defaultvalue="${old.glassfish.domain}"/>
-
+-->
<property name="old.project.name" value="myproject"/>
<input addproperty="project.name.new"
message="Enter the project name [${old.project.name}]"
@@ -1010,11 +1011,6 @@
<filterset refid="project"/>
</copy>
- <copy tofile="${project.home}/debug-glassfish-${project.name}.launch"
- file="${templates.dir}/ide-project-files/eclipse/debug-glassfish.launch">
- <filterset refid="project"/>
- </copy>
-
<copy tofile="${project.home}/${project.name}.launch"
file="${templates.dir}/hibernatetools/hibernate-console.launch">
<filterset refid="project"/>
@@ -1075,18 +1071,6 @@
<replacevalue><![CDATA[<use-java-context>false</use-java-context>]]></replacevalue>
</replace>
- <copy tofile="${project.home}/resources/glassfish-resources-dev.xml"
- file="${templates.dir}/resources/glassfish-resources.xml">
- <filterset refid="project"/>
- <filterset refid="jdbc"/>
- </copy>
-
- <copy tofile="${project.home}/resources/glassfish-resources-prod.xml"
- file="${templates.dir}/resources/glassfish-resources.xml">
- <filterset refid="project"/>
- <filterset refid="jdbc"/>
- </copy>
-
<copy tofile="${project.home}/resources/import-dev.sql"
file="${templates.dir}/resources/import.sql">
<filterset refid="project"/>
@@ -1147,8 +1131,6 @@
<filterset refid="project"/>
</copy>
- <copy todir="${project.home}" file="${templates.dir}/build-scripts/glassfish-readme.txt"/>
-
<mkdir dir="${project.home}/src/${model.dir}"/>
<mkdir dir="${project.home}/src/${action.dir}"/>
<mkdir dir="${project.home}/src/${test.dir}"/>
@@ -1514,7 +1496,15 @@
</target>
<target name="init-generate">
- <path id="htools.classpath">
+ <path id="htools.classpath">
+ <fileset dir="${seam.dir}">
+ <include name="lib/*.jar"/>
+ <include name="lib/gen/*.jar"/>
+ </fileset>
+ <pathelement path="${driver.jar}"/>
+ </path>
+<!--
+ <path id="htools.classpath">
<pathelement path="${seam.dir}/lib/ant.jar"/>
<pathelement path="${seam.dir}/lib/gen/hibernate-tools.jar"/>
<pathelement path="${seam.dir}/lib/gen/freemarker.jar"/>
@@ -1544,6 +1534,7 @@
<pathelement path="${driver.license.jar}"/>
<pathelement path="${seam.dir}/lib/gen/jboss-seam-gen.jar"/>
</path>
+ -->
<taskdef name="hibernate" classname="org.hibernate.tool.ant.HibernateToolTask" classpathref="htools.classpath"/>
</target>
12 years, 9 months
Seam SVN: r14905 - branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-11 11:59:09 -0400 (Mon, 11 Jun 2012)
New Revision: 14905
Modified:
branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/edit.page.xml.ftl
branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/editproperty.xhtml.ftl
branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/list.page.xml.ftl
Log:
updated templates for page flow
Modified: branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/edit.page.xml.ftl
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/edit.page.xml.ftl 2012-06-11 15:59:00 UTC (rev 14904)
+++ branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/edit.page.xml.ftl 2012-06-11 15:59:09 UTC (rev 14905)
@@ -6,7 +6,7 @@
<#assign pageName = entityName>
<page xmlns="http://jboss.org/schema/seam/pages"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://jboss.org/schema/seam/pages http://jboss.org/schema/seam/pages-2.2.xsd"
+ xsi:schemaLocation="http://jboss.org/schema/seam/pages http://jboss.org/schema/seam/pages-2.3.xsd"
no-conversation-view-id="/${masterPageName}.xhtml"
login-required="true">
Modified: branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/editproperty.xhtml.ftl
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/editproperty.xhtml.ftl 2012-06-11 15:59:00 UTC (rev 14904)
+++ branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/editproperty.xhtml.ftl 2012-06-11 15:59:09 UTC (rev 14905)
@@ -26,7 +26,7 @@
</#if>
value="${'#'}{${homeName}.instance.${property.name}.${componentProperty.name}}">
<f:convertDateTime type="time"/>
- <a:support event="onblur" reRender="${componentProperty.name}Field" bypassUpdates="true" ajaxSingle="true"/>
+ <a:ajax event="blur" render="${componentProperty.name}Field" bypassUpdates="true"/>
</h:inputText>
<#elseif isTimestamp(componentProperty)>
<rich:calendar id="${componentProperty.name}"
@@ -41,7 +41,7 @@
</#if>
value="${'#'}{${homeName}.instance.${property.name}.${componentProperty.name}}"
size="${column.precision+7}">
- <a:support event="onblur" reRender="${componentProperty.name}Field" bypassUpdates="true" ajaxSingle="true"/>
+ <a:ajax event="blur" render="${componentProperty.name}Field" bypassUpdates="true"/>
</h:inputText>
<#elseif isBigInteger(componentProperty)>
<h:inputText id="${componentProperty.name}"
@@ -53,7 +53,7 @@
</#if>
value="${'#'}{${homeName}.instance.${property.name}.${componentProperty.name}}"
size="${column.precision+6}">
- <a:support event="onblur" reRender="${componentProperty.name}Field" bypassUpdates="true" ajaxSingle="true"/>
+ <a:ajax event="blur" render="${componentProperty.name}Field" bypassUpdates="true"/>
</h:inputText>
<#elseif isBoolean(componentProperty)>
<h:selectBooleanCheckbox id="${componentProperty.name}"
@@ -97,7 +97,7 @@
size="${size}"
maxlength="${column.length}"
value="${'#'}{${homeName}.instance.${property.name}.${componentProperty.name}}">
- <a:support event="onblur" reRender="${componentProperty.name}Field" bypassUpdates="true" ajaxSingle="true"/>
+ <a:ajax event="blur" render="${componentProperty.name}Field" bypassUpdates="true"/>
</h:inputText>
</#if>
<#else>
@@ -109,7 +109,7 @@
disabled="${'#'}{${homeName}.managed}"
</#if>
value="${'#'}{${homeName}.instance.${property.name}.${componentProperty.name}}">
- <a:support event="onblur" reRender="${componentProperty.name}Field" bypassUpdates="true" ajaxSingle="true"/>
+ <a:ajax event="blur" render="${componentProperty.name}Field" bypassUpdates="true"/>
</h:inputText>
</#if>
</s:decorate>
@@ -137,7 +137,7 @@
</#if>
value="${'#'}{${homeName}.instance.${property.name}}">
<f:convertDateTime type="time"/>
- <a:support event="onblur" reRender="${property.name}Field" bypassUpdates="true" ajaxSingle="true"/>
+ <a:ajax event="blur" render="${property.name}Field" bypassUpdates="true"/>
</h:inputText>
<#elseif isTimestamp(property)>
<rich:calendar id="${property.name}"
@@ -152,7 +152,7 @@
</#if>
value="${'#'}{${homeName}.instance.${property.name}}"
size="${column.precision+7}">
- <a:support event="onblur" reRender="${property.name}Field" bypassUpdates="true" ajaxSingle="true"/>
+ <a:ajax event="blur" render="${property.name}Field" bypassUpdates="true"/>
</h:inputText>
<#elseif isBigInteger(property)>
<h:inputText id="${property.name}"
@@ -164,7 +164,7 @@
</#if>
value="${'#'}{${homeName}.instance.${property.name}}"
size="${column.precision+6}">
- <a:support event="onblur" reRender="${property.name}Field" bypassUpdates="true" ajaxSingle="true"/>
+ <a:ajax event="blur" render="${property.name}Field" bypassUpdates="true"/>
</h:inputText>
<#elseif isBoolean(property)>
<h:selectBooleanCheckbox id="${property.name}"
@@ -208,7 +208,7 @@
size="${size}"
maxlength="${column.length}"
value="${'#'}{${homeName}.instance.${property.name}}">
- <a:support event="onblur" reRender="${property.name}Field" bypassUpdates="true" ajaxSingle="true"/>
+ <a:ajax event="blur" render="${property.name}Field" bypassUpdates="true"/>
</h:inputText>
</#if>
<#else>
@@ -220,7 +220,7 @@
disabled="${'#'}{${homeName}.managed}"
</#if>
value="${'#'}{${homeName}.instance.${property.name}}">
- <a:support event="onblur" reRender="${property.name}Field" bypassUpdates="true" ajaxSingle="true"/>
+ <a:ajax event="blur" render="${property.name}Field" bypassUpdates="true"/>
</h:inputText>
</#if>
</s:decorate>
Modified: branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/list.page.xml.ftl
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/list.page.xml.ftl 2012-06-11 15:59:00 UTC (rev 14904)
+++ branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/list.page.xml.ftl 2012-06-11 15:59:09 UTC (rev 14905)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<page xmlns="http://jboss.org/schema/seam/pages"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://jboss.org/schema/seam/pages http://jboss.org/schema/seam/pages-2.2.xsd">
+ xsi:schemaLocation="http://jboss.org/schema/seam/pages http://jboss.org/schema/seam/pages-2.3.xsd">
<#include "../util/TypeInfo.ftl">
<#assign entityName = pojo.shortName>
12 years, 9 months
Seam SVN: r14904 - branches/enterprise/WFK-2_0/bom.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-11 11:59:00 -0400 (Mon, 11 Jun 2012)
New Revision: 14904
Modified:
branches/enterprise/WFK-2_0/bom/pom.xml
Log:
updated ARQ container to central version
Modified: branches/enterprise/WFK-2_0/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/bom/pom.xml 2012-06-11 15:31:25 UTC (rev 14903)
+++ branches/enterprise/WFK-2_0/bom/pom.xml 2012-06-11 15:59:00 UTC (rev 14904)
@@ -35,14 +35,14 @@
<version.drools>5.2.2.BRMS</version.drools>
<version.resteasy>2.3.3.Final-redhat-1</version.resteasy>
<version.spring>3.1.1.RELEASE</version.spring>
- <version.jbossas7>7.1.2.Final-redhat-1</version.jbossas7>
+ <version.jbossas7>7.1.1.Final</version.jbossas7>
<version.jsf2>2.1.7-redhat-1</version.jsf2>
<version.webdriver>0.9.7376</version.webdriver>
<version.infinispan>5.1.3.FINAL-redhat-1</version.infinispan>
<version.junit>4.8.2</version.junit>
<version.testng>5.14.10</version.testng>
<version.richfaces>4.2.2.Final-redhat-1</version.richfaces>
- <version.org.jboss.bom>1.0.0.M11-redhat-1</version.org.jboss.bom>
+ <version.org.jboss.bom>1.0.0.M12-redhat-1</version.org.jboss.bom>
<version.org.hibernate.search>4.1.1.Final-redhat-1</version.org.hibernate.search>
12 years, 9 months