[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 | |-New Comments in This Space |-- http://cwiki.apache.org/confluence/display/GMOxDEV/Spec+Versioning (1) Felix (FELIX) http://cwiki.apache.org/confluence/display/FELIX | |-Pages Added or Edited in This Space |-- Subproject Source Header Updates was last edited by [EMAIL PROTECTED] (05:59 AM). | http://cwiki.apache.org/confluence/display/FELIX/Subproject+Source+Header+Updates Apache Geronimo Documentation (geronimo) http://cwiki.apache.org/confluence/display/geronimo | |-Pages Added or Edited in This Space |-- Index was last edited by hcunico (11:57 AM). | http://cwiki.apache.org/confluence/display/geronimo/Index Apache Geronimo Project Management (GMOxPMGT) http://cwiki.apache.org/confluence/display/GMOxPMGT | |-Pages Added or Edited in This Space |-- Geronimo Release Roadmap was last edited by mcconne (02:01 PM). | http://cwiki.apache.org/confluence/display/GMOxPMGT/Geronimo+Release+Roadmap Apache Geronimo v1.1 (GMOxDOC11) http://cwiki.apache.org/confluence/display/GMOxDOC11 | |-Pages Added or Edited in This Space |-- Ejemplo muy simple de Session EJB was created by [EMAIL PROTECTED] (05:41 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC11/Ejemplo+muy+simple+de+Session+EJB |-- Aplicaciones ejemplo was last edited by [EMAIL PROTECTED] (05:05 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC11/Aplicaciones+ejemplo |-- geronimo-connector-1.1.xsd was last edited by [EMAIL PROTECTED] (12:31 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC11/geronimo-connector-1.1.xsd Apache Struts 2 Documentation (WW) http://cwiki.apache.org/confluence/display/WW | |-Pages Added or Edited in This Space |-- Release Plan 2.0.1 was last edited by husted (05:22 PM). | http://cwiki.apache.org/confluence/display/WW/Release+Plan+2.0.1 Apache Directory Server v1.0 Documentation (DIRxSRVx10) http://cwiki.apache.org/confluence/display/DIRxSRVx10 | |-Pages Added or Edited in This Space |-- BindRequest was created by elecharny (02:14 AM). | http://cwiki.apache.org/confluence/display/DIRxSRVx10/BindRequest |-- Ldap ASN.1 Codec was created by elecharny (02:03 AM). | http://cwiki.apache.org/confluence/display/DIRxSRVx10/Ldap+ASN.1+Codec |-- ASN.1 Codec was created by elecharny (02:01 AM). | http://cwiki.apache.org/confluence/display/DIRxSRVx10/ASN.1+Codec CeltiXfire (CXF) http://cwiki.apache.org/confluence/display/CXF | |-Pages Added or Edited in This Space |-- Configuration of Runtime Constructed Objects was created by andreasmyth (04:32 AM). | http://cwiki.apache.org/confluence/display/CXF/Configuration+of+Runtime+Constructed+Objects |-- Architecture Guide was last edited by andreasmyth (04:42 AM). | http://cwiki.apache.org/confluence/display/CXF/Architecture+Guide |-- Configuration of the Bus was created by andreasmyth (04:28 AM). | http://cwiki.apache.org/confluence/display/CXF/Configuration+of+the+Bus Apache Ode (ODExSITE) http://cwiki.apache.org/confluence/display/ODExSITE | |-Pages Added or Edited in This Space |-- BPEL IP was created by mriou (11:32 AM). | http://cwiki.apache.org/confluence/display/ODExSITE/BPEL+IP Apache Geronimo v1.0 (GMOxDOC10) http://cwiki.apache.org/confluence/display/GMOxDOC10 | |-Pages Added or Edited in This Space |-- Persistence layers was last edited by bsnyder (09:00 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC10/Persistence+layers - 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
svn commit: r453564 - in /struts/sandbox/trunk/tiles: src/site/fml/faq.fml tiles-core/src/main/java/org/apache/tiles/taglib/GetTag.java tiles-core/src/main/resources/META-INF/tiles-core.tld
Author: apetrelli Date: Fri Oct 6 04:58:20 2006 New Revision: 453564 URL: http://svn.apache.org/viewvc?view=rev&rev=453564 Log: SB-21 Removed and GetTag and added a FAQ entry to explain how to replace that tag in existing code. Removed: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/GetTag.java Modified: struts/sandbox/trunk/tiles/src/site/fml/faq.fml struts/sandbox/trunk/tiles/tiles-core/src/main/resources/META-INF/tiles-core.tld Modified: struts/sandbox/trunk/tiles/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/src/site/fml/faq.fml?view=diff&rev=453564&r1=453563&r2=453564 == --- struts/sandbox/trunk/tiles/src/site/fml/faq.fml (original) +++ struts/sandbox/trunk/tiles/src/site/fml/faq.fml Fri Oct 6 04:58:20 2006 @@ -19,6 +19,18 @@ Tiles 2 Taglib + +What happened to <tiles:get> tag? + + +The <tiles:get> has been removed, +along with its class GetTag. Use +<tiles:insert> instead, +eventually specifiying ignore="true", that was +the default in <tiles:get>. + + + What happened to 'attribute' and 'definition'? Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/resources/META-INF/tiles-core.tld URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/resources/META-INF/tiles-core.tld?view=diff&rev=453564&r1=453563&r2=453564 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/resources/META-INF/tiles-core.tld (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/resources/META-INF/tiles-core.tld Fri Oct 6 04:58:20 2006 @@ -351,68 +351,6 @@ - get - org.apache.tiles.taglib.GetTag - empty - - - - - name - true - true - - - - - - ignore - false - true - boolean - - - - - - flush - false - false - boolean - - - - - - role - false - true - - - - - - getAsString org.apache.tiles.taglib.GetAttributeTag empty
svn commit: r453688 - /struts/struts1/trunk/pom.xml
Author: niallp Date: Fri Oct 6 10:21:05 2006 New Revision: 453688 URL: http://svn.apache.org/viewvc?view=rev&rev=453688 Log: STR-2952 The "addDefaultSpecificationEntries" entries recently added (revision 450320) requires version 2.1 of the maven jar plugin Modified: struts/struts1/trunk/pom.xml Modified: struts/struts1/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/pom.xml?view=diff&rev=453688&r1=453687&r2=453688 == --- struts/struts1/trunk/pom.xml (original) +++ struts/struts1/trunk/pom.xml Fri Oct 6 10:21:05 2006 @@ -170,6 +170,7 @@ maven-jar-plugin +2.1
svn commit: r453692 - /struts/struts1/trunk/core/src/main/java/org/apache/struts/config/FormPropertyConfig.java
Author: niallp Date: Fri Oct 6 10:24:01 2006 New Revision: 453692 URL: http://svn.apache.org/viewvc?view=rev&rev=453692 Log: Fix for STR-2958 - ClassNotFoundExceptions are swallowed by FormPropertyConfig Modified: struts/struts1/trunk/core/src/main/java/org/apache/struts/config/FormPropertyConfig.java Modified: struts/struts1/trunk/core/src/main/java/org/apache/struts/config/FormPropertyConfig.java URL: http://svn.apache.org/viewvc/struts/struts1/trunk/core/src/main/java/org/apache/struts/config/FormPropertyConfig.java?view=diff&rev=453692&r1=453691&r2=453692 == --- struts/struts1/trunk/core/src/main/java/org/apache/struts/config/FormPropertyConfig.java (original) +++ struts/struts1/trunk/core/src/main/java/org/apache/struts/config/FormPropertyConfig.java Fri Oct 6 10:24:01 2006 @@ -29,8 +29,7 @@ *element in a Struts configuration * file. * - * @version $Rev$ $Date: 2005-11-12 11:52:08 -0500 (Sat, 12 Nov 2005) - * $ + * @version $Rev$ $Date: 2005-11-12 11:52:08 -0500 (Sat, 12 Nov 2005)$ * @since Struts 1.1 */ public class FormPropertyConfig extends BaseConfig { @@ -255,7 +254,9 @@ try { baseClass = classLoader.loadClass(baseType); -} catch (Throwable t) { +} catch (ClassNotFoundException ex) { +log.error("Class '" + baseType + + "' not found for property '" + name + "'"); baseClass = null; } }
svn commit: r453706 - /struts/struts1/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/config/FormPropertyConfig.java
Author: niallp Date: Fri Oct 6 10:48:30 2006 New Revision: 453706 URL: http://svn.apache.org/viewvc?view=rev&rev=453706 Log: Port Fix for STR-2958 to 1.2.x Branch - ClassNotFoundExceptions are swallowed by FormPropertyConfig Modified: struts/struts1/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/config/FormPropertyConfig.java Modified: struts/struts1/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/config/FormPropertyConfig.java URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/config/FormPropertyConfig.java?view=diff&rev=453706&r1=453705&r2=453706 == --- struts/struts1/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/config/FormPropertyConfig.java (original) +++ struts/struts1/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/config/FormPropertyConfig.java Fri Oct 6 10:48:30 2006 @@ -224,7 +224,9 @@ } try { baseClass = classLoader.loadClass(baseType); -} catch (Throwable t) { +} catch (ClassNotFoundException ex) { +log.error("Class '" + baseType + + "' not found for property '" + name + "'"); baseClass = null; } }
svn commit: r453713 - /struts/struts1/branches/STRUTS_1_2_BRANCH/doc/faqs/database.xml
Author: niallp Date: Fri Oct 6 10:58:03 2006 New Revision: 453713 URL: http://svn.apache.org/viewvc?view=rev&rev=453713 Log: Correct database FAQ to indicate that DataSource was removed in Struts 1.3.x Modified: struts/struts1/branches/STRUTS_1_2_BRANCH/doc/faqs/database.xml Modified: struts/struts1/branches/STRUTS_1_2_BRANCH/doc/faqs/database.xml URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_2_BRANCH/doc/faqs/database.xml?view=diff&rev=453713&r1=453712&r2=453713 == --- struts/struts1/branches/STRUTS_1_2_BRANCH/doc/faqs/database.xml (original) +++ struts/struts1/branches/STRUTS_1_2_BRANCH/doc/faqs/database.xml Fri Oct 6 10:58:03 2006 @@ -155,9 +155,9 @@ manager should only be used with legacy business classes that don't provide their own connectivity. When possible, we strongly recommend use of the standard DAO pattern, so that the Action classes do not need to know -anything about the persitence mechanism. The DataSource manager is being -retained in Struts 1.x for backward compatibility but may not be retained -in Struts 2.x or later. +anything about the persitence mechanism. The DataSource manager is +retained in Struts 1.2.x for backward compatibility but has been removed +in Struts 1.3.x.
svn commit: r453795 - in /struts/struts2/trunk: apps/showcase/quickstart.xml apps/showcase/src/main/webapp/integration/modelDriven.jsp assembly/src/main/assembly/all.xml core/src/site/site.xml core/sr
Author: husted Date: Fri Oct 6 15:29:41 2006 New Revision: 453795 URL: http://svn.apache.org/viewvc?view=rev&rev=453795 Log: WW-1453 Remove some residual references to the extras module. Modified: struts/struts2/trunk/apps/showcase/quickstart.xml struts/struts2/trunk/apps/showcase/src/main/webapp/integration/modelDriven.jsp struts/struts2/trunk/assembly/src/main/assembly/all.xml struts/struts2/trunk/core/src/site/site.xml struts/struts2/trunk/core/src/site/xdoc/jxr.xml Modified: struts/struts2/trunk/apps/showcase/quickstart.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/quickstart.xml?view=diff&rev=453795&r1=453794&r2=453795 == --- struts/struts2/trunk/apps/showcase/quickstart.xml (original) +++ struts/struts2/trunk/apps/showcase/quickstart.xml Fri Oct 6 15:29:41 2006 @@ -12,7 +12,7 @@ users who don't have a single directory in their project that contains all the libraries they need. --> - ../../../xwork/xwork.iml,../../core/struts2-core.iml,../../extras/struts2-extras.iml,struts2-showcase.iml + ../../../xwork/xwork.iml,../../core/struts2-core.iml,struts2-showcase.iml /showcase @@ -49,7 +49,6 @@ src/main/resources target/classes ../../core/target/classes -../../extras/target/classes Modified: struts/struts2/trunk/core/src/site/site.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/site.xml?view=diff&rev=453795&r1=453794&r2=453795 == --- struts/struts2/trunk/core/src/site/site.xml (original) +++ struts/struts2/trunk/core/src/site/site.xml Fri Oct 6 15:29:41 2006 @@ -65,8 +65,8 @@ /> http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/xdoc/jxr.xml?view=diff&rev=453795&r1=453794&r2=453795 == --- struts/struts2/trunk/core/src/site/xdoc/jxr.xml (original) +++ struts/struts2/trunk/core/src/site/xdoc/jxr.xml Fri Oct 6 15:29:41 2006 @@ -30,9 +30,6 @@ Struts Core - - - Struts Extras
svn commit: r453803 - /struts/struts2/trunk/pom.xml
Author: mrdon Date: Fri Oct 6 16:07:34 2006 New Revision: 453803 URL: http://svn.apache.org/viewvc?view=rev&rev=453803 Log: Added toolbox to default profile Modified: struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?view=diff&rev=453803&r1=453802&r2=453803 == --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Fri Oct 6 16:07:34 2006 @@ -79,6 +79,7 @@ core api +toolbox