svn commit: r1461544 - /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.java

2013-03-27 Thread grobmeier
Author: grobmeier
Date: Wed Mar 27 12:05:52 2013
New Revision: 1461544

URL: http://svn.apache.org/r1461544
Log:
WW-4029: do not print stacktraces when an optional class could not be loaded

Modified:

struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.java

Modified: 
struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.java?rev=1461544&r1=1461543&r2=1461544&view=diff
==
--- 
struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.java
 (original)
+++ 
struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.java
 Wed Mar 27 12:05:52 2013
@@ -245,7 +245,7 @@ public class XmlConfigurationProvider im
 throw new ConfigurationException("Unable to 
load bean: type:" + type + " class:" + impl, ex, childNode);
 } else {
 if (LOG.isDebugEnabled()) {
-LOG.debug("Unable to load optional class: 
#0", ex, impl);
+LOG.debug("Unable to load optional class: 
#0", impl);
 }
 }
 }




svn commit: r1461694 - in /struts/struts2/trunk/archetypes: struts2-archetype-blank/src/main/resources/archetype-resources/ struts2-archetype-convention/src/main/resources/archetype-resources/ struts2

2013-03-27 Thread mcucchiara
Author: mcucchiara
Date: Wed Mar 27 16:25:56 2013
New Revision: 1461694

URL: http://svn.apache.org/r1461694
Log:
WW-4030 - Blank, Convention and Starter archetype contains a wrong path

Modified:

struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml

struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml

struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml

Modified: 
struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml?rev=1461694&r1=1461693&r2=1461694&view=diff
==
--- 
struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
 Wed Mar 27 16:25:56 2013
@@ -74,7 +74,7 @@
 
 
 log4j.configuration
-
file:${basedir}/src/main/resources/log4j.properties
+
file:\${basedir}/src/main/resources/log4j.properties
 
 
 slf4j
@@ -82,10 +82,10 @@
 
 
 10
-
${basedir}/src/main/webapp/
+
\${basedir}/src/main/webapp/
 
 /struts2-blank
-
${basedir}/src/main/webapp/WEB-INF/web.xml
+
\${basedir}/src/main/webapp/WEB-INF/web.xml
 
 
 

Modified: 
struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml?rev=1461694&r1=1461693&r2=1461694&view=diff
==
--- 
struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml
 Wed Mar 27 16:25:56 2013
@@ -88,7 +88,7 @@
 
 
 log4j.configuration
-
file:${basedir}/src/main/resources/log4j.properties
+
file:\${basedir}/src/main/resources/log4j.properties
 
 
 slf4j
@@ -96,10 +96,10 @@
 
 
 10
-
${basedir}/src/main/webapp/
+
\${basedir}/src/main/webapp/
 
 /struts2-showcase
-
${basedir}/src/main/webapp/WEB-INF/web.xml
+
\${basedir}/src/main/webapp/WEB-INF/web.xml
 
 
 

Modified: 
struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml?rev=1461694&r1=1461693&r2=1461694&view=diff
==
--- 
struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
 Wed Mar 27 16:25:56 2013
@@ -97,7 +97,7 @@
 
 
 log4j.configuration
-
file:${basedir}/src/main/resources/log4j.properties
+
file:\${basedir}/src/main/resources/log4j.properties
 
 
 slf4j
@@ -105,10 +105,10 @@
 
 
 10
-
${basedir}/src/main/webapp/
+
\${basedir}/src/main/webapp/
 
 /struts2-showcase
-
${basedir}/src/main/webapp/WEB-INF/web.xml
+
\${basedir}/src/main/webapp/WEB-INF/web.xml
 
 
 




svn commit: r1461711 - in /struts/struts2/trunk/archetypes: struts2-archetype-blank/src/main/resources/META-INF/maven/archetype-metadata.xml struts2-archetype-convention/src/main/resources/META-INF/ma

2013-03-27 Thread mcucchiara
Author: mcucchiara
Date: Wed Mar 27 17:02:28 2013
New Revision: 1461711

URL: http://svn.apache.org/r1461711
Log:
WW-4031 - Missing log4j.properties inside convention and blank app archetypes

Modified:

struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/META-INF/maven/archetype-metadata.xml

struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/META-INF/maven/archetype-metadata.xml

Modified: 
struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/META-INF/maven/archetype-metadata.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1461711&r1=1461710&r2=1461711&view=diff
==
--- 
struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/META-INF/maven/archetype-metadata.xml
 (original)
+++ 
struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/META-INF/maven/archetype-metadata.xml
 Wed Mar 27 17:02:28 2013
@@ -18,7 +18,7 @@
 
   src/main/resources
   
-**/*package*.properties
+  **/*.properties
   
 
 

Modified: 
struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/META-INF/maven/archetype-metadata.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1461711&r1=1461710&r2=1461711&view=diff
==
--- 
struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/META-INF/maven/archetype-metadata.xml
 (original)
+++ 
struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/META-INF/maven/archetype-metadata.xml
 Wed Mar 27 17:02:28 2013
@@ -19,7 +19,7 @@
 
 src/main/resources
 
-**/*package*.properties
+**/*.properties
 
 
 




svn commit: r1461733 - in /struts/struts2/trunk/archetypes: struts2-archetype-blank/src/main/resources/META-INF/maven/archetype-metadata.xml struts2-archetype-convention/src/main/resources/META-INF/ma

2013-03-27 Thread mcucchiara
Author: mcucchiara
Date: Wed Mar 27 17:32:06 2013
New Revision: 1461733

URL: http://svn.apache.org/r1461733
Log:
WW-4031 - Missing log4j.properties inside convention and blank app archetypes 
(placed log4j file in the right dir)

Modified:

struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/META-INF/maven/archetype-metadata.xml

struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/META-INF/maven/archetype-metadata.xml

Modified: 
struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/META-INF/maven/archetype-metadata.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1461733&r1=1461732&r2=1461733&view=diff
==
--- 
struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/META-INF/maven/archetype-metadata.xml
 (original)
+++ 
struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/META-INF/maven/archetype-metadata.xml
 Wed Mar 27 17:32:06 2013
@@ -18,11 +18,18 @@
 
   src/main/resources
   
-  **/*.properties
+  **/*package*.properties
   
 
-
-
+
+  
+  src/main/resources
+  
+  log4j.properties
+  
+  
+
+  
   src/main/resources
   
 **/*-validation.xml

Modified: 
struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/META-INF/maven/archetype-metadata.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1461733&r1=1461732&r2=1461733&view=diff
==
--- 
struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/META-INF/maven/archetype-metadata.xml
 (original)
+++ 
struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/META-INF/maven/archetype-metadata.xml
 Wed Mar 27 17:32:06 2013
@@ -19,7 +19,14 @@
 
 src/main/resources
 
-**/*.properties
+**/*package*.properties
+
+
+
+
+src/main/resources
+
+log4j.properties
 
 
 




svn commit: r1461735 - /struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/META-INF/maven/archetype-metadata.xml

2013-03-27 Thread mcucchiara
Author: mcucchiara
Date: Wed Mar 27 17:33:18 2013
New Revision: 1461735

URL: http://svn.apache.org/r1461735
Log:
minor change: adjusted indentation

Modified:

struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/META-INF/maven/archetype-metadata.xml

Modified: 
struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/META-INF/maven/archetype-metadata.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1461735&r1=1461734&r2=1461735&view=diff
==
--- 
struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/META-INF/maven/archetype-metadata.xml
 (original)
+++ 
struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/META-INF/maven/archetype-metadata.xml
 Wed Mar 27 17:33:18 2013
@@ -1,68 +1,68 @@
 
 
-  
-
-  src/main/java
-  
-**/*.java
-  
-
-
-
-  src/test/java
-  
-**/*.java
-  
-
-
-
-  src/main/resources
-  
-  **/*package*.properties
-  
-
-
-  
-  src/main/resources
-  
-  log4j.properties
-  
-  
-
-  
-  src/main/resources
-  
-**/*-validation.xml
-  
-
-
-
-  src/main/resources
-  
-**/struts.xml
-**/example.xml
-  
-
-
-
-  src/main/webapp/example
-  
-**/*.jsp
-  
-
-
-
-  src/main/webapp
-  
-**/index.html
-  
-
-
-
-  src/main/webapp/WEB-INF
-  
-**/web.xml
-  
-
-  
+
+
+src/main/java
+
+**/*.java
+
+
+
+
+src/test/java
+
+**/*.java
+
+
+
+
+src/main/resources
+
+**/*package*.properties
+
+
+
+
+src/main/resources
+
+log4j.properties
+
+
+
+
+src/main/resources
+
+**/*-validation.xml
+
+
+
+
+src/main/resources
+
+**/struts.xml
+**/example.xml
+
+
+
+
+src/main/webapp/example
+
+**/*.jsp
+
+
+
+
+src/main/webapp
+
+**/index.html
+
+
+
+
+src/main/webapp/WEB-INF
+
+**/web.xml
+
+
+
 




[CONF] Confluence Changes in the last 24 hours

2013-03-27 Thread confluence
This is a daily summary of all recent changes in Confluence.

-
Updated Spaces:
-


Apache ActiveMQ (https://cwiki.apache.org/confluence/display/ACTIVEMQ)

Pages
-
Configuring Wire Formats edited by  tabish121  (10:34 AM)
https://cwiki.apache.org/confluence/display/ACTIVEMQ/Configuring+Wire+Formats



Apache Camel (https://cwiki.apache.org/confluence/display/CAMEL)

Pages
-
Camel 2.11.0 Release edited by  raulvk  (09:18 PM)
https://cwiki.apache.org/confluence/display/CAMEL/Camel+2.11.0+Release

Log edited by  raulvk  (09:17 PM)
https://cwiki.apache.org/confluence/display/CAMEL/Log

Guava EventBus edited by  hekonsek  (06:07 PM)
https://cwiki.apache.org/confluence/display/CAMEL/Guava+EventBus

Aggregator2 edited by  davsclaus  (08:50 AM)
https://cwiki.apache.org/confluence/display/CAMEL/Aggregator2

Camel 3.0 - Ideas edited by  muellerc  (07:38 AM)
https://cwiki.apache.org/confluence/display/CAMEL/Camel+3.0+-+Ideas

File2 edited by  davsclaus  (06:36 AM)
https://cwiki.apache.org/confluence/display/CAMEL/File2

Flatpack edited by  muellerc  (06:11 AM)
https://cwiki.apache.org/confluence/display/CAMEL/Flatpack

Flatpack DataFormat edited by  muellerc  (06:10 AM)
https://cwiki.apache.org/confluence/display/CAMEL/Flatpack+DataFormat


Comments
https://cwiki.apache.org/confluence/display/CAMEL/Tutorial-Example-ReportIncident-Part4
 (1)

Apache Cloudstack (https://cwiki.apache.org/confluence/display/CLOUDSTACK)

Pages
-
Working with CloudStack Code edited by  aemneina  (08:37 PM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Working+with+CloudStack+Code

Event Resources and Templates edited by  jzb  (08:25 PM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Event+Resources+and+Templates

QuickCloud edited by  chiradeep  (08:14 PM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/QuickCloud

Internal Load Balancing between VPC tiers edited by  alena1108  (07:19 PM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Internal+Load+Balancing+between+VPC+tiers

Storage Backup Object Store Plugin Framework edited by  edison  (05:58 PM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Storage+Backup+Object+Store+Plugin+Framework

IRC Meetings (Logs and Minutes) edited by  jzb  (04:18 PM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/IRC+Meetings+%28Logs+and+Minutes%29

4.1.0 Marketing and Promotion edited by  jzb  (01:08 PM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/4.1.0+Marketing+and+Promotion

Multiple Ip ranges FS edited by  bharat.kumar  (09:04 AM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Multiple+Ip+ranges+FS

Home edited by  siwater  (07:55 AM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Home

Over commit CPU and Memory edited by  prashantkm  (05:26 AM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Over+commit+CPU+and+Memory

FS for Granular Global Configuration Parameters edited by  
harikrishna.patn...@citrix.com  (02:10 AM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/FS+for+Granular+Global+Configuration+Parameters

ZWPS execution report created by talluri (01:00 AM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/ZWPS+execution+report



Apache Flex (https://cwiki.apache.org/confluence/display/FLEX)

Pages
-
Git for Apache Flex Guide edited by  doublefx  (03:52 PM)
https://cwiki.apache.org/confluence/display/FLEX/Git+for+Apache+Flex+Guide

New committer or PMC member invitation edited by  jmclean  (08:11 AM)
https://cwiki.apache.org/confluence/display/FLEX/New+committer+or+PMC+member+invitation

Good vs Bad Git usage edited by  doublefx  (04:57 AM)
https://cwiki.apache.org/confluence/display/FLEX/Good+vs+Bad+Git+usage



Apache Flume (https://cwiki.apache.org/confluence/display/FLUME)

Pages
-
Classification of JIRA Issues edited by  israel  (01:00 AM)
https://cwiki.apache.org/confluence/display/FLUME/Classification+of+JIRA+Issues



Apache Kafka (https://cwiki.apache.org/confluence/display/KAFKA)

Comments
https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol 
(1)

KNOX (https://cwiki.apache.org/confluence/display/KNOX)

Pages
-
Site Maintenance created by kminder (11:51 AM)
https://cwiki.apache.org/confluence/display/KNOX/Site+Maintenance



Apache Maven (https://cwiki.apache.org/confluence/display/MAVEN)

Comments
https://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException (1)

Apache Pig (https://cwiki.apache.org/confluence/display/

svn commit: r1461961 - /struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml

2013-03-27 Thread lukaszlenart
Author: lukaszlenart
Date: Thu Mar 28 06:33:38 2013
New Revision: 1461961

URL: http://svn.apache.org/r1461961
Log:
WW-4027 Changes app context to match archetype

Modified:

struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml

Modified: 
struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml?rev=1461961&r1=1461960&r2=1461961&view=diff
==
--- 
struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml
 Thu Mar 28 06:33:38 2013
@@ -98,7 +98,7 @@
 10
 
\${basedir}/src/main/webapp/
 
-/struts2-showcase
+/struts2-convention
 
\${basedir}/src/main/webapp/WEB-INF/web.xml