Seam SVN: r15032 - in branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam: web and 1 other directory.
by seam-commits@lists.jboss.org
Author: vdedik
Date: 2012-08-13 07:46:56 -0400 (Mon, 13 Aug 2012)
New Revision: 15032
Modified:
branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/faces/FacesManager.java
branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/web/RedirectFilter.java
Log:
JBSEAM-4968 - cleaner solution
Modified: branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/faces/FacesManager.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/faces/FacesManager.java 2012-08-10 18:40:28 UTC (rev 15031)
+++ branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/faces/FacesManager.java 2012-08-13 11:46:56 UTC (rev 15032)
@@ -223,6 +223,10 @@
{
throw new RedirectException(ioe);
}
+ catch (IllegalStateException ise)
+ {
+ throw new RedirectException(ise.getMessage());
+ }
finally
{
Contexts.getEventContext().remove(REDIRECT_FROM_MANAGER);
Modified: branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/web/RedirectFilter.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/web/RedirectFilter.java 2012-08-10 18:40:28 UTC (rev 15031)
+++ branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/web/RedirectFilter.java 2012-08-13 11:46:56 UTC (rev 15032)
@@ -69,11 +69,7 @@
}
}
}
- //if the response is already committed (e.g. a redirect has been already sent) do nothing
- if ( !super.getResponse().isCommitted() )
- {
- super.sendRedirect(url);
- }
+ super.sendRedirect(url);
}
};
}
12 years, 4 months
Seam SVN: r15031 - branches/community/Seam_2_3/distribution.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-08-10 14:40:28 -0400 (Fri, 10 Aug 2012)
New Revision: 15031
Modified:
branches/community/Seam_2_3/distribution/pom.xml
Log:
added cleaning of jar-dependencies directory in distribution module
Modified: branches/community/Seam_2_3/distribution/pom.xml
===================================================================
--- branches/community/Seam_2_3/distribution/pom.xml 2012-08-10 18:38:58 UTC (rev 15030)
+++ branches/community/Seam_2_3/distribution/pom.xml 2012-08-10 18:40:28 UTC (rev 15031)
@@ -15,6 +15,16 @@
<build>
<plugins>
<plugin>
+ <artifactId>maven-clean-plugin</artifactId>
+ <configuration>
+ <filesets>
+ <fileset>
+ <directory>../jar-dependencies</directory>
+ </fileset>
+ </filesets>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
12 years, 4 months
Seam SVN: r15030 - in branches/community/Seam_2_3: bom and 36 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-08-10 14:38:58 -0400 (Fri, 10 Aug 2012)
New Revision: 15030
Modified:
branches/community/Seam_2_3/bom/pom.xml
branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/pom.xml
branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ejb/src/main/resources/META-INF/security-rules.drl
branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear.list
branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list
branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-ear.list
branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-war.list
branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/ide-project-files/eclipse/.classpath
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/idea/module.iml
branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/netbeans/project.xml
branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy.xml
branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/drools/ManagedWorkingMemory.java
branches/community/Seam_2_3/pom.xml
branches/community/Seam_2_3/seam-reference-guide/src/docbook/as-IN/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/as-IN/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/bn-IN/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/bn-IN/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/de-DE/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/de-DE/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Dependencies.xml
branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Security.xml
branches/community/Seam_2_3/seam-reference-guide/src/docbook/es-ES/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/es-ES/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/es-MX/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/es-MX/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/fr-FR/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/fr-FR/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/gu-IN/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/gu-IN/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/hi-IN/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/hi-IN/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/it-IT/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/it-IT/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/ja-JP/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/ja-JP/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/kn-IN/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/kn-IN/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/ko-KR/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/ko-KR/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/ml-IN/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/ml-IN/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/mr-IN/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/mr-IN/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/or-IN/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/or-IN/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/pa-IN/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/pa-IN/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/pot/Dependencies.pot
branches/community/Seam_2_3/seam-reference-guide/src/docbook/pot/Security.pot
branches/community/Seam_2_3/seam-reference-guide/src/docbook/pt-BR/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/pt-BR/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/ru-RU/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/ru-RU/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/si-LK/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/si-LK/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/sl-SL/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/sl-SL/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/ta-IN/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/ta-IN/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/te-IN/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/te-IN/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/zh-CN/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/zh-CN/Security.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/zh-TW/Dependencies.po
branches/community/Seam_2_3/seam-reference-guide/src/docbook/zh-TW/Security.po
Log:
upgraded Drools to 5.3.3.Final
Modified: branches/community/Seam_2_3/bom/pom.xml
===================================================================
--- branches/community/Seam_2_3/bom/pom.xml 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/bom/pom.xml 2012-08-10 18:38:58 UTC (rev 15030)
@@ -33,7 +33,7 @@
<!-- Version string properties -->
<version.seam>2.3.0.CR1-SNAPSHOT</version.seam>
<version.wicket>1.4.14</version.wicket>
- <version.drools>5.1.1</version.drools>
+ <version.drools>5.3.3.Final</version.drools>
<version.resteasy>2.0.1.GA</version.resteasy>
<version.spring>3.1.1.RELEASE</version.spring>
<version.jbossas7>7.1.1.Final</version.jbossas7>
@@ -579,7 +579,7 @@
<dependency>
<groupId>org.drools</groupId>
- <artifactId>drools-api</artifactId>
+ <artifactId>knowledge-api</artifactId>
<version>${version.drools}</version>
</dependency>
Modified: branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/pom.xml 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/pom.xml 2012-08-10 18:38:58 UTC (rev 15030)
@@ -102,7 +102,7 @@
</dependency>
<dependency>
<groupId>org.drools</groupId>
- <artifactId>drools-api</artifactId>
+ <artifactId>knowledge-api</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.el</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ejb/src/main/resources/META-INF/security-rules.drl
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ejb/src/main/resources/META-INF/security-rules.drl 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ejb/src/main/resources/META-INF/security-rules.drl 2012-08-10 18:38:58 UTC (rev 15030)
@@ -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
Modified: branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/drools/ManagedWorkingMemory.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/drools/ManagedWorkingMemory.java 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/drools/ManagedWorkingMemory.java 2012-08-10 18:38:58 UTC (rev 15030)
@@ -6,7 +6,7 @@
import org.drools.StatefulSession;
import org.drools.spi.GlobalResolver;
import org.drools.event.AgendaEventListener;
-import org.drools.event.RuleFlowEventListener;
+import org.drools.event.process.ProcessEventListener;
import org.drools.event.WorkingMemoryEventListener;
import org.jboss.seam.Component;
import org.jboss.seam.ScopeType;
@@ -100,9 +100,9 @@
{
statefulSession.addEventListener((AgendaEventListener) eventListenerObject);
}
- else if(eventListenerObject instanceof RuleFlowEventListener)
+ else if(eventListenerObject instanceof ProcessEventListener)
{
- statefulSession.addEventListener((RuleFlowEventListener) eventListenerObject);
+ statefulSession.addEventListener((WorkingMemoryEventListener) eventListenerObject);
}
else
{
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear.list
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear.list 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear.list 2012-08-10 18:38:58 UTC (rev 15030)
@@ -4,7 +4,7 @@
drools-templates.jar
drools-decisiontables.jar
drools-compiler.jar
-drools-api.jar
+knowledge-api.jar
drools-core.jar
ecj.jar
groovy-all.jar
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list 2012-08-10 18:38:58 UTC (rev 15030)
@@ -4,7 +4,7 @@
bsh.jar
drools-templates.jar
drools-decisiontables.jar
-drools-api.jar
+knowledge-api.jar
drools-compiler.jar
drools-core.jar
jboss-el.jar
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-ear.list
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-ear.list 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-ear.list 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3,7 +3,7 @@
commons-digester.jar
commons-fileupload.jar
core.jar
-drools-api.jar
+knowledge-api.jar
drools-compiler.jar
drools-core.jar
drools-decisiontables.jar
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-war.list
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-war.list 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-war.list 2012-08-10 18:38:58 UTC (rev 15030)
@@ -4,7 +4,7 @@
commons-digester.jar
commons-fileupload.jar
core.jar
-drools-api.jar
+knowledge-api.jar
drools-compiler.jar
drools-core.jar
drools-decisiontables.jar
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/ide-project-files/eclipse/.classpath
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/ide-project-files/eclipse/.classpath 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/ide-project-files/eclipse/.classpath 2012-08-10 18:38:58 UTC (rev 15030)
@@ -25,7 +25,7 @@
<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/drools-api.jar"/>
+ <classpathentry kind="lib" path="lib/knowledge-api.jar"/>
<classpathentry kind="lib" path="lib/drools-core.jar"/>
<classpathentry kind="lib" path="lib/drools-compiler.jar"/>
<classpathentry kind="lib" path="lib/drools-decisiontables.jar"/>
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-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath 2012-08-10 18:38:58 UTC (rev 15030)
@@ -258,7 +258,7 @@
<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/knowledge-api.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"/>
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/idea/module.iml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/idea/module.iml 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/idea/module.iml 2012-08-10 18:38:58 UTC (rev 15030)
@@ -245,7 +245,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/lib/drools-api.jar!/" />
+ <root url="jar://$MODULE_DIR$/lib/knowledge-api.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/netbeans/project.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/netbeans/project.xml 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/netbeans/project.xml 2012-08-10 18:38:58 UTC (rev 15030)
@@ -96,18 +96,18 @@
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
<compilation-unit>
<package-root>src/main</package-root>
- <classpath mode="compile">lib/hibernate-validator.jar:lib/hibernate-core.jar:lib/hibernate-annotations.jar:lib/hibernate-commons-annotations.jar:lib/hibernate-entitymanager.jar:lib/jboss-seam.jar:lib/jboss-seam-debug.jar:lib/jboss-cache.jar:lib/jbpm-jpdl.jar:lib/antlr.jar:lib/jgroups.jar:lib/jsf-facelets.jar:lib/jstl.jar:lib/jsf-api.jar:lib/servlet-api.jar:lib/jboss-el.jar:lib/el-api.jar:lib/mvel2.jar:lib/drools-api.jar:lib/drools-core.jar:lib/drools-compiler.jar:lib/drools-decisiontables.jar:lib/drools-templates.jar:lib/janino.jar:lib/antlr-runtime.jar:lib/mail.jar:lib/persistence-api.jar:lib/ejb-api.jar:lib/jsr250-api.jar:lib/jta.jar:lib/core.jar:lib/jboss-embedded-api.jar:lib/hibernate-search.jar:lib/richfaces-api.jar:lib/richfaces-ui.jar:lib/@driverJar@:lib/lucene-core.jar</classpath>
+ <classpath mode="compile">lib/hibernate-validator.jar:lib/hibernate-core.jar:lib/hibernate-annotations.jar:lib/hibernate-commons-annotations.jar:lib/hibernate-entitymanager.jar:lib/jboss-seam.jar:lib/jboss-seam-debug.jar:lib/jboss-cache.jar:lib/jbpm-jpdl.jar:lib/antlr.jar:lib/jgroups.jar:lib/jsf-facelets.jar:lib/jstl.jar:lib/jsf-api.jar:lib/servlet-api.jar:lib/jboss-el.jar:lib/el-api.jar:lib/mvel2.jar:lib/knowledge-api.jar:lib/drools-core.jar:lib/drools-compiler.jar:lib/drools-decisiontables.jar:lib/drools-templates.jar:lib/janino.jar:lib/antlr-runtime.jar:lib/mail.jar:lib/persistence-api.jar:lib/ejb-api.jar:lib/jsr250-api.jar:lib/jta.jar:lib/core.jar:lib/jboss-embedded-api.jar:lib/hibernate-search.jar:lib/richfaces-api.jar:lib/richfaces-ui.jar:lib/@driverJar@:lib/lucene-core.jar</classpath>
<source-level>1.5</source-level>
</compilation-unit>
<compilation-unit>
<package-root>src/hot</package-root>
- <classpath mode="compile">lib/hibernate-validator.jar:lib/hibernate-core.jar:lib/hibernate-annotations.jar:lib/hibernate-commons-annotations.jar:lib/hibernate-entitymanager.jar:lib/jboss-seam.jar:lib/jboss-seam-debug.jar:lib/jboss-cache.jar:lib/jbpm-jpdl.jar:lib/antlr.jar:lib/jgroups.jar:lib/jsf-facelets.jar:lib/jstl.jar:lib/jsf-api.jar:lib/servlet-api.jar:lib/jboss-el.jar:lib/el-api.jar:lib/mvel2.jar:lib/drools-api.jar:lib/drools-core.jar:lib/drools-compiler.jar:lib/drools-decisiontables.jar:lib/drools-templates.jar:lib/janino.jar:lib/antlr-runtime.jar:lib/mail.jar:lib/persistence-api.jar:lib/ejb-api.jar:lib/jsr250-api.jar:lib/jta.jar:lib/core.jar:lib/jboss-embedded-api.jar:lib/hibernate-search.jar:lib/richfaces-api.jar:lib/richfaces-ui.jar:lib/@driverJar@:lib/lucene-core.jar</classpath>
+ <classpath mode="compile">lib/hibernate-validator.jar:lib/hibernate-core.jar:lib/hibernate-annotations.jar:lib/hibernate-commons-annotations.jar:lib/hibernate-entitymanager.jar:lib/jboss-seam.jar:lib/jboss-seam-debug.jar:lib/jboss-cache.jar:lib/jbpm-jpdl.jar:lib/antlr.jar:lib/jgroups.jar:lib/jsf-facelets.jar:lib/jstl.jar:lib/jsf-api.jar:lib/servlet-api.jar:lib/jboss-el.jar:lib/el-api.jar:lib/mvel2.jar:lib/knowledge-api.jar:lib/drools-core.jar:lib/drools-compiler.jar:lib/drools-decisiontables.jar:lib/drools-templates.jar:lib/janino.jar:lib/antlr-runtime.jar:lib/mail.jar:lib/persistence-api.jar:lib/ejb-api.jar:lib/jsr250-api.jar:lib/jta.jar:lib/core.jar:lib/jboss-embedded-api.jar:lib/hibernate-search.jar:lib/richfaces-api.jar:lib/richfaces-ui.jar:lib/@driverJar@:lib/lucene-core.jar</classpath>
<source-level>1.5</source-level>
</compilation-unit>
<compilation-unit>
<package-root>src/test</package-root>
<unit-tests/>
- <classpath mode="compile">bootstrap:lib/hibernate-validator.jar:lib/hibernate-core.jar:lib/hibernate-annotations.jar:lib/hibernate-commons-annotations.jar:lib/hibernate-entitymanager.jar:lib/jboss-seam.jar:lib/jboss-seam-debug.jar:lib/jboss-cache.jar:lib/jbpm-jpdl.jar:lib/antlr.jar:lib/jgroups.jar:lib/jsf-facelets.jar:lib/jstl.jar:lib/jsf-api.jar:lib/servlet-api.jar:lib/testng.jar:lib/jboss-el.jar:lib/el-api.jar:lib/mvel2.jar:lib/drools-api.jar:lib/drools-core.jar:lib/drools-compiler.jar:lib/drools-templates.jar:lib/janino.jar:lib/antlr-runtime.jar:lib/mail.jar:lib/persistence-api.jar:lib/ejb-api.jar:lib/jsr250-api.jar:lib/jta.jar:lib/core.jar:lib/jboss-embedded-api.jar:lib/hibernate-search.jar:lib/richfaces-api.jar:lib/@driverJar@:lib/lucene-core.jar</classpath>
+ <classpath mode="compile">bootstrap:lib/hibernate-validator.jar:lib/hibernate-core.jar:lib/hibernate-annotations.jar:lib/hibernate-commons-annotations.jar:lib/hibernate-entitymanager.jar:lib/jboss-seam.jar:lib/jboss-seam-debug.jar:lib/jboss-cache.jar:lib/jbpm-jpdl.jar:lib/antlr.jar:lib/jgroups.jar:lib/jsf-facelets.jar:lib/jstl.jar:lib/jsf-api.jar:lib/servlet-api.jar:lib/testng.jar:lib/jboss-el.jar:lib/el-api.jar:lib/mvel2.jar:lib/knowledge-api.jar:lib/drools-core.jar:lib/drools-compiler.jar:lib/drools-templates.jar:lib/janino.jar:lib/antlr-runtime.jar:lib/mail.jar:lib/persistence-api.jar:lib/ejb-api.jar:lib/jsr250-api.jar:lib/jta.jar:lib/core.jar:lib/jboss-embedded-api.jar:lib/hibernate-search.jar:lib/richfaces-api.jar:lib/@driverJar@:lib/lucene-core.jar</classpath>
<source-level>1.5</source-level>
</compilation-unit>
</java-data>
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy.xml 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy.xml 2012-08-10 18:38:58 UTC (rev 15030)
@@ -23,11 +23,11 @@
<dependency org="javax.transaction" name="jta" rev="1.1" conf="default"/>
<dependency org="net.sourceforge.jexcelapi" name="jxl" rev="2.6.8-seam" conf="default"/>
<dependency org="org.antlr" name="antlr-runtime" rev="3.0" conf="default"/>
- <dependency org="org.drools" name="drools-api" rev="5.0.1" conf="default"/>
- <dependency org="org.drools" name="drools-compiler" rev="5.0.1" conf="default"/>
- <dependency org="org.drools" name="drools-core" rev="5.0.1" conf="default"/>
- <dependency org="org.drools" name="drools-decisiontables" rev="5.0.1" conf="default"/>
- <dependency org="org.drools" name="drools-templates" rev="5.0.1" conf="default"/>
+ <dependency org="org.drools" name="knowledge-api" rev="5.3.3.Final" conf="default"/>
+ <dependency org="org.drools" name="drools-compiler" rev="5.3.3.Final" conf="default"/>
+ <dependency org="org.drools" name="drools-core" rev="5.3.3.Final" conf="default"/>
+ <dependency org="org.drools" name="drools-decisiontables" rev="5.3.3.Final" conf="default"/>
+ <dependency org="org.drools" name="drools-templates" rev="5.3.3.Final" conf="default"/>
<dependency org="xstream" name="xstream" rev="1.1.3" conf="default"/>
<dependency org="xpp3" name="xpp3_min" rev="1.1.3.4.O" conf="default"/>
<dependency org="org.eclipse.jdt" name="core" rev="3.2.3.v_686_R32x" conf="default"/>
Modified: branches/community/Seam_2_3/pom.xml
===================================================================
--- branches/community/Seam_2_3/pom.xml 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/pom.xml 2012-08-10 18:38:58 UTC (rev 15030)
@@ -46,7 +46,6 @@
<!-- Version string properties -->
<version.arquillian_core>1.0.1.Final</version.arquillian_core>
<version.wicket>1.4.14</version.wicket>
- <version.drools>5.1.1</version.drools>
<version.testng>5.14.10</version.testng>
<version.resteasy>2.0.1.GA</version.resteasy>
<version.jbossas7>7.1.1.Final</version.jbossas7>
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/as-IN/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/as-IN/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/as-IN/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/as-IN/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/as-IN/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/as-IN/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/bn-IN/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/bn-IN/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/bn-IN/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/bn-IN/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/bn-IN/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/bn-IN/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/de-DE/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/de-DE/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/de-DE/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/de-DE/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/de-DE/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/de-DE/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Dependencies.xml
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Dependencies.xml 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Dependencies.xml 2012-08-10 18:38:58 UTC (rev 15030)
@@ -831,7 +831,7 @@
<row>
<entry>
- <para><literal>drools-api.jar</literal></para>
+ <para><literal>knowledge-api.jar</literal></para>
</entry>
<entry align="center">
<para>runtime</para>
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Security.xml
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Security.xml 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Security.xml 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3353,7 +3353,7 @@
<itemizedlist>
<listitem>
- <para>drools-api.jar</para>
+ <para>knowledge-api.jar</para>
</listitem>
<listitem>
<para>drools-compiler.jar</para>
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/es-ES/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/es-ES/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/es-ES/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/es-ES/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/es-ES/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/es-ES/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/es-MX/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/es-MX/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/es-MX/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/es-MX/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/es-MX/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/es-MX/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/fr-FR/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/fr-FR/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/fr-FR/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -762,8 +762,8 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
-msgstr "drools-api.jar"
+msgid "knowledge-api.jar"
+msgstr "knowledge-api.jar"
#. Tag: literal
#: Dependencies.xml:876
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/fr-FR/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/fr-FR/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/fr-FR/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/gu-IN/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/gu-IN/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/gu-IN/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/gu-IN/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/gu-IN/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/gu-IN/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/hi-IN/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/hi-IN/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/hi-IN/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/hi-IN/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/hi-IN/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/hi-IN/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/it-IT/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/it-IT/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/it-IT/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -764,8 +764,8 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
-msgstr "drools-api.jar"
+msgid "knowledge-api.jar"
+msgstr "knowledge-api.jar"
#. Tag: literal
#: Dependencies.xml:876
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/it-IT/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/it-IT/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/it-IT/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3706,8 +3706,8 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
-msgstr "drools-api.jar"
+msgid "knowledge-api.jar"
+msgstr "knowledge-api.jar"
#. Tag: para
#: Security.xml:2920
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/ja-JP/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/ja-JP/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/ja-JP/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -754,7 +754,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, fuzzy, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr "drools-compiler.jar"
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/ja-JP/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/ja-JP/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/ja-JP/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -5148,7 +5148,7 @@
#. Tag: para
#: Security.xml:2917
#, fuzzy, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr "drools-compiler.jar"
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/kn-IN/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/kn-IN/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/kn-IN/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/kn-IN/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/kn-IN/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/kn-IN/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/ko-KR/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/ko-KR/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/ko-KR/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/ko-KR/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/ko-KR/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/ko-KR/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/ml-IN/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/ml-IN/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/ml-IN/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/ml-IN/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/ml-IN/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/ml-IN/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/mr-IN/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/mr-IN/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/mr-IN/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/mr-IN/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/mr-IN/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/mr-IN/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/or-IN/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/or-IN/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/or-IN/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/or-IN/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/or-IN/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/or-IN/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/pa-IN/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/pa-IN/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/pa-IN/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/pa-IN/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/pa-IN/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/pa-IN/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/pot/Dependencies.pot
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/pot/Dependencies.pot 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/pot/Dependencies.pot 2012-08-10 18:38:58 UTC (rev 15030)
@@ -712,7 +712,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/pot/Security.pot
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/pot/Security.pot 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/pot/Security.pot 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3987,7 +3987,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/pt-BR/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/pt-BR/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/pt-BR/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/pt-BR/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/pt-BR/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/pt-BR/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/ru-RU/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/ru-RU/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/ru-RU/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/ru-RU/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/ru-RU/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/ru-RU/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/si-LK/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/si-LK/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/si-LK/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/si-LK/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/si-LK/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/si-LK/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/sl-SL/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/sl-SL/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/sl-SL/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/sl-SL/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/sl-SL/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/sl-SL/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/ta-IN/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/ta-IN/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/ta-IN/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/ta-IN/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/ta-IN/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/ta-IN/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/te-IN/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/te-IN/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/te-IN/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/te-IN/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/te-IN/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/te-IN/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/zh-CN/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/zh-CN/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/zh-CN/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/zh-CN/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/zh-CN/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/zh-CN/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/zh-TW/Dependencies.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/zh-TW/Dependencies.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/zh-TW/Dependencies.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -711,7 +711,7 @@
#. Tag: literal
#: Dependencies.xml:861
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: literal
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/zh-TW/Security.po
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/zh-TW/Security.po 2012-08-10 16:00:40 UTC (rev 15029)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/zh-TW/Security.po 2012-08-10 18:38:58 UTC (rev 15030)
@@ -3986,7 +3986,7 @@
#. Tag: para
#: Security.xml:2917
#, no-c-format
-msgid "drools-api.jar"
+msgid "knowledge-api.jar"
msgstr ""
#. Tag: para
12 years, 4 months
Seam SVN: r15029 - branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/src/main/webapp.
by seam-commits@lists.jboss.org
Author: lightguard
Date: 2012-08-10 12:00:40 -0400 (Fri, 10 Aug 2012)
New Revision: 15029
Modified:
branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/src/main/webapp/artist.xhtml
Log:
JBSEAM-4985
Switching to trinidad interation instead of ui:repeat
Modified: branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/src/main/webapp/artist.xhtml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/src/main/webapp/artist.xhtml 2012-08-10 09:49:01 UTC (rev 15028)
+++ branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/src/main/webapp/artist.xhtml 2012-08-10 16:00:40 UTC (rev 15029)
@@ -1,4 +1,4 @@
-<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:s="http://jboss.org/schema/seam/taglib"
@@ -11,7 +11,7 @@
template="layout/template.xhtml">
<ui:define name="body">
-
+
<rich:panel>
<f:facet name="header"><tr:outputText value="#{artist.name} (#{messages[artist.class.name]})" rendered="#{artist.name ne null}" /></f:facet>
<h:form id="artist">
@@ -20,7 +20,7 @@
<tr:inputText label="Artist" id="name" value="#{artist.name}" readOnly="#{not identity.loggedIn}" required="true"/>
<tr:panelLabelAndMessage label="Band Members" rendered="#{artist.class.simpleName eq 'Band'}">
<ul>
- <ui:repeat value="#{artist.bandMembers}" var="bandMember">
+ <tr:iterator value="#{artist.bandMembers}" var="bandMember">
<li>
<tr:inputText simple="true" value="#{bandMember.name}" readOnly="#{not identity.loggedIn}" id="bandMember"/>
<rich:autocomplete for="bandMember" selfRendered="true" minChars="3" suggestionAction="#{bandMemberFinder.getBandMembers}" var="bandMember">
@@ -29,7 +29,7 @@
</h:column>
</rich:autocomplete>
</li>
- </ui:repeat>
+ </tr:iterator>
</ul>
<f:facet name="end">
<h:commandButton id="addBandMember" action="#{artistHome.addBandMember}" value="Add Band Member" rendered="#{identity.loggedIn}"/>
@@ -40,7 +40,7 @@
<a:ajax event="keyup" render="description_preview" requestDelay="3000" ignoreDupResponces="true" eventsQueue="previewQueue" />
</tr:inputText>
<s:div style="width: 300px" id="description_preview">
-
+
<s:formattedText value="#{artist.description}" rendered="#{not empty artist.description}" />
<tr:outputText value="None known" rendered="#{empty artist.description}" />
</s:div>
@@ -57,7 +57,7 @@
<f:facet name="header">
Released
</f:facet>
- <tr:inputNumberSpinbox label="Release Date" value="#{disc.release}" minimum="1900" maximum="2010" stepSize="1" readOnly="#{not identity.loggedIn}" />
+ <tr:inputNumberSpinbox label="Release Date" value="#{disc.release}" minimum="1900" maximum="2010" stepSize="1" readOnly="#{not identity.loggedIn}" />
</tr:column>
<f:facet name="detailStamp">
<s:div style="width: 300px;">
@@ -72,7 +72,7 @@
</tr:panelLabelAndMessage>
</tr:panelFormLayout>
</s:validateAll>
-
+
<tr:panelButtonBar rendered="#{identity.loggedIn}">
<h:commandButton action="#{artistHome.update}" value="Save" rendered="#{artistHome.managed}" id="update"/>
<h:commandButton action="#{artistHome.persist}" value="Save" rendered="#{not artistHome.managed}" id="persist"/>
@@ -80,6 +80,6 @@
</tr:panelButtonBar>
</h:form>
</rich:panel>
-
-</ui:define>
+
+</ui:define>
</ui:composition>
12 years, 4 months
Seam SVN: r15028 - in branches/community/Seam_2_3/examples-ee6: blog/blog-web/src/main/webapp and 2 other directories.
by seam-commits@lists.jboss.org
Author: vdedik
Date: 2012-08-10 05:49:01 -0400 (Fri, 10 Aug 2012)
New Revision: 15028
Modified:
branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/WEB-INF/pages.xml
branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/search.xhtml
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/src/main/webapp/WEB-INF/pages.xml
branches/community/Seam_2_3/examples-ee6/pom.xml
Log:
JBSEAM-4984
Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/WEB-INF/pages.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/WEB-INF/pages.xml 2012-08-10 08:49:24 UTC (rev 15027)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/WEB-INF/pages.xml 2012-08-10 09:49:01 UTC (rev 15028)
@@ -57,5 +57,11 @@
<page view-id="*">
<action execute="#{blog.hitCount.hit}"/>
</page>
+
+ <exception class="org.hibernate.search.errors.EmptyQueryException">
+ <redirect view-id="/search.xhtml">
+ <message severity="warn">Given query is too simple. Try again.</message>
+ </redirect>
+ </exception>
</pages>
Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/search.xhtml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/search.xhtml 2012-08-10 08:49:24 UTC (rev 15027)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/search.xhtml 2012-08-10 09:49:01 UTC (rev 15028)
@@ -8,6 +8,7 @@
template="#{theme.template}">
<ui:define name="content">
+ <h:messages id="messages" globalOnly="true"/>
<h:dataTable id="searchResultTable" value="#{searchResults}" var="blogEntry">
<h:column>
<div>
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/src/main/webapp/WEB-INF/pages.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/src/main/webapp/WEB-INF/pages.xml 2012-08-10 08:49:24 UTC (rev 15027)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/src/main/webapp/WEB-INF/pages.xml 2012-08-10 09:49:01 UTC (rev 15028)
@@ -75,7 +75,7 @@
<exception class="org.jboss.seam.security.NotLoggedInException">
- <redirect view-id="/home.xhtml">
+ <redirect view-id="/home.xhtml">
<message>You must be logged in to access administrative pages.</message>
</redirect>
</exception>
@@ -91,5 +91,11 @@
<message>The page you tried to access is no longer available.</message>
</redirect>
</exception>
+
+ <exception class="org.hibernate.search.errors.EmptyQueryException">
+ <redirect view-id="/browse.xhtml">
+ <message severity="warn">Given query is too simple. Try again.</message>
+ </redirect>
+ </exception>
</pages>
Modified: branches/community/Seam_2_3/examples-ee6/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/pom.xml 2012-08-10 08:49:24 UTC (rev 15027)
+++ branches/community/Seam_2_3/examples-ee6/pom.xml 2012-08-10 09:49:01 UTC (rev 15028)
@@ -43,6 +43,8 @@
</organization>
<properties>
+ <version.org.hibernate.search>4.2.0.Beta1</version.org.hibernate.search>
+
<!-- Excluded TestNG groups (ex: slow annotated tests won't run during
the test phase) -->
<tests.excludedGroups>slow</tests.excludedGroups>
@@ -310,6 +312,33 @@
<artifactId>trinidad-impl</artifactId>
<version>2.0.1</version>
</dependency>
+
+ <!-- Hibernate search version override due to JBSEAM-4984 -->
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-search</artifactId>
+ <version>${version.org.hibernate.search}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-search-analyzers</artifactId>
+ <version>${version.org.hibernate.search}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-search-engine</artifactId>
+ <version>${version.org.hibernate.search}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-search-infinispan</artifactId>
+ <version>${version.org.hibernate.search}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-search-orm</artifactId>
+ <version>${version.org.hibernate.search}</version>
+ </dependency>
</dependencies>
</dependencyManagement>
12 years, 4 months
Seam SVN: r15027 - in branches/community/Seam_2_3/examples-ee6/booking: ant-dependency and 1 other directory.
by seam-commits@lists.jboss.org
Author: dhinojosa
Date: 2012-08-10 04:49:24 -0400 (Fri, 10 Aug 2012)
New Revision: 15027
Added:
branches/community/Seam_2_3/examples-ee6/booking/ant-dependency/
branches/community/Seam_2_3/examples-ee6/booking/ant-dependency/maven-ant-tasks-2.1.3.jar
branches/community/Seam_2_3/examples-ee6/booking/ant-with-maven.xml
branches/community/Seam_2_3/examples-ee6/booking/ant-without-maven.xml
Log:
Added support of ant into booking.
Added: branches/community/Seam_2_3/examples-ee6/booking/ant-dependency/maven-ant-tasks-2.1.3.jar
===================================================================
(Binary files differ)
Property changes on: branches/community/Seam_2_3/examples-ee6/booking/ant-dependency/maven-ant-tasks-2.1.3.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/community/Seam_2_3/examples-ee6/booking/ant-with-maven.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/ant-with-maven.xml (rev 0)
+++ branches/community/Seam_2_3/examples-ee6/booking/ant-with-maven.xml 2012-08-10 08:49:24 UTC (rev 15027)
@@ -0,0 +1,65 @@
+<project xmlns:artifact="antlib:org.apache.maven.artifact.ant">
+
+ <path id="maven-ant-tasks.classpath" path="ant-dependency/maven-ant-tasks-2.1.3.jar"/>
+ <typedef resource="org/apache/maven/artifact/ant/antlib.xml"
+ uri="antlib:org.apache.maven.artifact.ant"
+ classpathref="maven-ant-tasks.classpath"/>
+
+ <target name="clean">
+ <artifact:mvn>
+ <arg value="clean"/>
+ </artifact:mvn>
+ </target>
+
+ <target name="init">
+ <artifact:mvn>
+ <arg value="initialize"/>
+ </artifact:mvn>
+ </target>
+
+ <target name="compile">
+ <artifact:mvn>
+ <arg value="compile"/>
+ </artifact:mvn>
+ </target>
+
+ <target name="compiletest">
+ <artifact:mvn>
+ <arg value="test-compile"/>
+ </artifact:mvn>
+ </target>
+
+ <target name="war">
+ <artifact:mvn pom="booking-ejb/pom.xml">
+ <arg value="install"/>
+ <arg value="-DskipTests=true"/>
+ </artifact:mvn>
+ <artifact:mvn pom="booking-web/pom.xml">
+ <arg value="-DskipTests=true"/>
+ <arg value="install"/>
+ </artifact:mvn>
+ </target>
+
+ <target name="ear">
+ <artifact:mvn pom="booking-ear/pom.xml">
+ <arg value="install"/>
+ <arg value="-DskipTests=true"/>
+ </artifact:mvn>
+ </target>
+
+ <target name="test">
+ <artifact:mvn>
+ <arg value="test"/>
+ </artifact:mvn>
+ </target>
+
+ <target name="javadoc">
+ <artifact:mvn>
+ <arg value="install"/>
+ <arg value="-DskipTests=true"/>
+ </artifact:mvn>
+ <artifact:mvn>
+ <arg value="javadoc:javadoc"/>
+ </artifact:mvn>
+ </target>
+</project>
\ No newline at end of file
Added: branches/community/Seam_2_3/examples-ee6/booking/ant-without-maven.xml
===================================================================
12 years, 4 months
Seam SVN: r15026 - in branches/community/Seam_2_3/examples-ee6: booking/booking-ear and 29 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-08-09 10:28:45 -0400 (Thu, 09 Aug 2012)
New Revision: 15026
Modified:
branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/drools/drools-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/guice/guice-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/itext/itext-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/openid/openid-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/quartz/quartz-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/registration/registration-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/restbay/restbay-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/rss/rss-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/seampay/seampay-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/todo/todo-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/wicket/wicket-ear/pom.xml
Log:
JBSEAM-4889 improvements to maven-ear-plugin in examples
Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -41,19 +41,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
- <version>2.7</version>
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
-
<!-- Required as indexerService cannot be initialized before the blogEntityManagerFactory is available -->
<initializeInOrder>true</initializeInOrder>
-
<modules>
<ejbModule>
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -57,10 +57,6 @@
<artifactId>maven-ear-plugin</artifactId>
<configuration>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -48,10 +48,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<modules>
<webModule>
<groupId>org.jboss.seam.examples-ee6.contactlist</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/drools/drools-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/drools/drools-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/drools/drools-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -66,11 +66,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<configuration>
+ <version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -61,10 +61,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -40,10 +40,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/guice/guice-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/guice/guice-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/guice/guice-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -46,10 +46,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<modules>
<webModule>
<groupId>org.jboss.seam.examples-ee6.guice</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -35,11 +35,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<configuration>
+ <version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/itext/itext-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/itext/itext-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/itext/itext-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -38,14 +38,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
- <version>2.7</version>
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -48,9 +48,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<configuration>
+ <version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<ejbModule>
Modified: branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -39,11 +39,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<configuration>
+ <version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -38,11 +38,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
- <version>2.6</version>
<configuration>
+ <version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -41,10 +41,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -46,10 +46,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/openid/openid-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/openid/openid-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/openid/openid-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -57,10 +57,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<modules>
<webModule>
<groupId>org.jboss.seam.examples-ee6.openid</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/quartz/quartz-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/quartz/quartz-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/quartz/quartz-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -41,10 +41,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/registration/registration-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/registration/registration-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/registration/registration-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -41,10 +41,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<modules>
<webModule>
<groupId>org.jboss.seam.examples-ee6.registration</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -41,10 +41,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -49,10 +49,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -41,10 +41,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -45,8 +45,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/restbay/restbay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/restbay/restbay-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/restbay/restbay-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -42,10 +42,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/rss/rss-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/rss/rss-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/rss/rss-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -41,10 +41,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -39,14 +39,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
- <version>2.7</version>
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<!-- Needed for Aargh injecting entityManager via JNDI during startup -->
<initializeInOrder>true</initializeInOrder>
Modified: branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -39,11 +39,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<configuration>
+ <version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/seampay/seampay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seampay/seampay-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/seampay/seampay-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -55,9 +55,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
Modified: branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -78,10 +78,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -42,10 +42,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/todo/todo-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/todo-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -46,8 +46,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -47,10 +47,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
-
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
Modified: branches/community/Seam_2_3/examples-ee6/wicket/wicket-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/wicket/wicket-ear/pom.xml 2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/wicket/wicket-ear/pom.xml 2012-08-09 14:28:45 UTC (rev 15026)
@@ -41,10 +41,6 @@
<configuration>
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
- <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build -->
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
- <!-- use maven generated application.xml instead -->
- <generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
<modules>
<webModule>
12 years, 4 months
Seam SVN: r15025 - branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-08-09 10:27:38 -0400 (Thu, 09 Aug 2012)
New Revision: 15025
Modified:
branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Concepts.xml
Log:
documenting JBSEAM-4943
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Concepts.xml
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Concepts.xml 2012-08-09 09:49:19 UTC (rev 15024)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Concepts.xml 2012-08-09 14:27:38 UTC (rev 15025)
@@ -272,11 +272,11 @@
components are always protected by Seam from concurrent access so long as the Seam interceptors
are not disabled for that component. If interceptors are disabled, then any thread-safety that is
required must be implemented by the component itself. Seam serializes requests to session
- scope session beans and JavaBeans by default (and detects and breaks any deadlocks that occur). This is
+ scope JavaBeans by default (and detects and breaks any deadlocks that occur). This is
not the default behaviour for application scoped components however, since application scoped components
do not usually hold volatile state and because synchronization at the global level is
<emphasis>extremely</emphasis> expensive. However, you can force a serialized threading model on any
- session bean or JavaBean component by adding the <literal>@Synchronized</literal> annotation.
+ JavaBean component by adding the <literal>@Synchronized</literal> annotation.
</para>
<note>
<para>Seam 2.3 removed the serialization of Stateful
@@ -288,6 +288,14 @@
This concurrency model means that AJAX clients can safely use volatile session and conversational
state, without the need for any special work on the part of the developer.
</para>
+ <warning>
+ <para>
+ Be warned that Statefull session Beans are not serialized by Seam anymore.
+ Serialization of Statefull session beans are controlled by EJB container,
+ so there is no need for Seam to duplicate that. So @Synchronized annotation
+ is ignored on Statefull session beans.
+ </para>
+ </warning>
</sect2>
</sect1>
12 years, 4 months
Seam SVN: r15024 - branches/enterprise/JBPAPP_5_0/build.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-08-09 05:49:19 -0400 (Thu, 09 Aug 2012)
New Revision: 15024
Modified:
branches/enterprise/JBPAPP_5_0/build/core.pom.xml
branches/enterprise/JBPAPP_5_0/build/ioc.pom.xml
branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
JBPAPP-9336 upgraded javassist to align with EAP5
Modified: branches/enterprise/JBPAPP_5_0/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/core.pom.xml 2012-08-08 18:58:22 UTC (rev 15023)
+++ branches/enterprise/JBPAPP_5_0/build/core.pom.xml 2012-08-09 09:49:19 UTC (rev 15024)
@@ -59,7 +59,7 @@
</dependency>
<dependency>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<scope>provided</scope>
</dependency>
Modified: branches/enterprise/JBPAPP_5_0/build/ioc.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/ioc.pom.xml 2012-08-08 18:58:22 UTC (rev 15023)
+++ branches/enterprise/JBPAPP_5_0/build/ioc.pom.xml 2012-08-09 09:49:19 UTC (rev 15024)
@@ -53,7 +53,7 @@
</dependency>
<dependency>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<scope>provided</scope>
</dependency>
Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2012-08-08 18:58:22 UTC (rev 15023)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2012-08-09 09:49:19 UTC (rev 15024)
@@ -622,9 +622,9 @@
</dependency>
<dependency>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.12.0.GA</version>
+ <version>3.16.0.GA</version>
</dependency>
<dependency>
12 years, 4 months
Seam SVN: r15023 - branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-08-08 14:58:22 -0400 (Wed, 08 Aug 2012)
New Revision: 15023
Modified:
branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Concepts.xml
Log:
JBSEAM-5006 documentation note about change for @Synchronized and SFSB
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Concepts.xml
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Concepts.xml 2012-08-08 18:27:29 UTC (rev 15022)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Concepts.xml 2012-08-08 18:58:22 UTC (rev 15023)
@@ -278,6 +278,12 @@
<emphasis>extremely</emphasis> expensive. However, you can force a serialized threading model on any
session bean or JavaBean component by adding the <literal>@Synchronized</literal> annotation.
</para>
+ <note>
+ <para>Seam 2.3 removed the serialization of Stateful
+ session beans by Seam synchronization interceptor
+ because stateful session beans are serialized by EJB 3.1
+ container by default .</para>
+ </note>
<para>
This concurrency model means that AJAX clients can safely use volatile session and conversational
state, without the need for any special work on the part of the developer.
12 years, 4 months