[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - OpenJPA (openjpa) http://cwiki.apache.org/confluence/display/openjpa | |-Pages Added or Edited in This Space |-- JPA 2.0 Roadmap was last edited by techhusky (12:32 PM). | http://cwiki.apache.org/confluence/display/openjpa/JPA+2.0+Roadmap Apache Camel (CAMEL) http://cwiki.apache.org/confluence/display/CAMEL | |-Pages Added or Edited in This Space |-- Tutorial-Example-ReportIncident-Part1 was last edited by hadr...@apache.org (06:06 PM). | http://cwiki.apache.org/confluence/display/CAMEL/Tutorial-Example-ReportIncident-Part1 |-- Velocity was last edited by davsclaus (09:45 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Velocity |-- CXF was last edited by wtam (08:00 AM). | http://cwiki.apache.org/confluence/display/CAMEL/CXF |-- Enterprise Integration Patterns was last edited by janstey (06:50 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Enterprise+Integration+Patterns |-- Detour was created by janstey (06:37 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Detour |-- Tracer was last edited by davsclaus (04:49 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Tracer |-- JBI was last edited by davsclaus (03:57 AM). | http://cwiki.apache.org/confluence/display/CAMEL/JBI |-- HTTP was last edited by davsclaus (12:33 AM). | http://cwiki.apache.org/confluence/display/CAMEL/HTTP Apache ActiveMQ CPP (AMQCPP) http://cwiki.apache.org/confluence/display/AMQCPP | |-Pages Added or Edited in This Space |-- ActiveMQ-CPP 2.2.4 Release was created by tabish121 (02:10 PM). | http://cwiki.apache.org/confluence/display/AMQCPP/ActiveMQ-CPP+2.2.4+Release Apache Geronimo Project Management (GMOxPMGT) http://cwiki.apache.org/confluence/display/GMOxPMGT | |-Pages Added or Edited in This Space |-- Geronimo 2.1.4 Release Status was last edited by gawor (02:06 PM). | http://cwiki.apache.org/confluence/display/GMOxPMGT/Geronimo+2.1.4+Release+Status |-- Geronimo 2.2 Release Status was last edited by jbohn (06:06 AM). | http://cwiki.apache.org/confluence/display/GMOxPMGT/Geronimo+2.2+Release+Status Apache ServiceMix Kernel (SMX4KNL) http://cwiki.apache.org/confluence/display/SMX4KNL | |-Pages Added or Edited in This Space |-- 4.4. Deployer was last edited by gnodet (02:14 AM). | http://cwiki.apache.org/confluence/display/SMX4KNL/4.4.+Deployer Apache Wicket Website (WICKETxSITE) http://cwiki.apache.org/confluence/display/WICKETxSITE | |-Pages Added or Edited in This Space |-- News was last edited by thrantal (07:52 PM). | http://cwiki.apache.org/confluence/display/WICKETxSITE/News |-- Index was last edited by thrantal (07:50 PM). | http://cwiki.apache.org/confluence/display/WICKETxSITE/Index Apache Struts 2 Wiki (S2WIKI) http://cwiki.apache.org/confluence/display/S2WIKI | |-Pages Added or Edited in This Space |-- 2.1 to 2.5 Roadmap was last edited by go4m...@gmail.com (03:19 AM). | http://cwiki.apache.org/confluence/display/S2WIKI/2.1+to+2.5+Roadmap Apache Felix (FELIX) http://cwiki.apache.org/confluence/display/FELIX | |-Pages Added or Edited in This Space |-- apache-felix-ipojo-successstories was last edited by clement.escoffier (11:42 PM). | http://cwiki.apache.org/confluence/display/FELIX/apache-felix-ipojo-successstories |-- Presentations was last edited by marrs (12:41 PM). | http://cwiki.apache.org/confluence/display/FELIX/Presentations |-- Apache Felix iPOJO was last edited by clement.escoffier (05:47 AM). | http://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+iPOJO |-- apache-felix-ipojo-menu was last edited by clement.escoffier (05:42 AM). | http://cwiki.apache.org/confluence/display/FELIX/apache-felix-ipojo-menu |-- iPOJO FAQ was last edited by clement.escoffier (12:46 AM). | http://cwiki.apache.org/confluence/display/FELIX/iPOJO+FAQ |-- apache-felix-ipojo-api was created by clement.escoffier (12:37 AM). | http://cwiki.apache.org/confluence/display/FELIX/apache-felix-ipojo-api Apache Etch (ETCH) http://cwiki.apache.org/confluence/display/ETCH | |-Pages Added or Edited in This Space |-- Etch Name Service Listener Details was last edited by manojganesan (02:24 PM). | http://cwiki.apache.org/confluence/display/ETCH/Etch+Name+Service+Listener+Details Apache Qpid (qpid) http://cwiki.apache.org/confluence/display/qpid | |-Pages Added or Edited in This Space |-- Example guide was created by rajith (04:24 PM). | http://cwiki.apache.org/confluence/display/qpid/Example+guide |-- DocumentationB was created by rajith (03:56 PM). | http://cwiki.apache.org/confluence/display/qpid/DocumentationB |-- Documentation was last edited by rajith (03:54 PM). | http://cwiki.apache.org/confluence/display
svn commit: r743366 - in /struts/struts2/trunk/plugins/convention/src: main/java/org/apache/struts2/convention/ main/resources/ test/java/org/apache/struts2/convention/
Author: musachy Date: Wed Feb 11 15:53:17 2009 New Revision: 743366 URL: http://svn.apache.org/viewvc?rev=743366&view=rev Log: WW-2994 Add extension points for Convention plugin classes Added: struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/ConventionConstants.java Modified: struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/ClasspathConfigurationProvider.java struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/ClasspathPackageProvider.java struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/ConventionUnknownHandler.java struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/DefaultResultMapBuilder.java struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/PackageBasedActionConfigBuilder.java struts/struts2/trunk/plugins/convention/src/main/resources/struts-plugin.xml struts/struts2/trunk/plugins/convention/src/test/java/org/apache/struts2/convention/DefaultResultMapBuilderTest.java struts/struts2/trunk/plugins/convention/src/test/java/org/apache/struts2/convention/PackageBasedActionConfigBuilderTest.java Modified: struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/ClasspathConfigurationProvider.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/ClasspathConfigurationProvider.java?rev=743366&r1=743365&r2=743366&view=diff == --- struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/ClasspathConfigurationProvider.java (original) +++ struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/ClasspathConfigurationProvider.java Wed Feb 11 15:53:17 2009 @@ -25,6 +25,7 @@ import com.opensymphony.xwork2.config.ConfigurationProvider; import com.opensymphony.xwork2.inject.ContainerBuilder; import com.opensymphony.xwork2.inject.Inject; +import com.opensymphony.xwork2.inject.Container; import com.opensymphony.xwork2.util.location.LocatableProperties; import org.apache.struts2.dispatcher.DispatcherListener; import org.apache.struts2.dispatcher.Dispatcher; @@ -42,8 +43,8 @@ private boolean listeningToDispatcher; @Inject -public ClasspathConfigurationProvider(ActionConfigBuilder actionConfigBuilder) { -this.actionConfigBuilder = actionConfigBuilder; +public ClasspathConfigurationProvider(Container container) { +this.actionConfigBuilder = container.getInstance(ActionConfigBuilder.class, container.getInstance(String.class, ConventionConstants.CONVENTION_ACTION_CONFIG_BUILDER)); } @Inject(StrutsConstants.STRUTS_DEVMODE) Modified: struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/ClasspathPackageProvider.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/ClasspathPackageProvider.java?rev=743366&r1=743365&r2=743366&view=diff == --- struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/ClasspathPackageProvider.java (original) +++ struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/ClasspathPackageProvider.java Wed Feb 11 15:53:17 2009 @@ -23,6 +23,7 @@ import com.opensymphony.xwork2.config.Configuration; import com.opensymphony.xwork2.config.ConfigurationException; import com.opensymphony.xwork2.inject.Inject; +import com.opensymphony.xwork2.inject.Container; /** * @@ -37,8 +38,8 @@ private ActionConfigBuilder actionConfigBuilder; @Inject -public ClasspathPackageProvider(ActionConfigBuilder actionConfigBuilder) { -this.actionConfigBuilder = actionConfigBuilder; +public ClasspathPackageProvider(Container container) { +this.actionConfigBuilder = container.getInstance(ActionConfigBuilder.class, container.getInstance(String.class, ConventionConstants.CONVENTION_ACTION_CONFIG_BUILDER)); } public void init(Configuration configuration) throws ConfigurationException { Added: struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/ConventionConstants.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/ConventionConstants.java?rev=743366&view=auto == --- struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/ConventionConstants.java (added) +++ struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/ConventionConstants.java Wed Feb 11 15:53:17 2009 @@ -0,0 +1,32 @@
[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 732 has FAILED (0 tests failed). Change made by Musachy Barroso
--- STRUTS-MAINJ6-732 failed. --- Code has been updated by Musachy Barroso. No failed tests found, a possible compilation error. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-732/ -- Code Changes -- Musachy Barroso (743366): >WW-2994 Add extension points for Convention plugin classes -- Error Summary -- [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. No versions are present in the repository for the artifact with a range [1.02b,) com.lowagie:itext:jar:null from the specified remote repositories: apache.snapshots (http://people.apache.org/maven-snapshot-repository), central (https://m2proxy.atlassian.com/repository/public) [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo
[OSS Bamboo] Struts 2 SVN - Main Build build 1023 has FAILED (0 tests failed). Change made by Musachy Barroso
--- STRUTS-MAIN-1023 failed. --- Code has been updated by Musachy Barroso. No failed tests found, a possible compilation error. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1023/ -- Code Changes -- Musachy Barroso (743366): >WW-2994 Add extension points for Convention plugin classes -- Error Summary -- [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. No versions are present in the repository for the artifact with a range [1.02b,) com.lowagie:itext:jar:null from the specified remote repositories: central (https://m2proxy.atlassian.com/repository/public), apache.snapshots (http://people.apache.org/maven-snapshot-repository) [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo
[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 733 has FAILED (0 tests failed)
--- STRUTS-MAINJ6-733 failed. --- This build occured because it is a dependant of XWORK-MAIN-312. No failed tests found, a possible compilation error. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-733/ -- Error Summary -- [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. No versions are present in the repository for the artifact with a range [1.02b,) com.lowagie:itext:jar:null from the specified remote repositories: apache.snapshots (http://people.apache.org/maven-snapshot-repository), central (https://m2proxy.atlassian.com/repository/public) [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo
[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 734 has FAILED (0 tests failed)
--- STRUTS-MAINJ6-734 failed. --- This build occured because it is a dependant of XWORK-MAIN-313. No failed tests found, a possible compilation error. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-734/ -- Error Summary -- [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. No versions are present in the repository for the artifact with a range [1.02b,) com.lowagie:itext:jar:null from the specified remote repositories: apache.snapshots (http://people.apache.org/maven-snapshot-repository), central (https://m2proxy.atlassian.com/repository/public) [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo