Seam SVN: r9750 - branches/enterprise/JBPAPP_4_3_FP01/seam-gen/resources/WEB-INF.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2008-12-10 04:39:30 -0500 (Wed, 10 Dec 2008)
New Revision: 9750
Modified:
branches/enterprise/JBPAPP_4_3_FP01/seam-gen/resources/WEB-INF/pages.xml
Log:
JBPAPP-1471
Modified: branches/enterprise/JBPAPP_4_3_FP01/seam-gen/resources/WEB-INF/pages.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/seam-gen/resources/WEB-INF/pages.xml 2008-12-08 19:25:22 UTC (rev 9749)
+++ branches/enterprise/JBPAPP_4_3_FP01/seam-gen/resources/WEB-INF/pages.xml 2008-12-10 09:39:30 UTC (rev 9750)
@@ -51,7 +51,7 @@
</redirect>
</exception>
- <exception class="org.jboss.seam.ConcurrentRequestTimeoutException" logLevel="trace">
+ <exception class="org.jboss.seam.ConcurrentRequestTimeoutException">
<http-error error-code="503" />
</exception>
16 years
Seam SVN: r9748 - trunk/doc/Seam_Reference_Guide/en-US.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2008-12-08 14:14:22 -0500 (Mon, 08 Dec 2008)
New Revision: 9748
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Tutorial.xml
Log:
JBSEAM-3819
Modified: trunk/doc/Seam_Reference_Guide/en-US/Tutorial.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Tutorial.xml 2008-12-06 20:11:45 UTC (rev 9747)
+++ trunk/doc/Seam_Reference_Guide/en-US/Tutorial.xml 2008-12-08 19:14:22 UTC (rev 9748)
@@ -944,7 +944,7 @@
</callout>
<callout arearefs="messages-out">
<para> The <literal>@Out</literal> annotation then exposes the selected value directly
- to the page. So ever time a row of the clickable list is selected, the
+ to the page. So every time a row of the clickable list is selected, the
<literal>Message</literal> is injected to the attribute of the stateful bean,
and the subsequently <emphasis>outjected</emphasis> to the event context variable
named <literal>message</literal>. </para>
16 years
Seam SVN: r9747 - tags.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2008-12-06 15:11:45 -0500 (Sat, 06 Dec 2008)
New Revision: 9747
Added:
tags/JBPAPP_4_3_CP03_FP_CR2/
Log:
tagging EAP 4.3 CP03 FP01 CR2
Copied: tags/JBPAPP_4_3_CP03_FP_CR2 (from rev 9746, branches/enterprise/JBPAPP_4_3_FP01)
16 years
Seam SVN: r9746 - tags.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2008-12-06 14:48:26 -0500 (Sat, 06 Dec 2008)
New Revision: 9746
Removed:
tags/JBPAPP_4_3_CP03_FP_CR2/
Log:
16 years
Seam SVN: r9745 - tags.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2008-12-06 14:47:54 -0500 (Sat, 06 Dec 2008)
New Revision: 9745
Removed:
tags/JBPAPP_4_3_CP03_FP_CR2a/
Log:
16 years
Seam SVN: r9744 - branches/enterprise/JBPAPP_4_3_FP01/build.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2008-12-06 14:46:34 -0500 (Sat, 06 Dec 2008)
New Revision: 9744
Modified:
branches/enterprise/JBPAPP_4_3_FP01/build/common.build.xml
Log:
repaired jboss-embedded version
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/common.build.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/common.build.xml 2008-12-05 20:43:00 UTC (rev 9743)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/common.build.xml 2008-12-06 19:46:34 UTC (rev 9744)
@@ -23,7 +23,7 @@
<property name="maven.settings.xml" location="${build.dir}/settings.xml" />
- <property name="embedded.version" value="beta3.SP3" />
+ <property name="embedded.version" value="beta3.SP4" />
<import file="${build.dir}/utilities.build.xml" />
16 years
Seam SVN: r9743 - trunk/seam-gen/icefaces/view/stylesheet.
by seam-commits@lists.jboss.org
Author: jguglielmin
Date: 2008-12-05 15:43:00 -0500 (Fri, 05 Dec 2008)
New Revision: 9743
Modified:
trunk/seam-gen/icefaces/view/stylesheet/theme.css
Log:
JBSEAM-3809
Modified: trunk/seam-gen/icefaces/view/stylesheet/theme.css
===================================================================
--- trunk/seam-gen/icefaces/view/stylesheet/theme.css 2008-12-05 17:10:05 UTC (rev 9742)
+++ trunk/seam-gen/icefaces/view/stylesheet/theme.css 2008-12-05 20:43:00 UTC (rev 9743)
@@ -290,7 +290,7 @@
font-weight: bold;
text-align: left;
width: 155px;
- float: left;
+/* float: left; */
}
.prop .value {
text-align: left;
16 years
Seam SVN: r9742 - trunk/src/main/org/jboss/seam.
by seam-commits@lists.jboss.org
Author: norman.richards(a)jboss.com
Date: 2008-12-05 12:10:05 -0500 (Fri, 05 Dec 2008)
New Revision: 9742
Modified:
trunk/src/main/org/jboss/seam/pages-2.1.xsd
Log:
JBSEAM-3802
Modified: trunk/src/main/org/jboss/seam/pages-2.1.xsd
===================================================================
--- trunk/src/main/org/jboss/seam/pages-2.1.xsd 2008-12-05 16:07:18 UTC (rev 9741)
+++ trunk/src/main/org/jboss/seam/pages-2.1.xsd 2008-12-05 17:10:05 UTC (rev 9742)
@@ -183,7 +183,7 @@
<xs:attribute name="execute" use="required" type="pages:method-expression" />
</xs:attributeGroup>
- <xs:element name="restrict" type="pages:boolean-value-expression">
+ <xs:element name="restrict" type="pages:boolean-value-expression" default="true">
<xs:annotation>
<xs:documentation>Security restrictions</xs:documentation>
</xs:annotation>
16 years
Seam SVN: r9740 - tags.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2008-12-05 08:14:17 -0500 (Fri, 05 Dec 2008)
New Revision: 9740
Added:
tags/JBPAPP_4_3_CP03_FP_CR2a/
Log:
CR2 + repaired hibernate search jar name in examples
Copied: tags/JBPAPP_4_3_CP03_FP_CR2a (from rev 9739, branches/enterprise/JBPAPP_4_3_FP01)
16 years