[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - Apache Sling (SLING) http://cwiki.apache.org/confluence/display/SLING | |-Pages Added or Edited in This Space |-- Setting up Eclipse IDE was created by janandith (12:28 PM). | http://cwiki.apache.org/confluence/display/SLING/Setting+up+Eclipse+IDE Apache Camel (CAMEL) http://cwiki.apache.org/confluence/display/CAMEL | |-Pages Added or Edited in This Space |-- Xml Reference was last edited by davsclaus (09:19 PM). | http://cwiki.apache.org/confluence/display/CAMEL/Xml+Reference Apache Struts 2 Plugin Registry (S2PLUGINS) http://cwiki.apache.org/confluence/display/S2PLUGINS | |-Pages Added or Edited in This Space |-- Convention Plugin was last edited by musachy (10:17 AM). | http://cwiki.apache.org/confluence/display/S2PLUGINS/Convention+Plugin Apache Geronimo Project Management (GMOxPMGT) http://cwiki.apache.org/confluence/display/GMOxPMGT | |-Pages Added or Edited in This Space |-- Geronimo release process was last edited by djencks (01:28 PM). | http://cwiki.apache.org/confluence/display/GMOxPMGT/Geronimo+release+process Apache Struts 2 Documentation (WW) http://cwiki.apache.org/confluence/display/WW | |-Pages Added or Edited in This Space |-- File Upload was last edited by [EMAIL PROTECTED] (09:37 PM). | http://cwiki.apache.org/confluence/display/WW/File+Upload Apache Geronimo v2.1 (GMOxDOC21) http://cwiki.apache.org/confluence/display/GMOxDOC21 | |-Pages Added or Edited in This Space |-- geronimo-web.xml was last edited by mcconne (08:08 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/geronimo-web.xml |-- openejb-jar.xml was last edited by mcconne (03:27 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/openejb-jar.xml |-- geronimo-ra.xml was last edited by mcconne (03:24 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/geronimo-ra.xml |-- geronimo-application.xml was last edited by mcconne (03:24 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/geronimo-application.xml |-- geronimo-application-client.xml was last edited by mcconne (03:23 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/geronimo-application-client.xml |-- Documentation was last edited by [EMAIL PROTECTED] (04:46 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/Documentation |-- Apache Geronimo v2.1 Developer's guide development status was last edited by phanibalaji (04:19 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/Apache+Geronimo+v2.1+Developer%27s+guide+development+status |-- Stateful Session Bean was last edited by [EMAIL PROTECTED] (02:43 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/Stateful+Session+Bean |-- Using Java Persistence API in application client was last edited by phanibalaji (01:46 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/Using+Java+Persistence+API+in+application+client Apache Wicket (WICKET) http://cwiki.apache.org/confluence/display/WICKET | |-Pages Added or Edited in This Space |-- Slides and presentations was last edited by ptrthomas (02:25 AM). | http://cwiki.apache.org/confluence/display/WICKET/Slides+and+presentations Apache ActiveMQ (ACTIVEMQ) http://cwiki.apache.org/confluence/display/ACTIVEMQ | |-Pages Added or Edited in This Space |-- Security was last edited by [EMAIL PROTECTED] (08:55 PM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/Security |-- Interceptors was last edited by [EMAIL PROTECTED] (08:35 PM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/Interceptors OpenEJB 3.0.x documentation (OPENEJBx30) http://cwiki.apache.org/confluence/display/OPENEJBx30 | |-Pages Added or Edited in This Space |-- Transaction Annotations was last edited by dblevins (12:26 PM). | http://cwiki.apache.org/confluence/display/OPENEJBx30/Transaction+Annotations Apache Jackrabbit (JCR) http://cwiki.apache.org/confluence/display/JCR | |-Pages Added or Edited in This Space |-- Website was created by jukka (01:55 AM). | http://cwiki.apache.org/confluence/display/JCR/Website |-- Navigation was last edited by jukka (12:40 AM). | http://cwiki.apache.org/confluence/display/JCR/Navigation Apache ServiceMix (SM) http://cwiki.apache.org/confluence/display/SM | |-Pages Added or Edited in This Space |-- servicemix-jsr181 was last edited by ericjohnson (10:55 AM). | http://cwiki.apache.org/confluence/display/SM/servicemix-jsr181 |-- 6. Configuring ServiceMix was last edited by ericjohnson (10:47 AM). | http://cwiki.apache.org/confluence/display/SM/6.+Configuring+ServiceMix |-- ServiceMix 3 Project Refactoring was created by bsnyder (09:38 AM). | http://cwiki.apache.org/confluence/display/SM/ServiceMix+3+Project+Re
svn commit: r660943 - /struts/sandbox/trunk/struts2-convention-plugin/src/main/java/org/apache/struts2/convention/DefaultResultMapBuilder.java
Author: musachy Date: Wed May 28 06:18:15 2008 New Revision: 660943 URL: http://svn.apache.org/viewvc?rev=660943&view=rev Log: Add some logging Modified: struts/sandbox/trunk/struts2-convention-plugin/src/main/java/org/apache/struts2/convention/DefaultResultMapBuilder.java Modified: struts/sandbox/trunk/struts2-convention-plugin/src/main/java/org/apache/struts2/convention/DefaultResultMapBuilder.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-convention-plugin/src/main/java/org/apache/struts2/convention/DefaultResultMapBuilder.java?rev=660943&r1=660942&r2=660943&view=diff == --- struts/sandbox/trunk/struts2-convention-plugin/src/main/java/org/apache/struts2/convention/DefaultResultMapBuilder.java (original) +++ struts/sandbox/trunk/struts2-convention-plugin/src/main/java/org/apache/struts2/convention/DefaultResultMapBuilder.java Wed May 28 06:18:15 2008 @@ -370,6 +370,9 @@ if (!params.containsKey(defaultParamName)) { params.put(defaultParamName, info.location); } +} else if (LOG.isWarnEnabled()){ +LOG.warn("Result [#0] for action class [#1] is missing the location", info.name, +actionClass.getSimpleName()); } return new ResultConfig.Builder(info.name, resultTypeConfig.getClassName()).addParams(params).build();