Seam SVN: r11330 - branches/community/Seam_2_2/src/main/org/jboss/seam/async.
by seam-commits@lists.jboss.org
Author: norman.richards(a)jboss.com
Date: 2009-07-31 17:25:01 -0400 (Fri, 31 Jul 2009)
New Revision: 11330
Modified:
branches/community/Seam_2_2/src/main/org/jboss/seam/async/AsynchronousExceptionHandler.java
Log:
JBSEAM-4321
Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/async/AsynchronousExceptionHandler.java
===================================================================
--- branches/community/Seam_2_2/src/main/org/jboss/seam/async/AsynchronousExceptionHandler.java 2009-07-31 20:59:23 UTC (rev 11329)
+++ branches/community/Seam_2_2/src/main/org/jboss/seam/async/AsynchronousExceptionHandler.java 2009-07-31 21:25:01 UTC (rev 11330)
@@ -22,7 +22,7 @@
public void handleException(Exception throwable)
{
- log.error("Exeception thrown whilst executing asynchronous call", throwable);
+ log.error("Exception thrown whilst executing asynchronous call", throwable);
}
public static AsynchronousExceptionHandler instance()
15 years, 3 months
Seam SVN: r11329 - in branches/community/Seam_2_2/examples/jpa: resources-websphere7/META-INF and 1 other directories.
by seam-commits@lists.jboss.org
Author: denis.forveille
Date: 2009-07-31 16:59:23 -0400 (Fri, 31 Jul 2009)
New Revision: 11329
Modified:
branches/community/Seam_2_2/examples/jpa/build-websphere7.xml
branches/community/Seam_2_2/examples/jpa/readme.txt
branches/community/Seam_2_2/examples/jpa/resources-websphere7/META-INF/persistence.xml
branches/community/Seam_2_2/examples/jpa/resources-websphere7/WEB-INF/web.xml
Log:
cleanup of jpa sample application on WebSphere v7 JBSEAM-4324
Modified: branches/community/Seam_2_2/examples/jpa/build-websphere7.xml
===================================================================
--- branches/community/Seam_2_2/examples/jpa/build-websphere7.xml 2009-07-31 17:59:44 UTC (rev 11328)
+++ branches/community/Seam_2_2/examples/jpa/build-websphere7.xml 2009-07-31 20:59:23 UTC (rev 11329)
@@ -7,17 +7,16 @@
<property name="example.name" value="jboss-seam-jpa" />
<!-- resources -->
- <property name="resources.dir" value="resources-websphere7" />
- <property name="dist.dir" value="dist-websphere7" />
+ <property name="resources.dir" value="resources-websphere7" />
+ <property name="dist.dir" value="dist-websphere7" />
<property name="exploded-archives.dir" value="exploded-archives-websphere7" />
<!-- Libraries to include -->
- <property name="seam.ui.lib" value="true" />
+ <property name="seam.ui.lib" value="true" />
<property name="seam.debug.lib" value="true" />
- <property name="facelets.lib" value="true" />
- <property name="richfaces.lib" value="true" />
- <property name="el-ri.lib" value="true" />
- <property name="jboss-common-core.lib" value="true" />
+ <property name="facelets.lib" value="true" />
+ <property name="richfaces.lib" value="true" />
+ <property name="el-ri.lib" value="true" />
<import file="../build.xml" />
@@ -30,10 +29,7 @@
<include name="lib/commons-beanutils.jar" />
<include name="lib/commons-digester.jar" />
<include name="lib/commons-collections.jar" />
- <!-- JSF (and related) implementation -->
- <!-- <include name="lib/jsf-api.jar"/>-->
- <!-- <include name="lib/jsf-impl.jar" />-->
- <!-- <include name="lib/el-api.jar" />-->
+ <include name="lib/log4j.jar" />
<!-- Hibernate and deps -->
<include name="lib/hibernate-core.jar" />
@@ -43,9 +39,8 @@
<include name="lib/hibernate-validator.jar" />
<include name="lib/slf4j-api.jar" />
<include name="lib/slf4j-log4j12.jar" />
- <include name="lib/cglib.jar" />
- <include name="lib/asm.jar" />
<include name="lib/antlr.jar" />
+
</fileset>
<fileset id="noejb.war.extras" dir="${resources.dir}">
Modified: branches/community/Seam_2_2/examples/jpa/readme.txt
===================================================================
--- branches/community/Seam_2_2/examples/jpa/readme.txt 2009-07-31 17:59:44 UTC (rev 11328)
+++ branches/community/Seam_2_2/examples/jpa/readme.txt 2009-07-31 20:59:23 UTC (rev 11329)
@@ -39,8 +39,8 @@
* See Weblogic reference guide chapter for full details.
WebSphere 6.1:
-
* Install and run WebSphere 6.1
+ * The "Default Applications" must be installed because this app will the Derby database that is installe with teh default application
* Set a Websphere web container custom property "com.ibm.ws.webcontainer.invokefilterscompatibility" to true. See Seam reference guide chapter for details.
* Set a Websphere web container custom property "prependSlashToResource" to true. See Seam reference guide chapter for details.
* ant websphere61
@@ -49,6 +49,14 @@
* Start the application
* Access it at http://localhost:9080/context_root/index.html
+WebSphere 7.0:
+ * Install and run WebSphere 7.0
+ * The "Default Applications" must be installed because this app will the Derby database that is installe with teh default application
+ * ant websphere7
+ * Deploy dist-websphere7/jboss-seam-jpa.war and specify a context_root (choose the "fast path" and keep all the defaults)
+ * Start the application
+ * Access it at http://localhost:9080/<context_root>
+
Tomcat with JBoss Embedded:
* Install Tomcat
* Install JBoss Embedded
Modified: branches/community/Seam_2_2/examples/jpa/resources-websphere7/META-INF/persistence.xml
===================================================================
--- branches/community/Seam_2_2/examples/jpa/resources-websphere7/META-INF/persistence.xml 2009-07-31 17:59:44 UTC (rev 11328)
+++ branches/community/Seam_2_2/examples/jpa/resources-websphere7/META-INF/persistence.xml 2009-07-31 20:59:23 UTC (rev 11329)
@@ -7,7 +7,6 @@
<provider>org.hibernate.ejb.HibernatePersistence</provider>
<jta-data-source>DefaultDatasource</jta-data-source>
<properties>
- <!-- From WAS 6.1.0.9, the embedded DB is switched to the same Derby DB in GlassFish -->
<property name="hibernate.dialect" value="GlassfishDerbyDialect"/>
<property name="hibernate.hbm2ddl.auto" value="create-drop"/>
<property name="hibernate.show_sql" value="true"/>
Modified: branches/community/Seam_2_2/examples/jpa/resources-websphere7/WEB-INF/web.xml
===================================================================
--- branches/community/Seam_2_2/examples/jpa/resources-websphere7/WEB-INF/web.xml 2009-07-31 17:59:44 UTC (rev 11328)
+++ branches/community/Seam_2_2/examples/jpa/resources-websphere7/WEB-INF/web.xml 2009-07-31 20:59:23 UTC (rev 11329)
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<web-app id="WebApp_ID" version="2.4"
-xmlns="http://java.sun.com/xml/ns/j2ee"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
-http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+<web-app version="2.5"
+ xmlns="http://java.sun.com/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
+
+ <display-name>Seam POJO Booking Example</display-name>
+
<!-- Seam -->
<listener>
@@ -20,20 +22,6 @@
<url-pattern>/*</url-pattern>
</filter-mapping>
- <filter>
- <filter-name>RichFaces Filter</filter-name>
- <filter-class>org.ajax4jsf.Filter</filter-class>
- <init-param>
- <param-name>enable-cache</param-name>
- <param-value>false</param-value>
- </init-param>
- </filter>
-
- <filter-mapping>
- <filter-name>RichFaces Filter</filter-name>
- <url-pattern>/*</url-pattern>
- </filter-mapping>
-
<servlet>
<servlet-name>Seam Resource Servlet</servlet-name>
<servlet-class>org.jboss.seam.servlet.SeamResourceServlet</servlet-class>
@@ -72,12 +60,14 @@
<param-value>true</param-value>
</context-param>
- <listener>
- <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
- </listener>
-
<session-config>
<session-timeout>10</session-timeout>
</session-config>
+ <!-- Welcome File -->
+
+ <welcome-file-list>
+ <welcome-file>index.html</welcome-file>
+ </welcome-file-list>
+
</web-app>
15 years, 3 months
Seam SVN: r11328 - branches/community/Seam_2_2/build.
by seam-commits@lists.jboss.org
Author: norman.richards(a)jboss.com
Date: 2009-07-31 13:59:44 -0400 (Fri, 31 Jul 2009)
New Revision: 11328
Modified:
branches/community/Seam_2_2/build/core.pom.xml
branches/community/Seam_2_2/build/root.pom.xml
Log:
JBSEAM-4331
Modified: branches/community/Seam_2_2/build/core.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/core.pom.xml 2009-07-31 16:19:02 UTC (rev 11327)
+++ branches/community/Seam_2_2/build/core.pom.xml 2009-07-31 17:59:44 UTC (rev 11328)
@@ -272,9 +272,9 @@
</dependency>
<dependency>
- <groupId>xstream</groupId>
- <artifactId>xstream</artifactId>
- </dependency>
+ <groupId>com.thoughtworks.xstream</groupId>
+ <artifactId>xstream</artifactId>
+ </dependency>
<dependency>
<groupId>xpp3</groupId>
Modified: branches/community/Seam_2_2/build/root.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/root.pom.xml 2009-07-31 16:19:02 UTC (rev 11327)
+++ branches/community/Seam_2_2/build/root.pom.xml 2009-07-31 17:59:44 UTC (rev 11328)
@@ -785,7 +785,7 @@
<artifactId>xpp3</artifactId>
</exclusion>
<exclusion>
- <groupId>xstream</groupId>
+ <groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</exclusion>
</exclusions>
@@ -823,7 +823,7 @@
<artifactId>xpp3</artifactId>
</exclusion>
<exclusion>
- <groupId>xstream</groupId>
+ <groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</exclusion>
<exclusion>
@@ -838,9 +838,9 @@
</dependency>
<dependency>
- <groupId>xstream</groupId>
- <artifactId>xstream</artifactId>
- <version>1.1.3</version>
+ <groupId>com.thoughtworks.xstream</groupId>
+ <artifactId>xstream</artifactId>
+ <version>1.3.1</version>
</dependency>
<dependency>
15 years, 3 months
Seam SVN: r11327 - branches/community/Seam_2_2/build.
by seam-commits@lists.jboss.org
Author: norman.richards(a)jboss.com
Date: 2009-07-31 12:19:02 -0400 (Fri, 31 Jul 2009)
New Revision: 11327
Modified:
branches/community/Seam_2_2/build/root.pom.xml
Log:
JBSEAM-4067
Modified: branches/community/Seam_2_2/build/root.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/root.pom.xml 2009-07-31 12:09:35 UTC (rev 11326)
+++ branches/community/Seam_2_2/build/root.pom.xml 2009-07-31 16:19:02 UTC (rev 11327)
@@ -852,7 +852,7 @@
<dependency>
<groupId>org.jboss.el</groupId>
<artifactId>jboss-el</artifactId>
- <version>1.0_02.CR4</version>
+ <version>1.0_02.CR5</version>
</dependency>
<dependency>
15 years, 3 months
Seam SVN: r11326 - in branches/community/Seam_2_2: src/main/org/jboss/seam/core and 1 other directories.
by seam-commits@lists.jboss.org
Author: denis.forveille
Date: 2009-07-31 08:09:35 -0400 (Fri, 31 Jul 2009)
New Revision: 11326
Modified:
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Configuration.xml
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Controls.xml
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Conversations.xml
branches/community/Seam_2_2/src/main/org/jboss/seam/core/ConversationPropagation.java
branches/community/Seam_2_2/src/main/org/jboss/seam/core/Manager.java
branches/community/Seam_2_2/src/main/org/jboss/seam/core/PropagationType.java
branches/community/Seam_2_2/ui/src/main/config/component/button.xml
branches/community/Seam_2_2/ui/src/main/config/component/conversationPropagation.xml
branches/community/Seam_2_2/ui/src/main/config/component/link.xml
Log:
add the possibility to "end all" (root) conversation with the "s:conversationPropagation" tag
JBSEAM-3752
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Configuration.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Configuration.xml 2009-07-30 20:09:35 UTC (rev 11325)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Configuration.xml 2009-07-31 12:09:35 UTC (rev 11326)
@@ -397,7 +397,7 @@
</sect3>
</sect2>
- <sect2>
+ <sect2 id="config.integration.ejb.container">
<title>Integrating Seam with your EJB container</title>
<para> In a Seam application, EJB components have a certain duality, as they are managed by both the EJB
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Controls.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Controls.xml 2009-07-30 20:09:35 UTC (rev 11325)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Controls.xml 2009-07-31 12:09:35 UTC (rev 11326)
@@ -75,7 +75,8 @@
<literal>propagation</literal> — determines the
conversation propagation style: <literal>begin</literal>,
<literal>join</literal>, <literal>nest</literal>,
- <literal>none</literal> or <literal>end</literal>.
+ <literal>none</literal>, <literal>end</literal>
+ or <literal>endRoot</literal>.
</para>
</listitem>
<listitem>
@@ -189,7 +190,8 @@
<literal>propagation</literal> — determines the
conversation propagation style: <literal>begin</literal>,
<literal>join</literal>, <literal>nest</literal>,
- <literal>none</literal> or <literal>end</literal>.
+ <literal>none</literal>, <literal>end</literal>
+ or <literal>endRoot</literal>.
</para>
</listitem>
<listitem>
@@ -230,7 +232,8 @@
<literal>type</literal> — determines the conversation
propagation style: <literal>begin</literal>,
<literal>join</literal>, <literal>nest</literal>,
- <literal>none</literal> or <literal>end</literal>.
+ <literal>none</literal>, <literal>end</literal>
+ or <literal>endRoot</literal>.
</para>
</listitem>
<listitem>
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Conversations.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Conversations.xml 2009-07-30 20:09:35 UTC (rev 11325)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Conversations.xml 2009-07-31 12:09:35 UTC (rev 11326)
@@ -177,14 +177,18 @@
<para>
The <literal>conversationPropagation</literal> request parameter, or
the <literal><s:conversationPropagation></literal> tag may even
- be used to begin and end conversation, or begin a nested
- conversation.
+ be used to begin a conversation, end the current conversation,
+ destroy the entire conversation stack, or begin a nested conversation.
</para>
<programlisting role="XHTML"><![CDATA[<h:commandLink action="main" value="Exit">
<s:conversationPropagation type="end"/>
</h:commandLink>]]></programlisting>
+ <programlisting role="XHTML"><![CDATA[<h:commandLink action="main" value="Exit">
+ <s:conversationPropagation type="endRoot"/>
+</h:commandLink>]]></programlisting>
+
<programlisting role="XHTML"><![CDATA[<h:commandLink action="main" value="Select Child">
<s:conversationPropagation type="nested"/>
</h:commandLink>]]></programlisting>
Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/core/ConversationPropagation.java
===================================================================
--- branches/community/Seam_2_2/src/main/org/jboss/seam/core/ConversationPropagation.java 2009-07-30 20:09:35 UTC (rev 11325)
+++ branches/community/Seam_2_2/src/main/org/jboss/seam/core/ConversationPropagation.java 2009-07-31 12:09:35 UTC (rev 11326)
@@ -67,7 +67,7 @@
parentConversationId = null;
validateLongRunningConversation = false;
}
- else if ( propagationType == PropagationType.END )
+ else if (( propagationType == PropagationType.END ) || ( propagationType == PropagationType.ENDROOT ))
{
validateLongRunningConversation = false;
}
Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/core/Manager.java
===================================================================
--- branches/community/Seam_2_2/src/main/org/jboss/seam/core/Manager.java 2009-07-30 20:09:35 UTC (rev 11325)
+++ branches/community/Seam_2_2/src/main/org/jboss/seam/core/Manager.java 2009-07-31 12:09:35 UTC (rev 11326)
@@ -571,6 +571,9 @@
case END:
endConversation(false);
break;
+ case ENDROOT:
+ endRootConversation(false);
+ break;
}
}
Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/core/PropagationType.java
===================================================================
--- branches/community/Seam_2_2/src/main/org/jboss/seam/core/PropagationType.java 2009-07-30 20:09:35 UTC (rev 11325)
+++ branches/community/Seam_2_2/src/main/org/jboss/seam/core/PropagationType.java 2009-07-31 12:09:35 UTC (rev 11326)
@@ -11,5 +11,6 @@
JOIN,
NEST,
NONE,
- END
+ END,
+ ENDROOT
}
Modified: branches/community/Seam_2_2/ui/src/main/config/component/button.xml
===================================================================
--- branches/community/Seam_2_2/ui/src/main/config/component/button.xml 2009-07-30 20:09:35 UTC (rev 11325)
+++ branches/community/Seam_2_2/ui/src/main/config/component/button.xml 2009-07-31 12:09:35 UTC (rev 11326)
@@ -38,7 +38,7 @@
<property el="false">
<name>propagation</name>
<classname>java.lang.String</classname>
- <description>determines the conversation propagation style: begin, join, nest, none or end.</description>
+ <description>determines the conversation propagation style: begin, join, nest, none, end or endRoot.</description>
<defaultvalue>"default"</defaultvalue>
</property>
<property transient="true">
Modified: branches/community/Seam_2_2/ui/src/main/config/component/conversationPropagation.xml
===================================================================
--- branches/community/Seam_2_2/ui/src/main/config/component/conversationPropagation.xml 2009-07-30 20:09:35 UTC (rev 11325)
+++ branches/community/Seam_2_2/ui/src/main/config/component/conversationPropagation.xml 2009-07-31 12:09:35 UTC (rev 11326)
@@ -34,7 +34,7 @@
<property>
<name>type</name>
<classname>java.lang.String</classname>
- <description>determines the conversation propagation style: begin, join, nest, none or end.</description>
+ <description>determines the conversation propagation style: begin, join, nest, none, end or endRoot.</description>
<defaultvalue>"none"</defaultvalue>
</property>
</component>
Modified: branches/community/Seam_2_2/ui/src/main/config/component/link.xml
===================================================================
--- branches/community/Seam_2_2/ui/src/main/config/component/link.xml 2009-07-30 20:09:35 UTC (rev 11325)
+++ branches/community/Seam_2_2/ui/src/main/config/component/link.xml 2009-07-31 12:09:35 UTC (rev 11326)
@@ -40,7 +40,7 @@
<property>
<name>propagation</name>
<classname>java.lang.String</classname>
- <description>determines the conversation propagation style: begin, join, nest, none or end.</description>
+ <description>determines the conversation propagation style: begin, join, nest, none, end or endRoot.</description>
<defaultvalue>"default"</defaultvalue>
</property>
<!-- Should be el="false" -->
15 years, 3 months
Seam SVN: r11325 - docs/trunk/Seam_Reference_Guide/en-US.
by seam-commits@lists.jboss.org
Author: tsurdilovic
Date: 2009-07-30 16:09:35 -0400 (Thu, 30 Jul 2009)
New Revision: 11325
Modified:
docs/trunk/Seam_Reference_Guide/en-US/Drools.xml
Log:
Added tip to recommended packaging of rule resources which users do not wish to place within their project archive.
Modified: docs/trunk/Seam_Reference_Guide/en-US/Drools.xml
===================================================================
--- docs/trunk/Seam_Reference_Guide/en-US/Drools.xml 2009-07-29 20:31:46 UTC (rev 11324)
+++ docs/trunk/Seam_Reference_Guide/en-US/Drools.xml 2009-07-30 20:09:35 UTC (rev 11325)
@@ -232,7 +232,14 @@
you are using
</para>
</tip>
-
+
+ <tip>
+ <para>
+ The recommended approach of packaging rule resources which are not placed inside your project archive
+ is to place them in a jar in the /deploy directory of your server configuration.
+ </para>
+ </tip>
+
</section>
</chapter>
15 years, 3 months
Seam SVN: r11324 - branches/community/Seam_2_2.
by seam-commits@lists.jboss.org
Author: norman.richards(a)jboss.com
Date: 2009-07-29 16:31:46 -0400 (Wed, 29 Jul 2009)
New Revision: 11324
Modified:
branches/community/Seam_2_2/changelog.txt
Log:
update changelog
Modified: branches/community/Seam_2_2/changelog.txt
===================================================================
--- branches/community/Seam_2_2/changelog.txt 2009-07-29 20:30:58 UTC (rev 11323)
+++ branches/community/Seam_2_2/changelog.txt 2009-07-29 20:31:46 UTC (rev 11324)
@@ -1,6 +1,7 @@
JBoss Seam Changelog
====================
+
Release Notes - Seam - Version 2.2.0.GA
** Bug
@@ -20,6 +21,9 @@
* [JBSEAM-4278] - @Create methods on @Startup components are called without a transaction
* [JBSEAM-4289] - DBUnitSeamTest can't be executed in the same suite as SeamTest
* [JBSEAM-4299] - Seam RESTEasy integration does not allow root resources defined with @Path("/") .
+ * [JBSEAM-4307] - Spring example needs cglib library
+ * [JBSEAM-4308] - Unable to run TestNG tests within JBDS due to missing dependency - slf4j-api
+ * [JBSEAM-4314] - Blog example needs additional jars for JBoss 4.x
** Feature Request
* [JBSEAM-3119] - Multiple WAR in EAR verification, example, and document
@@ -27,6 +31,7 @@
* [JBSEAM-4241] - Add ability to retract facts from workingmemory in pageflow
** Patch
+ * [JBSEAM-4239] - e:formula ignores xls-format-mask style attribute
* [JBSEAM-4245] - Disinjection in Seam-Guice
** Task
15 years, 4 months
Seam SVN: r11323 - tags/JBoss_Seam_2_2_0_GA.
by seam-commits@lists.jboss.org
Author: norman.richards(a)jboss.com
Date: 2009-07-29 16:30:58 -0400 (Wed, 29 Jul 2009)
New Revision: 11323
Modified:
tags/JBoss_Seam_2_2_0_GA/changelog.txt
Log:
update changelog
Modified: tags/JBoss_Seam_2_2_0_GA/changelog.txt
===================================================================
--- tags/JBoss_Seam_2_2_0_GA/changelog.txt 2009-07-29 19:24:42 UTC (rev 11322)
+++ tags/JBoss_Seam_2_2_0_GA/changelog.txt 2009-07-29 20:30:58 UTC (rev 11323)
@@ -1,6 +1,7 @@
JBoss Seam Changelog
====================
+
Release Notes - Seam - Version 2.2.0.GA
** Bug
@@ -20,6 +21,9 @@
* [JBSEAM-4278] - @Create methods on @Startup components are called without a transaction
* [JBSEAM-4289] - DBUnitSeamTest can't be executed in the same suite as SeamTest
* [JBSEAM-4299] - Seam RESTEasy integration does not allow root resources defined with @Path("/") .
+ * [JBSEAM-4307] - Spring example needs cglib library
+ * [JBSEAM-4308] - Unable to run TestNG tests within JBDS due to missing dependency - slf4j-api
+ * [JBSEAM-4314] - Blog example needs additional jars for JBoss 4.x
** Feature Request
* [JBSEAM-3119] - Multiple WAR in EAR verification, example, and document
@@ -27,6 +31,7 @@
* [JBSEAM-4241] - Add ability to retract facts from workingmemory in pageflow
** Patch
+ * [JBSEAM-4239] - e:formula ignores xls-format-mask style attribute
* [JBSEAM-4245] - Disinjection in Seam-Guice
** Task
15 years, 4 months
Seam SVN: r11322 - tags.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2009-07-29 15:24:42 -0400 (Wed, 29 Jul 2009)
New Revision: 11322
Added:
tags/JBPAPP_5_0-CR1/
Log:
tagged Seam 2.2.0.EAP5 CR1
Copied: tags/JBPAPP_5_0-CR1 (from rev 11321, branches/enterprise/JBPAPP_5_0)
15 years, 4 months
Seam SVN: r11321 - branches/enterprise/JBPAPP_5_0/build.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2009-07-29 15:18:04 -0400 (Wed, 29 Jul 2009)
New Revision: 11321
Modified:
branches/enterprise/JBPAPP_5_0/build/docs.pom.xml
Log:
switch to enterprise documentation style
Modified: branches/enterprise/JBPAPP_5_0/build/docs.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/docs.pom.xml 2009-07-29 17:54:34 UTC (rev 11320)
+++ branches/enterprise/JBPAPP_5_0/build/docs.pom.xml 2009-07-29 19:18:04 UTC (rev 11321)
@@ -33,9 +33,9 @@
<extensions>true</extensions>
<dependencies>
<dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>seam-docbook-xslt</artifactId>
- <version>1.1.0.GA</version>
+ <groupId>com.jboss</groupId>
+ <artifactId>jbossent-docbook-xslt</artifactId>
+ <version>1.0.0</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.wst.css</groupId>
@@ -48,9 +48,9 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>seam-jdocbook-style</artifactId>
- <version>1.1.0.GA</version>
+ <groupId>com.jboss</groupId>
+ <artifactId>jbossent-jdocbook-style</artifactId>
+ <version>1.0.0</version>
<type>jdocbook-style</type>
</dependency>
<dependency>
@@ -79,21 +79,21 @@
<format>
<formatName>pdf</formatName>
<stylesheetResource>
- classpath:/xslt/org/jboss/seam/pdf.xsl
+ classpath:/xslt/com/jboss/pdf.xsl
</stylesheetResource>
<finalName>seam_reference.pdf</finalName>
</format>
<format>
<formatName>html</formatName>
<stylesheetResource>
- classpath:/xslt/org/jboss/seam/xhtml.xsl
+ classpath:/xslt/com/jboss/xhtml.xsl
</stylesheetResource>
<finalName>index.html</finalName>
</format>
<format>
<formatName>html_single</formatName>
<stylesheetResource>
- classpath:/xslt/org/jboss/seam/xhtml-single.xsl
+ classpath:/xslt/com/jboss/xhtml-single.xsl
</stylesheetResource>
<finalName>index.html</finalName>
</format>
15 years, 4 months