[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - Apache Abdera (ABDERA) http://cwiki.apache.org/confluence/display/ABDERA | |-Pages Added or Edited in This Space |-- Miscellaneous was created by rooneg (01:36 PM). | http://cwiki.apache.org/confluence/display/ABDERA/Miscellaneous |-- Examples was created by rooneg (01:36 PM). | http://cwiki.apache.org/confluence/display/ABDERA/Examples |-- Downloads was created by rooneg (01:36 PM). | http://cwiki.apache.org/confluence/display/ABDERA/Downloads |-- Navigation was created by dandiep (01:14 PM). | http://cwiki.apache.org/confluence/display/ABDERA/Navigation |-- References was created by dandiep (01:18 PM). | http://cwiki.apache.org/confluence/display/ABDERA/References |-- Index was last edited by dandiep (01:17 PM). | http://cwiki.apache.org/confluence/display/ABDERA/Index |-- Spring Integration was created by dandiep (05:33 AM). | http://cwiki.apache.org/confluence/display/ABDERA/Spring+Integration |-- Documentation was created by dandiep (05:15 AM). | http://cwiki.apache.org/confluence/display/ABDERA/Documentation Apache Struts 2 Documentation (WW) http://cwiki.apache.org/confluence/display/WW | |-Pages Added or Edited in This Space |-- Struts 1 Plugin was last edited by [EMAIL PROTECTED] (09:45 AM). | http://cwiki.apache.org/confluence/display/WW/Struts+1+Plugin |-- Tutorials was last edited by husted (05:42 AM). | http://cwiki.apache.org/confluence/display/WW/Tutorials |-- Home was last edited by husted (05:41 AM). | http://cwiki.apache.org/confluence/display/WW/Home Apache Wicket Website (WICKETxSITE) http://cwiki.apache.org/confluence/display/WICKETxSITE | |-Pages Added or Edited in This Space |-- Examples was last edited by gwynevans (08:14 AM). | http://cwiki.apache.org/confluence/display/WICKETxSITE/Examples Apache Geronimo v1.0 (GMOxDOC10) http://cwiki.apache.org/confluence/display/GMOxDOC10 | |-Pages Added or Edited in This Space |-- JBoss to Geronimo - JDBC Migration was last edited by ginemesis (07:57 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC10/JBoss+to+Geronimo+-+JDBC+Migration Apache Tuscany (TUSCANY) http://cwiki.apache.org/confluence/display/TUSCANY | |-Pages Added or Edited in This Space |-- Java SCA 1.0 Release Contents was last edited by haleh (02:05 PM). | http://cwiki.apache.org/confluence/display/TUSCANY/Java+SCA+1.0+Release+Contents Apache Wicket (WICKET) http://cwiki.apache.org/confluence/display/WICKET | |-Pages Added or Edited in This Space |-- Documentation Index was last edited by ivaynberg (04:17 PM). | http://cwiki.apache.org/confluence/display/WICKET/Documentation+Index |-- How to make NavigationToolbar hide paging components at limits was created by srufle (11:34 AM). | http://cwiki.apache.org/confluence/display/WICKET/How+to+make+NavigationToolbar+hide+paging+components+at+limits |-- How to create dynamic image overlays was last edited by aangenieux (02:13 AM). | http://cwiki.apache.org/confluence/display/WICKET/How+to+create+dynamic+image+overlays |-- CSS-enabled feedback panel was last edited by rkaercher (01:53 AM). | http://cwiki.apache.org/confluence/display/WICKET/CSS-enabled+feedback+panel |-- Bookmarkable pages and links was last edited by [EMAIL PROTECTED] (12:04 AM). | http://cwiki.apache.org/confluence/display/WICKET/Bookmarkable+pages+and+links Apache Felix (FELIX) http://cwiki.apache.org/confluence/display/FELIX | |-Pages Added or Edited in This Space |-- Maven SCR Plugin was last edited by [EMAIL PROTECTED] (08:09 AM). | http://cwiki.apache.org/confluence/display/FELIX/Maven+SCR+Plugin OpenEJB (OPENEJB) http://cwiki.apache.org/confluence/display/OPENEJB | |-Pages Added or Edited in This Space |-- New in OpenEJB 3.0 was created by dblevins (05:14 PM). | http://cwiki.apache.org/confluence/display/OPENEJB/New+in+OpenEJB+3.0 Apache ActiveMQ (ACTIVEMQ) http://cwiki.apache.org/confluence/display/ACTIVEMQ | |-Pages Added or Edited in This Space |-- Failover Transport Reference was last edited by [EMAIL PROTECTED] (01:13 PM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/Failover+Transport+Reference Apache Geronimo v2.0 (GMOxDOC20) http://cwiki.apache.org/confluence/display/GMOxDOC20 | |-Pages Added or Edited in This Space |-- Migrating to Apache Geronimo was last edited by ginemesis (09:12 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC20/Migrating+to+Apache+Geronimo |-- JBoss to Geronimo - JDBC Migration was last edited by ginemesis (09:12 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC20/JBoss+to+Geronimo+-+JDBC+Migration Apache Directory SandBox (DIRxSBOX) http://cwiki.apache.org/confluence/display/DIRxSBOX | |-Pages
svn commit: r573454 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/config/ main/java/org/apache/struts2/dispatcher/ main/java/org/apache/struts2/util/ test/java/org/apache/struts2/c
Author: mrdon Date: Thu Sep 6 21:43:05 2007 New Revision: 573454 URL: http://svn.apache.org/viewvc?rev=573454&view=rev Log: Updating classes to match new XWork type conversion API XW-561 Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/BeanSelectionProvider.java struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java struts/struts2/trunk/core/src/main/java/org/apache/struts2/util/StrutsTypeConverter.java struts/struts2/trunk/core/src/test/java/org/apache/struts2/components/PropertyTest.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?rev=573454&r1=573453&r2=573454&view=diff == --- 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 Thu Sep 6 21:43:05 2007 @@ -38,6 +38,8 @@ import com.opensymphony.xwork2.config.Configuration; import com.opensymphony.xwork2.config.ConfigurationException; import com.opensymphony.xwork2.config.ConfigurationProvider; +import com.opensymphony.xwork2.conversion.ObjectTypeDeterminer; +import com.opensymphony.xwork2.conversion.impl.XWorkConverter; import com.opensymphony.xwork2.inject.Container; import com.opensymphony.xwork2.inject.ContainerBuilder; import com.opensymphony.xwork2.inject.Context; @@ -45,8 +47,6 @@ 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.XWorkConverter; import com.opensymphony.xwork2.util.location.LocatableProperties; /** Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java?rev=573454&r1=573453&r2=573454&view=diff == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java Thu Sep 6 21:43:05 2007 @@ -59,12 +59,12 @@ import com.opensymphony.xwork2.config.ConfigurationManager; import com.opensymphony.xwork2.config.ConfigurationProvider; import com.opensymphony.xwork2.config.providers.XmlConfigurationProvider; +import com.opensymphony.xwork2.conversion.ObjectTypeDeterminer; +import com.opensymphony.xwork2.conversion.ObjectTypeDeterminerFactory; import com.opensymphony.xwork2.inject.Container; import com.opensymphony.xwork2.inject.ContainerBuilder; import com.opensymphony.xwork2.inject.Inject; import com.opensymphony.xwork2.util.LocalizedTextUtil; -import com.opensymphony.xwork2.util.ObjectTypeDeterminer; -import com.opensymphony.xwork2.util.ObjectTypeDeterminerFactory; import com.opensymphony.xwork2.util.ValueStack; import com.opensymphony.xwork2.util.ValueStackFactory; import com.opensymphony.xwork2.util.location.Location; Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/util/StrutsTypeConverter.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/util/StrutsTypeConverter.java?rev=573454&r1=573453&r2=573454&view=diff == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/util/StrutsTypeConverter.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/util/StrutsTypeConverter.java Thu Sep 6 21:43:05 2007 @@ -22,7 +22,7 @@ import java.util.Map; -import ognl.DefaultTypeConverter; +import com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter; /** * Modified: struts/struts2/trunk/core/src/test/java/org/apache/struts2/components/PropertyTest.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/java/org/apache/struts2/components/PropertyTest.java?rev=573454&r1=573453&r2=573454&view=diff == --- struts/struts2/trunk/core/src/test/java/org/apache/struts2/components/PropertyTest.java (original) +++ struts/struts2/trunk/core/src/test/java/org/apache/struts2/components/PropertyTest.java Thu Sep 6 21:43:05 2007 @@ -28,9 +28,9 @@ import org.apache.struts2.util.StrutsTypeConverter; +import com.opensymphony.xwork2.conversion.impl.XWorkConverter; import com.opensymphony.xwork2.util.ValueStack; import com.opensymphony.xwork2.util.ValueStackFactory; -import com.opensymphony.xwork2.util.XWor
svn commit: r573461 - in /struts/struts2/trunk: core/src/main/resources/struts-default.xml plugins/config-browser/src/main/java/org/apache/struts2/config_browser/ShowBeansAction.java
Author: mrdon Date: Thu Sep 6 22:20:55 2007 New Revision: 573461 URL: http://svn.apache.org/viewvc?rev=573461&view=rev Log: Fixing references to xwork type system XW-561 Modified: struts/struts2/trunk/core/src/main/resources/struts-default.xml struts/struts2/trunk/plugins/config-browser/src/main/java/org/apache/struts2/config_browser/ShowBeansAction.java Modified: struts/struts2/trunk/core/src/main/resources/struts-default.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/struts-default.xml?rev=573461&r1=573460&r2=573461&view=diff == --- struts/struts2/trunk/core/src/main/resources/struts-default.xml (original) +++ struts/struts2/trunk/core/src/main/resources/struts-default.xml Thu Sep 6 22:20:55 2007 @@ -33,9 +33,9 @@ - - - + + + @@ -55,8 +55,8 @@ - - + + @@ -65,7 +65,7 @@ - + Modified: struts/struts2/trunk/plugins/config-browser/src/main/java/org/apache/struts2/config_browser/ShowBeansAction.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/config-browser/src/main/java/org/apache/struts2/config_browser/ShowBeansAction.java?rev=573461&r1=573460&r2=573461&view=diff == --- struts/struts2/trunk/plugins/config-browser/src/main/java/org/apache/struts2/config_browser/ShowBeansAction.java (original) +++ struts/struts2/trunk/plugins/config-browser/src/main/java/org/apache/struts2/config_browser/ShowBeansAction.java Thu Sep 6 22:20:55 2007 @@ -35,10 +35,10 @@ import com.opensymphony.xwork2.ActionProxyFactory; import com.opensymphony.xwork2.ObjectFactory; import com.opensymphony.xwork2.TextProvider; +import com.opensymphony.xwork2.conversion.ObjectTypeDeterminer; +import com.opensymphony.xwork2.conversion.impl.XWorkConverter; import com.opensymphony.xwork2.inject.Container; import com.opensymphony.xwork2.inject.Inject; -import com.opensymphony.xwork2.util.ObjectTypeDeterminer; -import com.opensymphony.xwork2.util.XWorkConverter; /** * Shows the beans loaded by the internal Guice container. Only shows beans that are recognized by Struts as official