JBoss Rich Faces SVN: r12220 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2009-01-12 08:23:42 -0500 (Mon, 12 Jan 2009)
New Revision: 12220
Modified:
trunk/docs/userguide/en/src/main/docbook/included/queue.xml
Log:
https://jira.jboss.org/jira/browse/RF-4664
correct a snippet
Modified: trunk/docs/userguide/en/src/main/docbook/included/queue.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/queue.xml 2009-01-12 13:21:43 UTC (rev 12219)
+++ trunk/docs/userguide/en/src/main/docbook/included/queue.xml 2009-01-12 13:23:42 UTC (rev 12220)
@@ -102,12 +102,12 @@
<programlisting role="XML"><![CDATA[...
<h:form>
<a4j:queue size="2" requestDelay="500" sizeExceededBehavior="dropNext" onsizeexceeded="alert('The size of the queue is exceeded')" />
-<h:inputText value="#{queue.a}" >
+<h:inputText value="#{bean.a}" >
<a4j:support event="onkeyup" />
</h:inputText>
-<h:inputText value="#{queue.b}" >
+<h:inputText value="#{bean.b}" >
<a4j:support event="onblur" />
-<h:selectBooleanCheckbox value="#{queue.check}" id="checkboxID" >
+<h:selectBooleanCheckbox value="#{bean.check}" id="checkboxID" >
<a4j:support id="checkboxSupport" event="onchange" />
</h:selectBooleanCheckbox>
</h:form>
@@ -128,7 +128,7 @@
<programlisting role="XML"><![CDATA[...
<h:form>
<a4j:queue requestDelay="500" ignoreDupResponses="true" />
-<h:inputText value="#{queue.a}" >
+<h:inputText value="#{bean.a}" >
<a4j:support event="onkeyup" />
</h:form>
...]]></programlisting>
@@ -153,7 +153,7 @@
<programlisting role="XML"><![CDATA[...
<h:form>
<a4j:queue timeout="1000" />
-<h:inputText value="#{queue.a}" >
+<h:inputText value="#{bean.a}" >
<a4j:support event="onkeyup" />
</h:form>
...]]></programlisting>
@@ -180,9 +180,9 @@
<h:form >
<a4j:queue oncomplete="alert(request.queue.getSize())" requestDelay="1000" />
-<h:inputText value="#{queue.a}" >
+<h:inputText value="#{bean.a}" >
<a4j:support event="onkeyup" />
-<h:selectBooleanCheckbox value="#{queue.check}" >
+<h:selectBooleanCheckbox value="#{bean.check}" >
<a4j:support event="onchange"/>
</h:selectBooleanCheckbox>
</h:form>
17 years, 3 months
JBoss Rich Faces SVN: r12219 - trunk/test-applications/seleniumTest/richfaces.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-01-12 08:21:43 -0500 (Mon, 12 Jan 2009)
New Revision: 12219
Modified:
trunk/test-applications/seleniumTest/richfaces/pom.xml
Log:
Tests configuration reverted to original
Modified: trunk/test-applications/seleniumTest/richfaces/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/pom.xml 2009-01-12 13:18:17 UTC (rev 12218)
+++ trunk/test-applications/seleniumTest/richfaces/pom.xml 2009-01-12 13:21:43 UTC (rev 12219)
@@ -110,17 +110,10 @@
src/test/testng/hudson/testng.xml
</suiteXmlFile>
</suiteXmlFiles>
- <disableXmlReport>
- true
- </disableXmlReport>
<properties>
- <!-- property>
- <name>usedefaultlisteners</name>
- <value>false</value>
- </property -->
- <property>
- <name>listener</name>
- <value>org.richfaces.TestAnnotationTransformer,org.uncommons.reportng.JUnitXMLReporter</value>
+ <property>
+ <name>listener</name>
+ <value>org.richfaces.TestAnnotationTransformer</value>
</property>
</properties>
</configuration>
@@ -135,29 +128,6 @@
</plugin>
</plugins>
</build>
- <dependencies>
- <dependency>
- <groupId>org.uncommons</groupId>
- <artifactId>reportng</artifactId>
- <version>0.9.8</version>
-
- <exclusions>
- <exclusion>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.velocity</groupId>
- <artifactId>velocity</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>velocity</groupId>
- <artifactId>velocity</artifactId>
- <version>1.4</version>
- </dependency>
- </dependencies>
</profile>
</profiles>
<repositories>
17 years, 3 months
JBoss Rich Faces SVN: r12218 - trunk/test-applications/seleniumTest/richfaces/src/test/testng/hudson.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-01-12 08:18:17 -0500 (Mon, 12 Jan 2009)
New Revision: 12218
Modified:
trunk/test-applications/seleniumTest/richfaces/src/test/testng/hudson/testng.xml
Log:
Tests configuration reverted to original
Modified: trunk/test-applications/seleniumTest/richfaces/src/test/testng/hudson/testng.xml
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/src/test/testng/hudson/testng.xml 2009-01-12 13:02:36 UTC (rev 12217)
+++ trunk/test-applications/seleniumTest/richfaces/src/test/testng/hudson/testng.xml 2009-01-12 13:18:17 UTC (rev 12218)
@@ -5,107 +5,107 @@
<parameter name="loadStyleStrategy" value="ALL"/>
<parameter name="loadScriptStrategy" value="ALL"/>
<parameter name="filterPrefix" value="/faces/NEKO/"/>
- <classes>
- <class name="org.richfaces.testng.DataScrollerTest" />
- </classes>
+ <packages>
+ <package name="org.richfaces.testng" />
+ </packages>
</test-->
<test name="all_all_none">
<parameter name="browser" value="*firefox"/>
<parameter name="loadStyleStrategy" value="ALL"/>
<parameter name="loadScriptStrategy" value="ALL"/>
<parameter name="filterPrefix" value="/faces/NONE/"/>
- <classes>
- <class name="org.richfaces.testng.DataScrollerTest" />
- </classes>
+ <packages>
+ <package name="org.richfaces.testng" />
+ </packages>
</test>
<!--test name="all_all_tidy">
<parameter name="loadStyleStrategy" value="ALL"/>
<parameter name="loadScriptStrategy" value="ALL"/>
<parameter name="filterPrefix" value="/faces/TIDY/"/>
<parameter name="browser" value="*firefox"/>
- <classes>
- <class name="org.richfaces.testng.DataScrollerTest" />
- </classes>
+ <packages>
+ <package name="org.richfaces.testng" />
+ </packages>
</test>
<test name="all_default_neko">
<parameter name="browser" value="*firefox"/>
<parameter name="loadStyleStrategy" value="ALL"/>
<parameter name="loadScriptStrategy" value="DEFAULT"/>
<parameter name="filterPrefix" value="/faces/NEKO/"/>
- <classes>
- <class name="org.richfaces.testng.DataScrollerTest" />
- </classes>
+ <packages>
+ <package name="org.richfaces.testng" />
+ </packages>
</test>
<test name="all_default_none">
<parameter name="browser" value="*firefox"/>
<parameter name="loadStyleStrategy" value="ALL"/>
<parameter name="loadScriptStrategy" value="DEFAULT"/>
<parameter name="filterPrefix" value="/faces/NONE/"/>
- <classes>
- <class name="org.richfaces.testng.DataScrollerTest" />
- </classes>
+ <packages>
+ <package name="org.richfaces.testng" />
+ </packages>
</test>
<test name="all_default_tidy">
<parameter name="loadStyleStrategy" value="ALL"/>
<parameter name="loadScriptStrategy" value="DEFAULT"/>
<parameter name="filterPrefix" value="/faces/TIDY/"/>
<parameter name="browser" value="*firefox"/>
- <classes>
- <class name="org.richfaces.testng.DataScrollerTest" />
- </classes>
+ <packages>
+ <package name="org.richfaces.testng" />
+ </packages>
</test>
<test name="default_all_neko">
<parameter name="browser" value="*firefox"/>
<parameter name="loadStyleStrategy" value="DEFAULT"/>
<parameter name="loadScriptStrategy" value="ALL"/>
<parameter name="filterPrefix" value="/faces/NEKO/"/>
- <classes>
- <class name="org.richfaces.testng.DataScrollerTest" />
- </classes>
+ <packages>
+ <package name="org.richfaces.testng" />
+ </packages>
</test>
<test name="default_all_none">
<parameter name="browser" value="*firefox"/>
<parameter name="loadStyleStrategy" value="DEFAULT"/>
<parameter name="loadScriptStrategy" value="ALL"/>
<parameter name="filterPrefix" value="/faces/NONE/"/>
- <classes>
- <class name="org.richfaces.testng.DataScrollerTest" />
- </classes>
+ <packages>
+ <package name="org.richfaces.testng" />
+ </packages>
</test>
<test name="default_all_tidy">
<parameter name="loadStyleStrategy" value="DEFAULT"/>
<parameter name="loadScriptStrategy" value="ALL"/>
<parameter name="filterPrefix" value="/faces/TIDY/"/>
<parameter name="browser" value="*firefox"/>
- <classes>
- <class name="org.richfaces.testng.DataScrollerTest" />
- </classes>
+ <packages>
+ <package name="org.richfaces.testng" />
+ </packages>
</test-->
- <!-- test name="default_default_neko">
+ <test name="default_default_neko">
<parameter name="browser" value="*firefox"/>
<parameter name="loadStyleStrategy" value="DEFAULT"/>
<parameter name="loadScriptStrategy" value="DEFAULT"/>
<parameter name="filterPrefix" value="/faces/NEKO/"/>
- <classes>
- <class name="org.richfaces.testng.DataScrollerTest" />
- </classes>
+ <packages>
+ <package name="org.richfaces.testng" />
+ </packages>
</test>
<test name="default_default_none">
<parameter name="browser" value="*firefox"/>
<parameter name="loadStyleStrategy" value="DEFAULT"/>
<parameter name="loadScriptStrategy" value="DEFAULT"/>
<parameter name="filterPrefix" value="/faces/NONE/"/>
- <classes>
- <class name="org.richfaces.testng.DataScrollerTest" />
- </classes>
- </test -->
+ <packages>
+ <package name="org.richfaces.testng" />
+ </packages>
+ </test>
<test name="default_default_tidy">
<parameter name="loadStyleStrategy" value="DEFAULT"/>
<parameter name="loadScriptStrategy" value="DEFAULT"/>
<parameter name="filterPrefix" value="/faces/TIDY/"/>
<parameter name="browser" value="*firefox"/>
- <classes>
- <class name="org.richfaces.testng.DataScrollerTest" />
- </classes>
+ <packages>
+ <package name="org.richfaces.testng" />
+ </packages>
</test>
</suite>
17 years, 3 months
JBoss Rich Faces SVN: r12217 - trunk/ui/core/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2009-01-12 08:02:36 -0500 (Mon, 12 Jan 2009)
New Revision: 12217
Modified:
trunk/ui/core/src/main/config/component/queue.xml
Log:
https://jira.jboss.org/jira/browse/RF-4664
Added a more specific description for the name attribute
Modified: trunk/ui/core/src/main/config/component/queue.xml
===================================================================
--- trunk/ui/core/src/main/config/component/queue.xml 2009-01-12 12:51:57 UTC (rev 12216)
+++ trunk/ui/core/src/main/config/component/queue.xml 2009-01-12 13:02:36 UTC (rev 12217)
@@ -36,7 +36,7 @@
<property>
<name>name</name>
<classname>java.lang.String</classname>
- <description>The name of the queue</description>
+ <description>Specifies to name for the named queue.</description>
<defaultvalue>""</defaultvalue>
</property>
17 years, 3 months
JBoss Rich Faces SVN: r12215 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2009-01-12 07:51:38 -0500 (Mon, 12 Jan 2009)
New Revision: 12215
Modified:
trunk/docs/userguide/en/src/main/docbook/included/queue.xml
Log:
https://jira.jboss.org/jira/browse/RF-4664
Corrected a error
Modified: trunk/docs/userguide/en/src/main/docbook/included/queue.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/queue.xml 2009-01-12 12:51:34 UTC (rev 12214)
+++ trunk/docs/userguide/en/src/main/docbook/included/queue.xml 2009-01-12 12:51:38 UTC (rev 12215)
@@ -169,8 +169,8 @@
</para>
<para>
In this event handler request object is be passed as a parameter.
- Thus queue is be accessible using request.queue.
- And the element which was a source of the request is available using "this".
+ Thus queue is be accessible using <code>request.queue</code>.
+ And the element which was a source of the request is available using <code>this</code>.
</para>
<para>
17 years, 3 months
JBoss Rich Faces SVN: r12214 - in trunk/sandbox/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk: rd and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: abelevich
Date: 2009-01-12 07:51:34 -0500 (Mon, 12 Jan 2009)
New Revision: 12214
Added:
trunk/sandbox/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk/rd/
trunk/sandbox/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk/rd/mojo/
trunk/sandbox/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk/rd/mojo/CreateScriptMojo.java
trunk/sandbox/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk/rd/mojo/CreateStyleMojo.java
Log:
new package for mojo's
Added: trunk/sandbox/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk/rd/mojo/CreateScriptMojo.java
===================================================================
--- trunk/sandbox/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk/rd/mojo/CreateScriptMojo.java (rev 0)
+++ trunk/sandbox/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk/rd/mojo/CreateScriptMojo.java 2009-01-12 12:51:34 UTC (rev 12214)
@@ -0,0 +1,59 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces.cdk.rd.mojo;
+
+import java.io.File;
+
+import org.apache.maven.plugin.AbstractMojo;
+import org.apache.maven.plugin.MojoExecutionException;
+
+/**
+ * @author Anton Belevich
+ *
+ * @goal assemblyScripts
+ * @phase process-resources
+ *
+ */
+public class CreateScriptMojo extends AbstractMojo {
+
+ /**
+ * outputScriptDirectory
+ * @parameter
+ */
+ private File outputScriptDirectory;
+
+ /**
+ * scriptPackName
+ * @parameter;
+ */
+ private String scriptPackName;
+
+ /**
+ * loadOrder
+ * @parameter;
+ */
+ private String loadOrder;
+
+ public void execute() throws MojoExecutionException {
+ System.out.println("CreateScriptMojo.execute()");
+ }
+}
Added: trunk/sandbox/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk/rd/mojo/CreateStyleMojo.java
===================================================================
--- trunk/sandbox/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk/rd/mojo/CreateStyleMojo.java (rev 0)
+++ trunk/sandbox/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk/rd/mojo/CreateStyleMojo.java 2009-01-12 12:51:34 UTC (rev 12214)
@@ -0,0 +1,58 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces.cdk.rd.mojo;
+
+import java.io.File;
+
+import org.apache.maven.plugin.AbstractMojo;
+import org.apache.maven.plugin.MojoExecutionException;
+
+/**
+ * @author Anton Belevich
+ * @goal assemblyStyles
+ * @phase process-resources
+ */
+public class CreateStyleMojo extends AbstractMojo {
+
+ /**
+ * outputStyleDirectory
+ * @parameter
+ */
+ private File outputStyleDirectory;
+
+ /**
+ * stylePackName
+ * @parameter;
+ */
+ private String stylePackName;
+
+ /**
+ * loadOrder
+ * @parameter;
+ */
+ private String loadOrder;
+
+ public void execute() throws MojoExecutionException{
+ System.out.println("CreateStyleMojo.execute()");
+ }
+
+}
17 years, 3 months
JBoss Rich Faces SVN: r12213 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2009-01-12 07:48:10 -0500 (Mon, 12 Jan 2009)
New Revision: 12213
Modified:
trunk/docs/userguide/en/src/main/docbook/included/queue.xml
Log:
Modified: trunk/docs/userguide/en/src/main/docbook/included/queue.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/queue.xml 2009-01-12 12:44:26 UTC (rev 12212)
+++ trunk/docs/userguide/en/src/main/docbook/included/queue.xml 2009-01-12 12:48:10 UTC (rev 12213)
@@ -152,7 +152,7 @@
<programlisting role="XML"><![CDATA[...
<h:form>
-<a4j:queue timeout="10000" />
+<a4j:queue timeout="1000" />
<h:inputText value="#{queue.a}" >
<a4j:support event="onkeyup" />
</h:form>
17 years, 3 months
JBoss Rich Faces SVN: r12212 - trunk/docs/realworld_app_guide.
by richfaces-svn-commits@lists.jboss.org
Author: atsebro
Date: 2009-01-12 07:44:26 -0500 (Mon, 12 Jan 2009)
New Revision: 12212
Modified:
trunk/docs/realworld_app_guide/pom.xml
Log:
Modified: trunk/docs/realworld_app_guide/pom.xml
===================================================================
--- trunk/docs/realworld_app_guide/pom.xml 2009-01-12 12:44:24 UTC (rev 12211)
+++ trunk/docs/realworld_app_guide/pom.xml 2009-01-12 12:44:26 UTC (rev 12212)
@@ -135,7 +135,7 @@
<format>
<formatName>pdf</formatName>
<stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
- <finalName>richfaces_migration_guide.pdf</finalName>
+ <finalName>realworld_app_guide.pdf</finalName>
<imagePathSettingRequired>true</imagePathSettingRequired>
</format>
<format>
17 years, 3 months
JBoss Rich Faces SVN: r12211 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2009-01-12 07:44:24 -0500 (Mon, 12 Jan 2009)
New Revision: 12211
Modified:
trunk/docs/userguide/en/src/main/docbook/included/queue.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/queue.xml
Log:
https://jira.jboss.org/jira/browse/RF-4664
Completed the chapter
Modified: trunk/docs/userguide/en/src/main/docbook/included/queue.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/queue.desc.xml 2009-01-12 12:40:56 UTC (rev 12210)
+++ trunk/docs/userguide/en/src/main/docbook/included/queue.desc.xml 2009-01-12 12:44:24 UTC (rev 12211)
@@ -7,7 +7,7 @@
</keywordset>
</sectioninfo>
<title>Description</title>
- <para>The <emphasis role="bold"><property><a4j:queue></property></emphasis> component creates a queue of the Ajax requests. The Ajax4JSF or RichFaces with built-in Ajax can reference the queue to optimize Ajax requests.</para>
+ <para>The <emphasis role="bold"><property><a4j:queue></property></emphasis> component creates a queue of the Ajax requests. The Ajax4JSF or RichFaces components with built-in Ajax can reference the queue to optimize Ajax requests.</para>
<para>You can find more information about the <emphasis role="bold"><property><a4j:queue></property></emphasis> in the "<link linkend="QueuePrinciples">Queue Principles</link>" section.</para>
</section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/queue.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/queue.xml 2009-01-12 12:40:56 UTC (rev 12210)
+++ trunk/docs/userguide/en/src/main/docbook/included/queue.xml 2009-01-12 12:44:24 UTC (rev 12211)
@@ -101,7 +101,7 @@
</para>
<programlisting role="XML"><![CDATA[...
<h:form>
-<a4j:queue size="2" requestDelay="20000" sizeExceededBehavior="dropNext" onsizeexceeded="alert('The size of the queue is exceeded')" />
+<a4j:queue size="2" requestDelay="500" sizeExceededBehavior="dropNext" onsizeexceeded="alert('The size of the queue is exceeded')" />
<h:inputText value="#{queue.a}" >
<a4j:support event="onkeyup" />
</h:inputText>
@@ -127,7 +127,7 @@
</para>
<programlisting role="XML"><![CDATA[...
<h:form>
-<a4j:queue requestDelay="20000" ignoreDupResponses="true" />
+<a4j:queue requestDelay="500" ignoreDupResponses="true" />
<h:inputText value="#{queue.a}" >
<a4j:support event="onkeyup" />
</h:form>
17 years, 3 months