[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - OpenJPA (openjpa) http://cwiki.apache.org/confluence/display/openjpa | |-Pages Added or Edited in This Space |-- JPA 2.0 Roadmap was last edited by techhusky (07:42 PM). | http://cwiki.apache.org/confluence/display/openjpa/JPA+2.0+Roadmap Apache Camel (CAMEL) http://cwiki.apache.org/confluence/display/CAMEL | |-Pages Added or Edited in This Space |-- Bean Language was last edited by jstrachan (02:45 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Bean+Language |-- Camel 2.0.0 Release was last edited by davsclaus (12:17 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Camel+2.0.0+Release | |-New Comments in This Space |-- http://cwiki.apache.org/confluence/display/CAMEL/How+to+run+Camel+in+a+osgi+container (1) Apache ServiceMix NMR (SMX4NMR) http://cwiki.apache.org/confluence/display/SMX4NMR | |-Pages Added or Edited in This Space |-- 10. Events was last edited by jgoodyear (11:48 AM). | http://cwiki.apache.org/confluence/display/SMX4NMR/10.+Events Apache Abdera (ABDERA) http://cwiki.apache.org/confluence/display/ABDERA | |-New Comments in This Space |-- http://cwiki.apache.org/confluence/display/ABDERA/Your+first+AtomPub+Server (1) Apache Geronimo Project Management (GMOxPMGT) http://cwiki.apache.org/confluence/display/GMOxPMGT | |-Pages Added or Edited in This Space |-- Geronimo Server Release Process was last edited by jbohn (01:24 PM). | http://cwiki.apache.org/confluence/display/GMOxPMGT/Geronimo+Server+Release+Process Apache Geronimo v2.2 (GMOxDOC22) http://cwiki.apache.org/confluence/display/GMOxDOC22 | |-Pages Added or Edited in This Space |-- Plugins Group was last edited by chirun...@gmail.com (02:25 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC22/Plugins+Group Tuscany Wiki (TUSCANYWIKI) http://cwiki.apache.org/confluence/display/TUSCANYWIKI | |-Pages Added or Edited in This Space |-- OSGi RFC 119 Implementation was last edited by rfeng (11:19 AM). | http://cwiki.apache.org/confluence/display/TUSCANYWIKI/OSGi+RFC+119+Implementation |-- Conformance Testing was last edited by wansc (02:18 AM). | http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Conformance+Testing Apache Struts 2 Documentation (WW) http://cwiki.apache.org/confluence/display/WW | |-New Comments in This Space |-- http://cwiki.apache.org/confluence/display/WW/Validating+Input (1) Apache Lucene Mahout (MAHOUT) http://cwiki.apache.org/confluence/display/MAHOUT | |-Pages Added or Edited in This Space |-- Dirichlet Process Clustering was last edited by jeastman (10:11 AM). | http://cwiki.apache.org/confluence/display/MAHOUT/Dirichlet+Process+Clustering |-- SyntheticControlData was last edited by fh (05:57 AM). | http://cwiki.apache.org/confluence/display/MAHOUT/SyntheticControlData Apache Pivot (PIVOT) http://cwiki.apache.org/confluence/display/PIVOT | |-Pages Added or Edited in This Space |-- Index was last edited by gkbr...@mac.com (04:59 PM). | http://cwiki.apache.org/confluence/display/PIVOT/Index |-- Charting Demo was last edited by gkbr...@mac.com (01:52 PM). | http://cwiki.apache.org/confluence/display/PIVOT/Charting+Demo Apache CXF (CXF) http://cwiki.apache.org/confluence/display/CXF | |-Pages Added or Edited in This Space |-- Download was last edited by dkulp (09:46 PM). | http://cwiki.apache.org/confluence/display/CXF/Download |-- Apache CXF 2.2 Release Notes was created by dkulp (09:43 PM). | http://cwiki.apache.org/confluence/display/CXF/Apache+CXF+2.2+Release+Notes |-- Navigation was last edited by dkulp (09:40 PM). | http://cwiki.apache.org/confluence/display/CXF/Navigation Apache Wicket (WICKET) http://cwiki.apache.org/confluence/display/WICKET | |-Pages Added or Edited in This Space |-- Wicket Community meetups - Amsterdam was last edited by deliafrees (05:24 PM). | http://cwiki.apache.org/confluence/display/WICKET/Wicket+Community+meetups+-+Amsterdam - Updated User Profiles: - gcatanese |- http://cwiki.apache.org/confluence/display/~gcatanese - CONFLUENCE INFORMATION This message is automatically generated by Confluence Unsubscribe or edit your notifications preferences http://cwiki.apache.org/confluence/users/viewnotifications.action If you think it was sent incorrectly contact one of the administrators http://cwiki.apache.org/confluence/administrators.action If you want more information on Confluence, or have a bug to report see http://www.atlassian.com/software/confluence
svn commit: r756289 - in /struts/struts2/trunk: ./ apps/ core/ plugins/codebehind/ plugins/dojo/ plugins/junit/ plugins/portlet/ plugins/rest/ plugins/sitegraph/ plugins/struts1/ plugins/testng/
Author: rgielen Date: Fri Mar 20 01:16:45 2009 New Revision: 756289 URL: http://svn.apache.org/viewvc?rev=756289&view=rev Log: WW-3050: - make Spring dependency versions consistent - added toplevel struts2.springPlatformVersion property - upgraded deps to 2.5.6 Modified: struts/struts2/trunk/apps/pom.xml struts/struts2/trunk/core/pom.xml struts/struts2/trunk/plugins/codebehind/pom.xml struts/struts2/trunk/plugins/dojo/pom.xml struts/struts2/trunk/plugins/junit/pom.xml struts/struts2/trunk/plugins/portlet/pom.xml struts/struts2/trunk/plugins/rest/pom.xml struts/struts2/trunk/plugins/sitegraph/pom.xml struts/struts2/trunk/plugins/struts1/pom.xml struts/struts2/trunk/plugins/testng/pom.xml struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/apps/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/pom.xml?rev=756289&r1=756288&r2=756289&view=diff == --- struts/struts2/trunk/apps/pom.xml (original) +++ struts/struts2/trunk/apps/pom.xml Fri Mar 20 01:16:45 2009 @@ -225,8 +225,8 @@ org.springframework -spring-mock -2.0.7 +spring-test +${struts2.springPlatformVersion} test Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=756289&r1=756288&r2=756289&view=diff == --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Fri Mar 20 01:16:45 2009 @@ -300,8 +300,8 @@ org.springframework -spring-mock -2.0.8 +spring-test +${struts2.springPlatformVersion} test @@ -408,7 +408,7 @@ org.springframework spring -2.0.8 +${struts2.springPlatformVersion} compile true Modified: struts/struts2/trunk/plugins/codebehind/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/codebehind/pom.xml?rev=756289&r1=756288&r2=756289&view=diff == --- struts/struts2/trunk/plugins/codebehind/pom.xml (original) +++ struts/struts2/trunk/plugins/codebehind/pom.xml Fri Mar 20 01:16:45 2009 @@ -60,14 +60,14 @@ org.springframework -spring-mock -2.0.8 +spring-test +${struts2.springPlatformVersion} test org.springframework spring-core -2.0.8 +${struts2.springPlatformVersion} test Modified: struts/struts2/trunk/plugins/dojo/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/pom.xml?rev=756289&r1=756288&r2=756289&view=diff == --- struts/struts2/trunk/plugins/dojo/pom.xml (original) +++ struts/struts2/trunk/plugins/dojo/pom.xml Fri Mar 20 01:16:45 2009 @@ -231,15 +231,15 @@ org.springframework -spring-mock -2.0.8 +spring-test +${struts2.springPlatformVersion} test org.springframework spring-core -2.0.8 +${struts2.springPlatformVersion} test Modified: struts/struts2/trunk/plugins/junit/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/junit/pom.xml?rev=756289&r1=756288&r2=756289&view=diff == --- struts/struts2/trunk/plugins/junit/pom.xml (original) +++ struts/struts2/trunk/plugins/junit/pom.xml Fri Mar 20 01:16:45 2009 @@ -47,13 +47,13 @@ org.springframework -spring-mock -2.0.8 +spring-test +${struts2.springPlatformVersion} org.springframework spring-core -2.0.8 +${struts2.springPlatformVersion} Modified: struts/struts2/trunk/plugins/portlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/pom.xml?rev=756289&r1=756288&r2=756289&view=diff == --- struts/struts2/trunk/plugins/portlet/pom.xml (original) +++ struts/struts2/trunk/plugins/portlet/pom.xml Fri Mar 20 01:16:45 2009 @@ -133,20 +133,20 @@ org.springframework -spring-mock -2.0.8 +spring-test +${struts2.springPlatformVersion} test org.springf
[OSS Bamboo] Struts 2 SVN - Main Build build 1053 has FAILED (0 tests failed). Change made by Rene Gielen
--- STRUTS-MAIN-1053 failed. --- Code has been updated by Rene Gielen. No failed tests found, a possible compilation error. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1053/ -- Code Changes -- Rene Gielen (756289): >WW-3050: >- make Spring dependency versions consistent >- added toplevel struts2.springPlatformVersion property >- upgraded deps to 2.5.6 -- Error Summary -- [INFO] [ERROR] BUILD ERROR [INFO] [INFO] The plugin 'org.apache.maven.plugins:maven-gpg-plugin' does not exist or no valid version could be found [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo
[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 766 has FAILED (0 tests failed). Change made by Rene Gielen
--- STRUTS-MAINJ6-766 failed. --- Code has been updated by Rene Gielen. No failed tests found, a possible compilation error. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-766/ -- Code Changes -- Rene Gielen (756289): >WW-3050: >- make Spring dependency versions consistent >- added toplevel struts2.springPlatformVersion property >- upgraded deps to 2.5.6 -- Error Summary -- [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Unable to find artifact. Embedded error: Unable to download the artifact from any repository Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.opensymphony -DartifactId=xwork -Dversion=2.1.3-SNAPSHOT -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=com.opensymphony -DartifactId=xwork -Dversion=2.1.3-SNAPSHOT -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] com.opensymphony:xwork:jar:2.1.3-SNAPSHOT from the specified remote repositories: apache.snapshots (http://people.apache.org/maven-snapshot-repository), central (https://m2proxy.atlassian.com/repository/public) [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo
svn commit: r756291 - /struts/struts2/trunk/plugins/spring/pom.xml
Author: rgielen Date: Fri Mar 20 01:33:44 2009 New Revision: 756291 URL: http://svn.apache.org/viewvc?rev=756291&view=rev Log: WW-3050: - make Spring dependency versions consistent - added toplevel struts2.springPlatformVersion property - upgraded deps to 2.5.6 Modified: struts/struts2/trunk/plugins/spring/pom.xml Modified: struts/struts2/trunk/plugins/spring/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/spring/pom.xml?rev=756291&r1=756290&r2=756291&view=diff == --- struts/struts2/trunk/plugins/spring/pom.xml (original) +++ struts/struts2/trunk/plugins/spring/pom.xml Fri Mar 20 01:33:44 2009 @@ -39,39 +39,35 @@ http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/spring/ - -2.5.3 - - org.springframework spring-beans -${spring.version} +${struts2.springPlatformVersion} org.springframework spring-core -${spring.version} +${struts2.springPlatformVersion} org.springframework spring-context -${spring.version} +${struts2.springPlatformVersion} org.springframework spring-web -${spring.version} +${struts2.springPlatformVersion} org.springframework spring-test -${spring.version} +${struts2.springPlatformVersion} test
[OSS Bamboo] Struts 2 SVN - Main Build build 1054 has FAILED (0 tests failed). Change made by Rene Gielen
--- STRUTS-MAIN-1054 failed. --- Code has been updated by Rene Gielen. No failed tests found, a possible compilation error. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1054/ -- Code Changes -- Rene Gielen (756291): >WW-3050: >- make Spring dependency versions consistent >- added toplevel struts2.springPlatformVersion property >- upgraded deps to 2.5.6 -- Error Summary -- [INFO] [ERROR] BUILD ERROR [INFO] [INFO] The plugin 'org.apache.maven.plugins:maven-gpg-plugin' does not exist or no valid version could be found [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo
[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 767 has FAILED (0 tests failed). Change made by Rene Gielen
--- STRUTS-MAINJ6-767 failed. --- Code has been updated by Rene Gielen. No failed tests found, a possible compilation error. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-767/ -- Code Changes -- Rene Gielen (756291): >WW-3050: >- make Spring dependency versions consistent >- added toplevel struts2.springPlatformVersion property >- upgraded deps to 2.5.6 -- Error Summary -- [INFO] [ERROR] BUILD ERROR [INFO] [INFO] The plugin 'org.apache.maven.plugins:maven-gpg-plugin' does not exist or no valid version could be found [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo
svn commit: r756301 - in /struts/struts2/trunk/core/src/main: java/org/apache/struts2/StrutsConstants.java java/org/apache/struts2/components/Component.java java/org/apache/struts2/components/Property
Author: musachy Date: Fri Mar 20 02:03:03 2009 New Revision: 756301 URL: http://svn.apache.org/viewvc?rev=756301&view=rev Log: WW-3051 Throw exceptions when an EL expression fails due to an exception or because a property is missing Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Component.java struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Property.java struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java?rev=756301&r1=756300&r2=756301&view=diff == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java Fri Mar 20 02:03:03 2009 @@ -195,4 +195,7 @@ /** The {...@link com.opensymphony.xwork2.UnknownHandlerManager} implementation class */ public static final String STRUTS_UNKNOWN_HANDLER_MANAGER = "struts.unknownHandlerManager"; + +/** Throw RuntimeException when a property is not found, or the evaluation of the espression fails*/ +public static final String STRUTS_EL_THROW_EXCEPTION = "struts.el.throwExceptionOnFailure"; } Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Component.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Component.java?rev=756301&r1=756300&r2=756301&view=diff == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Component.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Component.java Fri Mar 20 02:03:03 2009 @@ -33,6 +33,7 @@ import javax.servlet.http.HttpServletResponse; import org.apache.struts2.StrutsException; +import org.apache.struts2.StrutsConstants; import org.apache.struts2.dispatcher.mapper.ActionMapper; import org.apache.struts2.dispatcher.mapper.ActionMapping; import org.apache.struts2.util.FastByteArrayOutputStream; @@ -56,6 +57,7 @@ protected ValueStack stack; protected Map parameters; protected ActionMapper actionMapper; +protected boolean throwExceptionOnELFailure; /** * Constructor. @@ -84,6 +86,11 @@ public void setActionMapper(ActionMapper mapper) { this.actionMapper = mapper; } + +@Inject(StrutsConstants.STRUTS_EL_THROW_EXCEPTION) +public void setThrowExceptionsOnELFailure(String throwException) { +this.throwExceptionOnELFailure = "true".equals(throwException); +} /** * Gets the OGNL value stack assoicated with this component. @@ -245,7 +252,7 @@ expr = stripExpressionIfAltSyntax(expr); -return getStack().findValue(expr); +return getStack().findValue(expr, throwExceptionOnELFailure); } /** @@ -372,7 +379,7 @@ } else { expr = stripExpressionIfAltSyntax(expr); -return getStack().findValue(expr, toType); +return getStack().findValue(expr, toType, throwExceptionOnELFailure); } } Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Property.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Property.java?rev=756301&r1=756300&r2=756301&view=diff == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Property.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Property.java Fri Mar 20 02:03:03 2009 @@ -26,11 +26,13 @@ import org.apache.struts2.views.annotations.StrutsTag; import org.apache.struts2.views.annotations.StrutsTagAttribute; +import org.apache.struts2.StrutsConstants; import com.opensymphony.xwork2.util.TextUtils; import com.opensymphony.xwork2.util.ValueStack; import com.opensymphony.xwork2.util.logging.Logger; import com.opensymphony.xwork2.util.logging.LoggerFactory; +import com.opensymphony.xwork2.inject.Inject; /** * @@ -136,7 +138,7 @@ // exception: don't call findString(), since we don't want the //expression parsed in this one case. it really //doesn't make sense, in fact. -actualValue = (String) getStack().findValue(value, String.class); +actualValue = (String) getStack().findValue(value, String.class, throwExceptionOnELFailure); try { if (actualValue != null) { Modified: struts
[OSS Bamboo] Struts 2 SVN - Main Build build 1055 has FAILED (0 tests failed). Change made by Musachy Barroso
--- STRUTS-MAIN-1055 failed. --- Code has been updated by Musachy Barroso. No failed tests found, a possible compilation error. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1055/ -- Code Changes -- Musachy Barroso (756301): >WW-3051 Throw exceptions when an EL expression fails due to an exception or >because a property is missing -- Error Summary -- [INFO] [ERROR] BUILD ERROR [INFO] [INFO] The plugin 'org.apache.maven.plugins:maven-gpg-plugin' does not exist or no valid version could be found [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo
[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 768 has FAILED (0 tests failed). Change made by Musachy Barroso
--- STRUTS-MAINJ6-768 failed. --- Code has been updated by Musachy Barroso. No failed tests found, a possible compilation error. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-768/ -- Code Changes -- Musachy Barroso (756301): >WW-3051 Throw exceptions when an EL expression fails due to an exception or >because a property is missing -- Error Summary -- [INFO] [ERROR] BUILD ERROR [INFO] [INFO] The plugin 'org.apache.maven.plugins:maven-gpg-plugin' does not exist or no valid version could be found [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo