[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - Apache Geronimo Development (GMOxDEV) http://cwiki.apache.org/confluence/display/GMOxDEV | |-Pages Added or Edited in This Space |-- Clustering Configuration for Jetty was created by gianny (05:39 AM). | http://cwiki.apache.org/confluence/display/GMOxDEV/Clustering+Configuration+for+Jetty Apache CXF 2.0 Documentation (CXF20DOC) http://cwiki.apache.org/confluence/display/CXF20DOC | |-Pages Added or Edited in This Space |-- Index was last edited by dandiep (05:59 AM). | http://cwiki.apache.org/confluence/display/CXF20DOC/Index |-- Celtix Migration Guide was last edited by [EMAIL PROTECTED] (03:08 AM). | http://cwiki.apache.org/confluence/display/CXF20DOC/Celtix+Migration+Guide OpenEJB (OPENEJB) http://cwiki.apache.org/confluence/display/OPENEJB | |-Pages Added or Edited in This Space |-- Resource Injection was last edited by dblevins (10:52 PM). | http://cwiki.apache.org/confluence/display/OPENEJB/Resource+Injection |-- Navigation was last edited by karan_malhi (02:18 PM). | http://cwiki.apache.org/confluence/display/OPENEJB/Navigation Apache Geronimo Project Management (GMOxPMGT) http://cwiki.apache.org/confluence/display/GMOxPMGT | |-Pages Added or Edited in This Space |-- Geronimo Java EE 5.0 Report Card was last edited by davecola (09:59 AM). | http://cwiki.apache.org/confluence/display/GMOxPMGT/Geronimo+Java+EE+5.0+Report+Card Apache Struts 2 Documentation (WW) http://cwiki.apache.org/confluence/display/WW | |-Pages Added or Edited in This Space |-- Migration Guide was last edited by husted (03:22 AM). | http://cwiki.apache.org/confluence/display/WW/Migration+Guide |-- Can you suggest an elevator pitch was last edited by husted (03:09 AM). | http://cwiki.apache.org/confluence/display/WW/Can+you+suggest+an+elevator+pitch |-- FAQs was last edited by husted (03:08 AM). | http://cwiki.apache.org/confluence/display/WW/FAQs Apache Cayenne Website (CAYSITE) http://cwiki.apache.org/confluence/display/CAYSITE | |-Pages Added or Edited in This Space |-- Persistence, caching and mapping for Java was last edited by ari (03:52 PM). | http://cwiki.apache.org/confluence/display/CAYSITE/Persistence%2C+caching+and+mapping+for+Java |-- Cayenne 2.0.2 and 1.2.2 Released was created by ari (01:29 AM). | http://cwiki.apache.org/confluence/display/CAYSITE/2007/01/22/Cayenne+2.0.2+and+1.2.2+Released Apache Directory Server v1.0 Documentation (DIRxSRVx10) http://cwiki.apache.org/confluence/display/DIRxSRVx10 | |-Pages Added or Edited in This Space |-- Trail Map was created by erodriguez (07:07 PM). | http://cwiki.apache.org/confluence/display/DIRxSRVx10/Trail+Map |-- The Interop Tutorial was created by erodriguez (07:05 PM). | http://cwiki.apache.org/confluence/display/DIRxSRVx10/The+Interop+Tutorial |-- Kerberizing SSHD was created by erodriguez (07:04 PM). | http://cwiki.apache.org/confluence/display/DIRxSRVx10/Kerberizing+SSHD |-- Kerberizing Web Browser Access was created by erodriguez (07:02 PM). | http://cwiki.apache.org/confluence/display/DIRxSRVx10/Kerberizing+Web+Browser+Access |-- Exporting Keytabs from Active Directory was created by erodriguez (06:58 PM). | http://cwiki.apache.org/confluence/display/DIRxSRVx10/Exporting+Keytabs+from+Active+Directory |-- Creating Service Principals with Active Directory was created by erodriguez (06:53 PM). | http://cwiki.apache.org/confluence/display/DIRxSRVx10/Creating+Service+Principals+with+Active+Directory |-- Interoperability was created by erodriguez (06:45 PM). | http://cwiki.apache.org/confluence/display/DIRxSRVx10/Interoperability |-- Configuring LDAP-backed Winbind IDMAP was created by erodriguez (06:47 PM). | http://cwiki.apache.org/confluence/display/DIRxSRVx10/Configuring+LDAP-backed+Winbind+IDMAP |-- ApacheDS v1.0 Advanced User's Guide was last edited by erodriguez (06:44 PM). | http://cwiki.apache.org/confluence/display/DIRxSRVx10/ApacheDS+v1.0+Advanced+User%27s+Guide Apache Struts 2 Wiki (S2WIKI) http://cwiki.apache.org/confluence/display/S2WIKI | |-Pages Added or Edited in This Space |-- Struts 2 + Spring 2 + JPA + AJAX was last edited by musachy (01:25 PM). | http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=33168 UIMA (UIMA) http://cwiki.apache.org/confluence/display/UIMA | |-Pages Added or Edited in This Space |-- TestPlan2.1 was last edited by schor (02:12 PM). | http://cwiki.apache.org/confluence/display/UIMA/TestPlan2.1 Apache Wicket (WICKET) http://cwiki.apache.org/confluence/display/WICKET | |-Pages Added or Edited in This Space |-- Working with Wicket models was last edited by [EMAIL PROTECTED] (10:05 PM). | http://cwiki.apache.org/confluenc
svn commit: r499093 - /struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/html/LinkTag.java
Author: niallp Date: Tue Jan 23 10:24:41 2007 New Revision: 499093 URL: http://svn.apache.org/viewvc?view=rev&rev=499093 Log: Fix for STR-2998 - LinkTag renders the link twice Modified: struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/html/LinkTag.java Modified: struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/html/LinkTag.java URL: http://svn.apache.org/viewvc/struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/html/LinkTag.java?view=diff&rev=499093&r1=499092&r2=499093 == --- struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/html/LinkTag.java (original) +++ struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/html/LinkTag.java Tue Jan 23 10:24:41 2007 @@ -361,8 +361,6 @@ prepareOtherAttributes(results); results.append(">"); -TagUtils.getInstance().write(pageContext, results.toString()); - // Prepare the textual content and ending element of this hyperlink if (text != null) { results.append(text);
svn commit: r499095 - in /struts/struts1/trunk: assembly/src/main/resources/ core/src/main/resources/ el/ el/src/main/resources/ extras/src/main/resources/ faces/src/main/resources/ mailreader-dao/src
Author: niallp Date: Tue Jan 23 10:26:30 2007 New Revision: 499095 URL: http://svn.apache.org/viewvc?view=rev&rev=499095 Log: Update the copyright notice in the NOTICE.txt files to 2007 Modified: struts/struts1/trunk/assembly/src/main/resources/NOTICE.txt struts/struts1/trunk/core/src/main/resources/NOTICE.txt struts/struts1/trunk/el/NOTICE.txt struts/struts1/trunk/el/src/main/resources/NOTICE.txt struts/struts1/trunk/extras/src/main/resources/NOTICE.txt struts/struts1/trunk/faces/src/main/resources/NOTICE.txt struts/struts1/trunk/mailreader-dao/src/main/resources/NOTICE.txt struts/struts1/trunk/scripting/src/main/resources/NOTICE.txt struts/struts1/trunk/taglib/src/main/resources/NOTICE.txt struts/struts1/trunk/tiles/src/main/resources/NOTICE.txt struts/struts1/trunk/tiles2/src/main/resources/NOTICE.txt Modified: struts/struts1/trunk/assembly/src/main/resources/NOTICE.txt URL: http://svn.apache.org/viewvc/struts/struts1/trunk/assembly/src/main/resources/NOTICE.txt?view=diff&rev=499095&r1=499094&r2=499095 == --- struts/struts1/trunk/assembly/src/main/resources/NOTICE.txt (original) +++ struts/struts1/trunk/assembly/src/main/resources/NOTICE.txt Tue Jan 23 10:26:30 2007 @@ -1,5 +1,5 @@ Apache Struts -Copyright 2000-2006 The Apache Software Foundation +Copyright 2000-2007 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). Modified: struts/struts1/trunk/core/src/main/resources/NOTICE.txt URL: http://svn.apache.org/viewvc/struts/struts1/trunk/core/src/main/resources/NOTICE.txt?view=diff&rev=499095&r1=499094&r2=499095 == --- struts/struts1/trunk/core/src/main/resources/NOTICE.txt (original) +++ struts/struts1/trunk/core/src/main/resources/NOTICE.txt Tue Jan 23 10:26:30 2007 @@ -1,5 +1,5 @@ Apache Struts -Copyright 2000-2006 The Apache Software Foundation +Copyright 2000-2007 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). Modified: struts/struts1/trunk/el/NOTICE.txt URL: http://svn.apache.org/viewvc/struts/struts1/trunk/el/NOTICE.txt?view=diff&rev=499095&r1=499094&r2=499095 == --- struts/struts1/trunk/el/NOTICE.txt (original) +++ struts/struts1/trunk/el/NOTICE.txt Tue Jan 23 10:26:30 2007 @@ -1,5 +1,5 @@ Apache Struts EL -Copyright 2000-2006 The Apache Software Foundation +Copyright 2000-2007 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). Modified: struts/struts1/trunk/el/src/main/resources/NOTICE.txt URL: http://svn.apache.org/viewvc/struts/struts1/trunk/el/src/main/resources/NOTICE.txt?view=diff&rev=499095&r1=499094&r2=499095 == --- struts/struts1/trunk/el/src/main/resources/NOTICE.txt (original) +++ struts/struts1/trunk/el/src/main/resources/NOTICE.txt Tue Jan 23 10:26:30 2007 @@ -1,5 +1,5 @@ Apache Struts EL -Copyright 2000-2006 The Apache Software Foundation +Copyright 2000-2007 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). Modified: struts/struts1/trunk/extras/src/main/resources/NOTICE.txt URL: http://svn.apache.org/viewvc/struts/struts1/trunk/extras/src/main/resources/NOTICE.txt?view=diff&rev=499095&r1=499094&r2=499095 == --- struts/struts1/trunk/extras/src/main/resources/NOTICE.txt (original) +++ struts/struts1/trunk/extras/src/main/resources/NOTICE.txt Tue Jan 23 10:26:30 2007 @@ -1,5 +1,5 @@ Apache Struts Extras -Copyright 2000-2006 The Apache Software Foundation +Copyright 2000-2007 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). Modified: struts/struts1/trunk/faces/src/main/resources/NOTICE.txt URL: http://svn.apache.org/viewvc/struts/struts1/trunk/faces/src/main/resources/NOTICE.txt?view=diff&rev=499095&r1=499094&r2=499095 == --- struts/struts1/trunk/faces/src/main/resources/NOTICE.txt (original) +++ struts/struts1/trunk/faces/src/main/resources/NOTICE.txt Tue Jan 23 10:26:30 2007 @@ -1,5 +1,5 @@ Apache Struts Faces -Copyright 2000-2006 The Apache Software Foundation +Copyright 2000-2007 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). Modified: struts/struts1/trunk/mailreader-dao/src/main/resources/NOTICE.txt URL: http://svn.apache.org/viewvc/struts/struts1/trunk/
svn commit: r499294 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/config/ test/java/org/apache/struts2/config/
Author: mrdon Date: Tue Jan 23 23:33:24 2007 New Revision: 499294 URL: http://svn.apache.org/viewvc?view=rev&rev=499294 Log: Moved processing of localization files from struts.properties to any usual properties setting technique (web.xml, struts.properties, struts.xml) WW-1668 Added: struts/struts2/trunk/core/src/test/java/org/apache/struts2/config/BeanSelectionProviderTest.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/BeanSelectionProvider.java struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/DefaultSettings.java struts/struts2/trunk/core/src/test/java/org/apache/struts2/config/SettingsTest.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/BeanSelectionProvider.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/BeanSelectionProvider.java?view=diff&rev=499294&r1=499293&r2=499294 == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/BeanSelectionProvider.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/BeanSelectionProvider.java Tue Jan 23 23:33:24 2007 @@ -21,6 +21,7 @@ package org.apache.struts2.config; import java.util.Properties; +import java.util.StringTokenizer; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; @@ -43,6 +44,7 @@ import com.opensymphony.xwork2.inject.Inject; import com.opensymphony.xwork2.inject.Scope; import com.opensymphony.xwork2.util.ClassLoaderUtil; +import com.opensymphony.xwork2.util.LocalizedTextUtil; import com.opensymphony.xwork2.util.ObjectTypeDeterminer; import com.opensymphony.xwork2.util.ObjectTypeDeterminerFactory; import com.opensymphony.xwork2.util.XWorkConverter; @@ -166,6 +168,26 @@ props.setProperty("devMode", "true"); } else { props.setProperty("devMode", "false"); +} + +// TODO: This should be moved to XWork after 2.0.4 +// struts.custom.i18n.resources +try { + + LocalizedTextUtil.addDefaultResourceBundle("org/apache/struts2/struts-messages"); +StringTokenizer customBundles = new StringTokenizer(props.getProperty(StrutsConstants.STRUTS_CUSTOM_I18N_RESOURCES), ", "); + +while (customBundles.hasMoreTokens()) { +String name = customBundles.nextToken(); +try { +LOG.info("Loading global messages from " + name); +LocalizedTextUtil.addDefaultResourceBundle(name); +} catch (Exception e) { +LOG.error("Could not find messages file " + name + ".properties. Skipping"); +} +} +} catch (IllegalArgumentException e) { +// Assume it's OK, since many applications do not provide custom resource bundles. } } Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/DefaultSettings.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/DefaultSettings.java?view=diff&rev=499294&r1=499293&r2=499294 == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/DefaultSettings.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/DefaultSettings.java Tue Jan 23 23:33:24 2007 @@ -94,24 +94,6 @@ // like the struts.custom.properties, which is commented out } -// struts.custom.i18n.resources -try { - - LocalizedTextUtil.addDefaultResourceBundle("org/apache/struts2/struts-messages"); -StringTokenizer customBundles = new StringTokenizer(delegate.getImpl(StrutsConstants.STRUTS_CUSTOM_I18N_RESOURCES), ", "); - -while (customBundles.hasMoreTokens()) { -String name = customBundles.nextToken(); -try { -log.info("DefaultSettings: Loading global messages from " + name); -LocalizedTextUtil.addDefaultResourceBundle(name); -} catch (Exception e) { -log.error("DefaultSettings: Could not find " + name + ".properties. Skipping"); -} -} -} catch (IllegalArgumentException e) { -// Assume it's OK, since many applications do not provide custom resource bundles. -} } // See superclass for Javadoc Added: struts/struts2/trunk/core/src/test/java/org/apache/struts2/config/BeanSelectionProviderTest.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/java/org/apache/struts2/config/BeanSelectionProviderTest.java?view=auto&rev=499294 == --- struts/