[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - Apache Felix (FELIX) http://cwiki.apache.org/confluence/display/FELIX | |-Pages Added or Edited in This Space |-- iPOJO Maven Plug-in was last edited by clement.escoffier (08:07 AM). | http://cwiki.apache.org/confluence/display/FELIX/iPOJO+Maven+Plug-in Apache ServiceMix (SM) http://cwiki.apache.org/confluence/display/SM | |-Pages Added or Edited in This Space |-- 1.05 Configuring the my-cxf-se-su SU was last edited by vkrejcirik (10:35 PM). | http://cwiki.apache.org/confluence/display/SM/1.05+Configuring+the+my-cxf-se-su+SU |-- 1.07 Testing of service was created by vkrejcirik (10:34 PM). | http://cwiki.apache.org/confluence/display/SM/1.07+Testing+of+service Tuscany Wiki (TUSCANYWIKI) http://cwiki.apache.org/confluence/display/TUSCANYWIKI | |-Pages Added or Edited in This Space |-- Graduation PR was last edited by [EMAIL PROTECTED] (04:40 PM). | http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Graduation+PR |-- CORBA support for Apache Tuscany was last edited by wojtek janiszewski (02:04 PM). | http://cwiki.apache.org/confluence/display/TUSCANYWIKI/CORBA+support+for+Apache+Tuscany Apache Tuscany (TUSCANY) http://cwiki.apache.org/confluence/display/TUSCANY | |-Pages Added or Edited in This Space |-- SCA Java binding.corba was last edited by wojtek janiszewski (01:46 PM). | http://cwiki.apache.org/confluence/display/TUSCANY/SCA+Java+binding.corba |-- SCA Java 1.3 was created by ant (12:04 AM). | http://cwiki.apache.org/confluence/display/TUSCANY/SCA+Java+1.3 - 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 Opened: week of 2008-08-04
Struts2 - Monday, August 4, 2008 8 opened in last 7 days [WW-2742] Paramters not being set in JFreeChart Plugin - Type: Bug - Reporter: Herak - Components: [Other] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-2742 [WW-2745] struts.xml includes not loading in order, or not loading parent - Type: Bug - Reporter: Becky O'Sullivan - Components: [XML Configuration] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-2745 [WW-2738] Remote content retrieved 2/3 times - Type: Bug - Reporter: Bill Bruyn - Components: [Plugin - Dojo Tags] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-2738 [WW-2743] Mail Reader Sample Application throws java.lang.ExceptionInInitializerError on Sun One WebServer 6.1 - Type: Bug - Reporter: DavidZaz - Components: [] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-2743 [WW-2737] In regards to the NoSuchMethod exception thrown when making a request that has a view, but no method defined. - Type: Improvement - Reporter: Richard Burton - Components: [Plugin - REST] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-2737 [WW-2744] My custom type converter does not work anymore - Type: Bug - Reporter: Mads Riise Rasmussen - Components: [] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-2744 [WW-2739] CLONE -radiomap.ftl does not reconize OGNL value returned from a object. - Type: Bug - Reporter: rusu stefan - Components: [Plugin - Tags] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-2739 [WW-2746] @PackageConfig annotation that can be used in package-info.java files - Type: New Feature - Reporter: Richard Wallace - Components: [Plugin - CodeBehind] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-2746
svn commit: r682390 - /struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/actionTagExampleCalling.jsp
Author: musachy Date: Mon Aug 4 06:51:06 2008 New Revision: 682390 URL: http://svn.apache.org/viewvc?rev=682390&view=rev Log: Fix example (and build) Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/actionTagExampleCalling.jsp Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/actionTagExampleCalling.jsp URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/actionTagExampleCalling.jsp?rev=682390&r1=682389&r2=682390&view=diff == --- struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/actionTagExampleCalling.jsp (original) +++ struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/actionTagExampleCalling.jsp Mon Aug 4 06:51:06 2008 @@ -8,7 +8,7 @@ Example 1: This example calls an action and includes the output on the page - + \ No newline at end of file
svn commit: r682411 - in /struts/struts2/trunk/core/src/test/java/org/apache/struts2: interceptor/ExecuteAndWaitInterceptorTest.java views/jsp/ActionTagTest.java
Author: musachy Date: Mon Aug 4 07:55:30 2008 New Revision: 682411 URL: http://svn.apache.org/viewvc?rev=682411&view=rev Log: XW-641 XWork ParameterInterceptors bypass (OGNL statement execution) Update tests Modified: struts/struts2/trunk/core/src/test/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ActionTagTest.java Modified: struts/struts2/trunk/core/src/test/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java?rev=682411&r1=682410&r2=682411&view=diff == --- struts/struts2/trunk/core/src/test/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java (original) +++ struts/struts2/trunk/core/src/test/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java Mon Aug 4 07:55:30 2008 @@ -64,6 +64,7 @@ private Map params; private Map session; private ExecuteAndWaitInterceptor waitInterceptor; +private ParametersInterceptor parametersInterceptor; public void testOneWait() throws Exception { waitInterceptor.setDelay(0); @@ -188,6 +189,7 @@ request.setSession(httpSession); request.setParameterMap(params); context.put(ServletActionContext.HTTP_REQUEST, request); +container.inject(parametersInterceptor); } protected void tearDown() throws Exception { @@ -206,7 +208,7 @@ public boolean needsReload() { return false; } - + public void init(Configuration configuration) throws ConfigurationException { this.configuration = configuration; } @@ -216,12 +218,12 @@ // interceptors waitInterceptor = new ExecuteAndWaitInterceptor(); - +parametersInterceptor = new ParametersInterceptor(); PackageConfig wait = new PackageConfig.Builder("") .addActionConfig("action1", new ActionConfig.Builder("", "action1", ExecuteAndWaitDelayAction.class.getName()) .addResultConfig(new ResultConfig.Builder(Action.SUCCESS, MockResult.class.getName()).build()) .addResultConfig(new ResultConfig.Builder(ExecuteAndWaitInterceptor.WAIT, MockResult.class.getName()).build()) -.addInterceptor(new InterceptorMapping("params", new ParametersInterceptor())) +.addInterceptor(new InterceptorMapping("params", parametersInterceptor)) .addInterceptor(new InterceptorMapping("execAndWait", waitInterceptor)) .build()) .build(); Modified: struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ActionTagTest.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ActionTagTest.java?rev=682411&r1=682410&r2=682411&view=diff == --- struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ActionTagTest.java (original) +++ struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ActionTagTest.java Mon Aug 4 07:55:30 2008 @@ -37,6 +37,8 @@ import com.opensymphony.xwork2.ActionContext; import com.opensymphony.xwork2.ActionInvocation; import com.opensymphony.xwork2.ActionProxy; +import com.opensymphony.xwork2.config.entities.ActionConfig; +import com.opensymphony.xwork2.config.providers.MockConfigurationProvider; import com.opensymphony.xwork2.util.ValueStack; import com.opensymphony.xwork2.util.ValueStackFactory; import com.mockobjects.dynamic.Mock; @@ -74,6 +76,9 @@ public void testSimple() { request.setupGetServletPath("/foo.action"); +ActionConfig config = configuration.getRuntimeConfiguration().getActionConfig("", "testAction"); +container.inject(config.getInterceptors().get(0).getInterceptor()); + ActionTag tag = new ActionTag(); tag.setPageContext(pageContext); tag.setName("testAction"); @@ -109,6 +114,9 @@ public void testSimpleWithctionMethodInOriginalURI() { request.setupGetServletPath("/foo!foo.action"); +ActionConfig config = configuration.getRuntimeConfiguration().getActionConfig("", "testAction"); +container.inject(config.getInterceptors().get(0).getInterceptor()); + ActionTag tag = new ActionTag(); tag.setPageContext(pageContext); tag.setName("testAction");
svn commit: r682419 - /struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ActionTagTest.java
Author: musachy Date: Mon Aug 4 08:23:34 2008 New Revision: 682419 URL: http://svn.apache.org/viewvc?rev=682419&view=rev Log: Organize imports (bamboo failing on one of them that is not used) Modified: struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ActionTagTest.java Modified: struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ActionTagTest.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ActionTagTest.java?rev=682419&r1=682418&r2=682419&view=diff == --- struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ActionTagTest.java (original) +++ struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ActionTagTest.java Mon Aug 4 08:23:34 2008 @@ -33,15 +33,12 @@ import org.apache.struts2.TestConfigurationProvider; import org.apache.struts2.components.ActionComponent; +import com.mockobjects.dynamic.Mock; import com.opensymphony.xwork2.Action; import com.opensymphony.xwork2.ActionContext; import com.opensymphony.xwork2.ActionInvocation; import com.opensymphony.xwork2.ActionProxy; import com.opensymphony.xwork2.config.entities.ActionConfig; -import com.opensymphony.xwork2.config.providers.MockConfigurationProvider; -import com.opensymphony.xwork2.util.ValueStack; -import com.opensymphony.xwork2.util.ValueStackFactory; -import com.mockobjects.dynamic.Mock; /**