[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 |-- Index was last edited by curti...@gmail.com (02:34 PM). | http://cwiki.apache.org/confluence/display/openjpa/Index |-- Embeddable samples was last edited by curti...@gmail.com (01:24 PM). | http://cwiki.apache.org/confluence/display/openjpa/Embeddable+samples Apache Felix (FELIX) http://cwiki.apache.org/confluence/display/FELIX | |-Pages Added or Edited in This Space |-- news was last edited by karlpauls (01:49 AM). | http://cwiki.apache.org/confluence/display/FELIX/news |-- downloads was last edited by karlpauls (01:47 AM). | http://cwiki.apache.org/confluence/display/FELIX/downloads Apache Camel (CAMEL) http://cwiki.apache.org/confluence/display/CAMEL | |-Pages Added or Edited in This Space |-- Tracer was last edited by davsclaus (10:44 PM). | http://cwiki.apache.org/confluence/display/CAMEL/Tracer |-- Exception - BeanDefinitionStoreException was created by davsclaus (09:30 PM). | http://cwiki.apache.org/confluence/display/CAMEL/Exception+-+BeanDefinitionStoreException |-- POJO Consuming was last edited by davsclaus (04:04 AM). | http://cwiki.apache.org/confluence/display/CAMEL/POJO+Consuming |-- Polling Consumer was last edited by davsclaus (03:58 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Polling+Consumer |-- Camel 2.0.0 Release was last edited by davsclaus (02:02 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Camel+2.0.0+Release Apache Qpid (qpid) http://cwiki.apache.org/confluence/display/qpid | |-Pages Added or Edited in This Space |-- Java Broker Design - Operational Logging was created by ritchiem (04:25 AM). | http://cwiki.apache.org/confluence/display/qpid/Java+Broker+Design+-+Operational+Logging |-- Network IO Interface was last edited by aidan (08:08 AM). | http://cwiki.apache.org/confluence/display/qpid/Network+IO+Interface Apache Geronimo v2.2 (GMOxDOC22) http://cwiki.apache.org/confluence/display/GMOxDOC22 | |-Pages Added or Edited in This Space |-- Configuring resources in the application scope was last edited by chirun...@gmail.com (09:23 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC22/Configuring+resources+in+the+application+scope |-- GBean Annotations was last edited by sophia (07:13 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC22/GBean+Annotations |-- Defining Geronimo server runtimes and servers was last edited by sophia (01:31 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC22/Defining+Geronimo+server+runtimes+and+servers |-- Deploying and debugging applications using GEP was last edited by sophia (01:30 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC22/Deploying+and+debugging+applications+using+GEP |-- Documentation was last edited by sophia (01:30 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC22/Documentation |-- Deploying and undeploying applications was last edited by sophia (01:30 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC22/Deploying+and+undeploying+applications |-- Apache Geronimo v2.2 documentation development status was last edited by sophia (01:29 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC22/Apache+Geronimo+v2.2+documentation+development+status Apache VCL (VCL) http://cwiki.apache.org/confluence/display/VCL | |-Pages Added or Edited in This Space |-- Creating a Windows XP Base Image on VMWare was last edited by arkurth (08:22 AM). | http://cwiki.apache.org/confluence/display/VCL/Creating+a+Windows+XP+Base+Image+on+VMWare Apache Continuum (CONTINUUM) http://cwiki.apache.org/confluence/display/CONTINUUM | |-Pages Added or Edited in This Space |-- Selenium Tests was last edited by kpardo (11:54 PM). | http://cwiki.apache.org/confluence/display/CONTINUUM/Selenium+Tests - Updated User Profiles: - grandinj |- http://cwiki.apache.org/confluence/display/~grandinj - 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
Issues Closed: week of 2009-06-26
Struts2 - Friday, June 26, 2009 3 closed in last 7 days [WW-2525] default-action-ref not working! - Type: Bug - Assignee: Don Brown - Components: [] - Fix Versions: [] - http://issues.apache.org/struts/browse/WW-2525 [WW-3165] connext-graph plug-in struts2 application - Type: Bug - Assignee: Unassigned - Components: [Other] - Fix Versions: [] - http://issues.apache.org/struts/browse/WW-3165 [WW-3167] cannot locate the chosen objectfactory - Type: Bug - Assignee: Unassigned - Components: [] - Fix Versions: [] - http://issues.apache.org/struts/browse/WW-3167
svn commit: r788633 - in /struts/struts2/trunk: core/src/main/java/org/apache/struts2/components/UrlRenderer.java plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
Author: nilsga Date: Fri Jun 26 08:43:42 2009 New Revision: 788633 URL: http://svn.apache.org/viewvc?rev=788633&view=rev Log: WW-3164 Need to inject ActionMapper in PortletUrlRenderer to avoid NPE when passing through to ServletUrlRenderer. Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UrlRenderer.java struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UrlRenderer.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UrlRenderer.java?rev=788633&r1=788632&r2=788633&view=diff == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UrlRenderer.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UrlRenderer.java Fri Jun 26 08:43:42 2009 @@ -21,6 +21,7 @@ package org.apache.struts2.components; +import org.apache.struts2.dispatcher.mapper.ActionMapper; import java.io.Writer; /** @@ -49,4 +50,6 @@ */ void renderFormUrl(Form formComponent); + void setActionMapper(ActionMapper actionMapper); + } Modified: struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java?rev=788633&r1=788632&r2=788633&view=diff == --- struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java (original) +++ struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java Fri Jun 26 08:43:42 2009 @@ -24,6 +24,7 @@ import java.io.IOException; import java.io.Writer; +import org.apache.struts2.dispatcher.mapper.ActionMapper; import org.apache.struts2.StrutsException; import org.apache.struts2.portlet.context.PortletActionContext; import org.apache.struts2.portlet.util.PortletUrlHelper; @@ -31,6 +32,7 @@ import com.opensymphony.xwork2.ActionContext; import com.opensymphony.xwork2.ActionInvocation; +import com.opensymphony.xwork2.inject.Inject; /** * Implementation of the {...@link UrlRenderer} interface that renders URLs for portlet environments. @@ -48,6 +50,11 @@ public PortletUrlRenderer() { this.servletRenderer = new ServletUrlRenderer(); } + + @Inject + public void setActionMapper(ActionMapper actionMapper) { + servletRenderer.setActionMapper(actionMapper); + } /** * {...@inheritdoc}
[OSS Bamboo] Struts 2 SVN - Main Build build 1152 was SUCCESSFUL (with 1015 tests). Change made by Nils-Helge Garli Hegvik
--- STRUTS-MAIN-1152 was successful. --- Code has been updated by Nils-Helge Garli Hegvik. 1015 tests in total. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1152/ -- Code Changes -- Nils-Helge Garli Hegvik (788633): >WW-3164 > >Need to inject ActionMapper in PortletUrlRenderer to avoid NPE when passing >through to ServletUrlRenderer. -- Error Summary -- warning: Annotation types without processors: [java.lang.Override, com.opensymphony.xwork2.inject.Inject, java.lang.annotation.Target, java.lang.annotation.Retention, java.lang.SuppressWarnings] Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 warning [copy] Warning: /opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAIN/apps/src/main/java not found. [copy] Warning: /opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAIN/apps/src/main/resources not found. warning: Annotation types without processors: [java.lang.Override, java.lang.Deprecated] 1 warning Unable to copy artifact java-1.4 since directory /opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAIN/backport does not exist. -- This message is automatically generated by Atlassian Bamboo
[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 876 was SUCCESSFUL (with 1015 tests). Change made by Nils-Helge Garli Hegvik
--- STRUTS-MAINJ6-876 was successful. --- Code has been updated by Nils-Helge Garli Hegvik. 1015 tests in total. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-876/ -- Code Changes -- Nils-Helge Garli Hegvik (788633): >WW-3164 > >Need to inject ActionMapper in PortletUrlRenderer to avoid NPE when passing >through to ServletUrlRenderer. -- Error Summary -- [copy] Warning: /opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAINJ6/apps/src/main/java not found. [copy] Warning: /opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAINJ6/apps/src/main/resources not found. -- This message is automatically generated by Atlassian Bamboo