[seam/wicket] 6eeba6: fix example to run in IDE and Jetty Maven plugin
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/seam/wicket
Commit: 6eeba634c9b8e1435cd9d712ec9d17d31d803474
https://github.com/seam/wicket/commit/6eeba634c9b8e1435cd9d712ec9d17d31d8...
Author: Dan Allen <dan.j.allen(a)gmail.com>
Date: 2011-01-06 (Thu, 06 Jan 2011)
Changed paths:
M examples/numberguess/pom.xml
M examples/numberguess/readme.txt
A examples/numberguess/src/main/resources/META-INF/beans.xml
A examples/numberguess/src/main/resources/META-INF/services/javax.el.ExpressionFactory
M examples/numberguess/src/main/webapp/WEB-INF/jetty-additions-to-web.xml
M examples/numberguess/src/main/webapp/WEB-INF/jetty-env.xml
M examples/numberguess/src/test/java/org/jboss/weld/examples/wicket/Start.java
M pom.xml
Log Message:
-----------
fix example to run in IDE and Jetty Maven plugin
- switch to EnvEntry from Resource in Jetty 6.1 to config BeanManager in JNDI
- add EnvConfiguration
- upgrade to Weld 1.1.0.CR4
- set port to 9090
- beans.xml needs to be in META-INF to run Jetty in debug mode
- need to set the EL expression factory impl
13 years, 10 months
[seam/wicket] f12dc9: migrate to Solder; upgrade and align
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/seam/wicket
Commit: f12dc9389163edb2a61be80afda1beb3a2ac5c97
https://github.com/seam/wicket/commit/f12dc9389163edb2a61be80afda1beb3a2a...
Author: Dan Allen <dan.j.allen(a)gmail.com>
Date: 2011-01-06 (Thu, 06 Jan 2011)
Changed paths:
M api/pom.xml
M api/src/main/java/org/jboss/seam/wicket/SeamApplication.java
M dist/pom.xml
M dist/src/main/assembly/readme.txt
M docs/reference/pom.xml
M examples/numberguess/pom.xml
R examples/numberguess/src/main/resources/META-INF/beans.xml
M examples/numberguess/src/main/webapp/WEB-INF/jetty-additions-to-web.xml
M pom.xml
R readme.txt
Log Message:
-----------
migrate to Solder; upgrade and align
- Migration to Seam Solder
- upgrade to Seam parent 5 and bom 3.0.0.b04
- align with conventions
- fix app to work in Jetty 8
13 years, 10 months
Seam SVN: r13975 - branches/enterprise/JBPAPP_5_0/build.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2011-01-06 11:30:35 -0500 (Thu, 06 Jan 2011)
New Revision: 13975
Modified:
branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
upgrade jbpm3 due JBPAPP-5517
Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2011-01-06 14:54:48 UTC (rev 13974)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2011-01-06 16:30:35 UTC (rev 13975)
@@ -217,7 +217,7 @@
<dependency>
<groupId>org.jbpm.jbpm3</groupId>
<artifactId>jbpm-jpdl</artifactId>
- <version>3.2.9</version>
+ <version>3.2.10-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.hibernate</groupId>
13 years, 10 months
Seam SVN: r13974 - branches/enterprise/JBPAPP_5_0/examples/todo/resources.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2011-01-06 09:54:48 -0500 (Thu, 06 Jan 2011)
New Revision: 13974
Modified:
branches/enterprise/JBPAPP_5_0/examples/todo/resources/jbpm.cfg.xml
Log:
JBPAPP-5496 - changed jbpm db persistence configuration
Modified: branches/enterprise/JBPAPP_5_0/examples/todo/resources/jbpm.cfg.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/examples/todo/resources/jbpm.cfg.xml 2011-01-06 11:27:24 UTC (rev 13973)
+++ branches/enterprise/JBPAPP_5_0/examples/todo/resources/jbpm.cfg.xml 2011-01-06 14:54:48 UTC (rev 13974)
@@ -4,8 +4,7 @@
<service name="persistence">
<factory>
<bean class="org.jbpm.persistence.jta.JtaDbPersistenceServiceFactory">
- <field name="isTransactionEnabled"><false/></field>
- <field name="isCurrentSessionEnabled"><true/></field>
+ <field name="isCurrentSessionEnabled"><false/></field>
</bean>
</factory>
</service>
13 years, 10 months
Seam SVN: r13972 - branches/community/Seam_2_2/src/test/ftest/examples.
by seam-commits@lists.jboss.org
Author: jharting
Date: 2011-01-06 04:57:48 -0500 (Thu, 06 Jan 2011)
New Revision: 13972
Modified:
branches/community/Seam_2_2/src/test/ftest/examples/build.xml
Log:
JBSEAM-4750
Modified: branches/community/Seam_2_2/src/test/ftest/examples/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/build.xml 2011-01-06 09:44:06 UTC (rev 13971)
+++ branches/community/Seam_2_2/src/test/ftest/examples/build.xml 2011-01-06 09:57:48 UTC (rev 13972)
@@ -58,10 +58,14 @@
<property name="jboss4.build.file" value="build.xml" />
<property name="jboss5.build.file" value="${jboss4.build.file}" />
<property name="jboss6.build.file" value="${jboss5.build.file}" />
+ <property name="tomcat6.build.file" value="${jboss4.build.file}" />
+ <property name="jboss-embedded.build.file" value="${jboss4.build.file}" />
<property name="jboss4.example.testsuite" value="jboss4" />
<property name="jboss5.example.testsuite" value="jboss5" />
<property name="jboss6.example.testsuite" value="${jboss5.example.testsuite}" />
+ <property name="tomcat6.example.testsuite" value="tomcat6" />
+ <property name="jboss-embedded.example.testsuite" value="jboss-embedded" />
<!-- JBoss AS 6 -->
<property name="jboss6.deploy.waittime" value="${jboss5.deploy.waittime}" />
13 years, 11 months
Seam SVN: r13971 - branches/community/Seam_2_2/src/test/ftest/src/main/org/jboss/seam/example/common/test/selenium.
by seam-commits@lists.jboss.org
Author: jharting
Date: 2011-01-06 04:44:06 -0500 (Thu, 06 Jan 2011)
New Revision: 13971
Modified:
branches/community/Seam_2_2/src/test/ftest/src/main/org/jboss/seam/example/common/test/selenium/SeleniumDateSelector.java
Log:
JBSEAM-4753
Modified: branches/community/Seam_2_2/src/test/ftest/src/main/org/jboss/seam/example/common/test/selenium/SeleniumDateSelector.java
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/src/main/org/jboss/seam/example/common/test/selenium/SeleniumDateSelector.java 2011-01-05 14:32:01 UTC (rev 13970)
+++ branches/community/Seam_2_2/src/test/ftest/src/main/org/jboss/seam/example/common/test/selenium/SeleniumDateSelector.java 2011-01-06 09:44:06 UTC (rev 13971)
@@ -78,7 +78,7 @@
@Override
public void setDay(SeamSelenium browser, int day)
{
- String locator = "xpath=//td[@class='iceSelInpDateDay']/a[./span/text()='" + Integer.toString(day) + "']";
+ String locator = "xpath=//td[normalize-space(@class)='iceSelInpDateDay']/a[./span/text()='" + Integer.toString(day) + "']";
browser.waitForElement(locator);
browser.click(locator);
}
13 years, 11 months