Issues Opened: week of 2009-12-07

2009-12-07 Thread dblevins

Struts2 - Monday, December 7, 2009

  8 opened in last 7 days

[WW-3349] Extension .jspf not recognized as JSP result-type
  - Type: Bug
  - Reporter: Christian Bockermann
  - Components: [Plugin - Convention]
  - Affects Versions: []
  - http://issues.apache.org/struts/browse/WW-3349

[WW-3348] IndexOutOfBoundsException in ValueStackDataSource
  - Type: Bug
  - Reporter: Mark Gorokhov
  - Components: [Plugin - JasperReports]
  - Affects Versions: []
  - http://issues.apache.org/struts/browse/WW-3348

[WW-3347] autocompleter
  - Type: Temp
  - Reporter: Dasari Taraka Rajendra Prasad
  - Components: [Plugin - Dojo Tags]
  - Affects Versions: []
  - http://issues.apache.org/struts/browse/WW-3347

[WW-3345] Disabled select lists
  - Type: Bug
  - Reporter: Diego Trombetta
  - Components: []
  - Affects Versions: []
  - http://issues.apache.org/struts/browse/WW-3345

[WW-3350] DWR Debug URL not working and struts is not allowing the control 
to go for DWRServlet?
  - Type: Bug
  - Reporter: HariHarKumar
  - Components: [Other]
  - Affects Versions: []
  - http://issues.apache.org/struts/browse/WW-3350

[WW-3346] ValidatorSupport turns empty defaultMessage to null causing field 
error to include "null" for visitor validators with empty messages
  - Type: Bug
  - Reporter: Haroon Rafique
  - Components: [XML Validators]
  - Affects Versions: []
  - http://issues.apache.org/struts/browse/WW-3346

[WW-3351] Struts 2 Pagination
  - Type: Improvement
  - Reporter: HariHarKumar
  - Components: [Plugin - CodeBehind]
  - Affects Versions: []
  - http://issues.apache.org/struts/browse/WW-3351

[WW-3344] a wrong statement in the optiontransferselect documentation page
  - Type: Bug
  - Reporter: Ankit Garg
  - Components: [Documentation]
  - Affects Versions: []
  - http://issues.apache.org/struts/browse/WW-3344



svn commit: r887976 - /struts/sandbox/trunk/struts2-cdi-plugin/

2009-12-07 Thread rgielen
Author: rgielen
Date: Mon Dec  7 16:22:53 2009
New Revision: 887976

URL: http://svn.apache.org/viewvc?rev=887976&view=rev
Log:
Initial work on a CDI / JSR299 plugin

Added:
struts/sandbox/trunk/struts2-cdi-plugin/



svn commit: r887991 - in /struts/sandbox/trunk/struts2-cdi-plugin: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/struts2/ src/main/java/org/apa

2009-12-07 Thread rgielen
Author: rgielen
Date: Mon Dec  7 16:32:40 2009
New Revision: 887991

URL: http://svn.apache.org/viewvc?rev=887991&view=rev
Log:
Initial work on a CDI / JSR299 plugin

Added:
struts/sandbox/trunk/struts2-cdi-plugin/pom.xml
struts/sandbox/trunk/struts2-cdi-plugin/src/
struts/sandbox/trunk/struts2-cdi-plugin/src/main/
struts/sandbox/trunk/struts2-cdi-plugin/src/main/java/
struts/sandbox/trunk/struts2-cdi-plugin/src/main/java/org/
struts/sandbox/trunk/struts2-cdi-plugin/src/main/java/org/apache/
struts/sandbox/trunk/struts2-cdi-plugin/src/main/java/org/apache/struts2/

struts/sandbox/trunk/struts2-cdi-plugin/src/main/java/org/apache/struts2/cdi/

struts/sandbox/trunk/struts2-cdi-plugin/src/main/java/org/apache/struts2/cdi/CdiObjectFactory.java
struts/sandbox/trunk/struts2-cdi-plugin/src/main/resources/
struts/sandbox/trunk/struts2-cdi-plugin/src/main/resources/LICENSE.txt
struts/sandbox/trunk/struts2-cdi-plugin/src/main/resources/NOTICE.txt
struts/sandbox/trunk/struts2-cdi-plugin/src/main/resources/struts-plugin.xml
struts/sandbox/trunk/struts2-cdi-plugin/src/test/
struts/sandbox/trunk/struts2-cdi-plugin/src/test/java/
struts/sandbox/trunk/struts2-cdi-plugin/src/test/java/org/
struts/sandbox/trunk/struts2-cdi-plugin/src/test/java/org/apache/
struts/sandbox/trunk/struts2-cdi-plugin/src/test/java/org/apache/struts2/

struts/sandbox/trunk/struts2-cdi-plugin/src/test/java/org/apache/struts2/cdi/

struts/sandbox/trunk/struts2-cdi-plugin/src/test/java/org/apache/struts2/cdi/CdiObjectFactoryTest.java

struts/sandbox/trunk/struts2-cdi-plugin/src/test/java/org/apache/struts2/cdi/FooConsumer.java

struts/sandbox/trunk/struts2-cdi-plugin/src/test/java/org/apache/struts2/cdi/FooService.java
struts/sandbox/trunk/struts2-cdi-plugin/src/test/resources/
struts/sandbox/trunk/struts2-cdi-plugin/src/test/resources/META-INF/

struts/sandbox/trunk/struts2-cdi-plugin/src/test/resources/META-INF/beans.xml
struts/sandbox/trunk/struts2-cdi-plugin/src/test/resources/log4j.properties

Added: struts/sandbox/trunk/struts2-cdi-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-cdi-plugin/pom.xml?rev=887991&view=auto
==
--- struts/sandbox/trunk/struts2-cdi-plugin/pom.xml (added)
+++ struts/sandbox/trunk/struts2-cdi-plugin/pom.xml Mon Dec  7 16:32:40 2009
@@ -0,0 +1,95 @@
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+4.0.0
+
+org.apache.struts
+struts2-plugins
+2.2.0-SNAPSHOT
+
+struts2-cdi-plugin
+
+
+
+java.net
+java.net Repository
+http://download.java.net/maven/2
+
+
+
+
+
+
+javax.enterprise
+cdi-api
+1.0
+provided
+
+
+
+org.jboss.weld
+weld-core
+1.0.0
+provided
+
+
+
+org.jboss.weld
+weld-se
+1.0.0-SNAPSHOT
+test
+
+
+
+org.springframework
+spring-test
+2.5.6
+test
+
+
+
+junit
+junit
+4.5
+test
+
+
+
+log4j
+log4j
+1.2.14
+test
+
+
+
+
+
+
+bootstrap
+
+
+
+org.apache.maven.plugins
+maven-scm-plugin
+1.0
+
+
+resolve-weld-se
+initialize
+
+bootstrap
+
+
+install
+
scm:svn:http://anonsvn.jboss.org/repos/weld/java-se/trunk
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file

Added: 
struts/sandbox/trunk/struts2-cdi-plugin/src/main/java/org/apache/struts2/cdi/CdiObjectFactory.java
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-cdi-plugin/src/main/java/org/apache/struts2/cdi/CdiObjectFactory.java?rev=887991&view=auto
==
--- 
struts/sandbox/trunk/struts2-cdi-plugin/src/main/java/org/apache/struts2/cdi/CdiObjectFactory.java
 (added)
+++ 
struts/sandbox/trunk/struts2-cdi-pl

svn commit: r888085 - /struts/sandbox/trunk/struts2-cdi-example/

2009-12-07 Thread rgielen
Author: rgielen
Date: Mon Dec  7 19:04:45 2009
New Revision: 888085

URL: http://svn.apache.org/viewvc?rev=888085&view=rev
Log:
Initial work on a CDI / JSR299 plugin

Added:
struts/sandbox/trunk/struts2-cdi-example/



svn commit: r888088 - in /struts/sandbox/trunk/struts2-cdi-example: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/struts2/ src/main/java/org/ap

2009-12-07 Thread rgielen
Author: rgielen
Date: Mon Dec  7 19:09:27 2009
New Revision: 888088

URL: http://svn.apache.org/viewvc?rev=888088&view=rev
Log:
Struts2 CDI/JSR299 plugin example

Added:
struts/sandbox/trunk/struts2-cdi-example/pom.xml
struts/sandbox/trunk/struts2-cdi-example/src/
struts/sandbox/trunk/struts2-cdi-example/src/main/
struts/sandbox/trunk/struts2-cdi-example/src/main/java/
struts/sandbox/trunk/struts2-cdi-example/src/main/java/org/
struts/sandbox/trunk/struts2-cdi-example/src/main/java/org/apache/
struts/sandbox/trunk/struts2-cdi-example/src/main/java/org/apache/struts2/

struts/sandbox/trunk/struts2-cdi-example/src/main/java/org/apache/struts2/example/

struts/sandbox/trunk/struts2-cdi-example/src/main/java/org/apache/struts2/example/cdi/

struts/sandbox/trunk/struts2-cdi-example/src/main/java/org/apache/struts2/example/cdi/Game.java

struts/sandbox/trunk/struts2-cdi-example/src/main/java/org/apache/struts2/example/cdi/Generator.java

struts/sandbox/trunk/struts2-cdi-example/src/main/java/org/apache/struts2/example/cdi/MaxNumber.java

struts/sandbox/trunk/struts2-cdi-example/src/main/java/org/apache/struts2/example/cdi/NumberGuess.java

struts/sandbox/trunk/struts2-cdi-example/src/main/java/org/apache/struts2/example/cdi/Random.java
struts/sandbox/trunk/struts2-cdi-example/src/main/resources/
struts/sandbox/trunk/struts2-cdi-example/src/main/resources/LICENSE.txt
struts/sandbox/trunk/struts2-cdi-example/src/main/resources/NOTICE.txt
struts/sandbox/trunk/struts2-cdi-example/src/main/resources/log4j.properties
struts/sandbox/trunk/struts2-cdi-example/src/main/resources/struts.xml
struts/sandbox/trunk/struts2-cdi-example/src/main/webapp/
struts/sandbox/trunk/struts2-cdi-example/src/main/webapp/WEB-INF/
struts/sandbox/trunk/struts2-cdi-example/src/main/webapp/WEB-INF/beans.xml
struts/sandbox/trunk/struts2-cdi-example/src/main/webapp/WEB-INF/pages/

struts/sandbox/trunk/struts2-cdi-example/src/main/webapp/WEB-INF/pages/NumberGuess.jsp
struts/sandbox/trunk/struts2-cdi-example/src/main/webapp/WEB-INF/web.xml
struts/sandbox/trunk/struts2-cdi-example/src/main/webapp/index.html
struts/sandbox/trunk/struts2-cdi-example/src/test/

Added: struts/sandbox/trunk/struts2-cdi-example/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-cdi-example/pom.xml?rev=888088&view=auto
==
--- struts/sandbox/trunk/struts2-cdi-example/pom.xml (added)
+++ struts/sandbox/trunk/struts2-cdi-example/pom.xml Mon Dec  7 19:09:27 2009
@@ -0,0 +1,111 @@
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+4.0.0
+
+org.apache.struts
+struts2-apps
+2.2.0-SNAPSHOT
+
+org.apache.struts
+struts2-cdi-example
+war
+Struts2 CDI Example
+
+
+
+java.net
+java.net Repository
+http://download.java.net/maven/2
+
+
+repository.jboss.org
+JBoss Release Repository
+http://repository.jboss.org/maven2
+
+true
+
+
+false
+
+
+
+
+
+
+
+org.apache.struts
+struts2-core
+${pom.version}
+
+
+
+org.apache.struts
+struts2-junit-plugin
+${pom.version}
+
+
+
+org.apache.struts
+struts2-cdi-plugin
+2.2.0-SNAPSHOT
+
+
+
+commons-logging
+commons-logging
+1.1.1
+
+
+
+log4j
+log4j
+1.2.14
+
+
+
+javax.enterprise
+cdi-api
+1.0
+provided
+
+
+
+junit
+junit
+4.5
+test
+
+
+
+javax.servlet
+servlet-api
+2.4
+provided
+
+
+
+javax.servlet
+jsp-api
+2.0
+provided
+
+
+
+
+
+package
+struts2-cdi-example
+
+
+
+org.mortbay.jetty
+maven-jetty-plugin
+6.1.21
+
+10
+
+
+
+
+

Added: 
struts/sandbox/trunk/struts2-cdi-example/src/main/java/org/apache/struts2/example/cdi/Game.java
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-cdi-example/src/main/java/org/apache/struts2/example/cdi/Game.java?rev=888088&view=auto
==
--- 
struts/sandb

[CONF] Confluence Changes in the last 24 hours

2009-12-07 Thread confluence
This is a daily summary of all recent changes in Confluence.

-
Updated Spaces:
-


Apache ActiveMQ CPP (http://cwiki.apache.org/confluence/display/AMQCPP)

Pages
-
CMS API Overview edited by  tabish121  (02:36 PM)
http://cwiki.apache.org/confluence/display/AMQCPP/CMS+API+Overview



Apache Archiva (http://cwiki.apache.org/confluence/display/ARCHIVA)

Pages
-
Audit Log Report created by oching (06:59 AM)
http://cwiki.apache.org/confluence/display/ARCHIVA/Audit+Log+Report



Apache Aries (http://cwiki.apache.org/confluence/display/ARIES)

Pages
-
December 2009 created by not (04:20 PM)
http://cwiki.apache.org/confluence/display/ARIES/December+2009

PointersToOSGiSpecifications created by zoe (09:38 AM)
http://cwiki.apache.org/confluence/display/ARIES/PointersToOSGiSpecifications

Navigation edited by  zoe  (09:39 AM)
http://cwiki.apache.org/confluence/display/ARIES/Navigation



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

Pages
-
FTP2 edited by  muellerc  (10:57 PM)
http://cwiki.apache.org/confluence/display/CAMEL/FTP2

Camel 2.2.0 Release edited by  muellerc  (09:38 PM)
http://cwiki.apache.org/confluence/display/CAMEL/Camel+2.2.0+Release

Camel 2.1.0 Release edited by  hzbarcea  (05:00 PM)
http://cwiki.apache.org/confluence/display/CAMEL/Camel+2.1.0+Release

Tutorial for Camel on Google App Engine edited by  mrt1nz  (02:01 PM)
http://cwiki.apache.org/confluence/display/CAMEL/Tutorial+for+Camel+on+Google+App+Engine

GAE edited by  mrt1nz  (01:57 PM)
http://cwiki.apache.org/confluence/display/CAMEL/GAE

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



Apache CXF (http://cwiki.apache.org/confluence/display/CXF)

Pages
-
Building edited by  dkulp  (04:45 PM)
http://cwiki.apache.org/confluence/display/CXF/Building



Apache CXF Documentation (http://cwiki.apache.org/confluence/display/CXF20DOC)

Pages
-
JAX-RS edited by  sergey_beryozkin  (05:15 PM)
http://cwiki.apache.org/confluence/display/CXF20DOC/JAX-RS



Apache ESME (http://cwiki.apache.org/confluence/display/ESME)

Pages
-
Windows XP Installation Guide (revision 885445) edited by  richardhirsch  
(09:07 AM)
http://cwiki.apache.org/confluence/display/ESME/Windows+XP+Installation+Guide+%28revision+885445%29



Apache Felix (http://cwiki.apache.org/confluence/display/FELIX)

Pages
-
Using the OSGi TCK created by he...@ungoverned.org (04:20 PM)
http://cwiki.apache.org/confluence/display/FELIX/Using+the+OSGi+TCK

news edited by  he...@ungoverned.org  (02:54 PM)
http://cwiki.apache.org/confluence/display/FELIX/news

Index edited by  he...@ungoverned.org  (02:53 PM)
http://cwiki.apache.org/confluence/display/FELIX/Index



OFBiz Project Administration Workspace 
(http://cwiki.apache.org/confluence/display/OFBADMIN)

Pages
-
OFBiz Related Books edited by  jacques.le.roux  (02:56 PM)
http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books


Comments
http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books (2)

OFBiz (Open For Business) Project Open Wiki 
(http://cwiki.apache.org/confluence/display/OFBIZ)

Pages
-
Online Developers Section edited by  joe.eck...@redrocketcorp.com  (10:45 PM)
http://cwiki.apache.org/confluence/display/OFBIZ/Online+Developers+Section

Git for committers created by joe.eck...@redrocketcorp.com (10:39 PM)
http://cwiki.apache.org/confluence/display/OFBIZ/Git+for+committers

FAQ - Tips - Tricks - Cookbook - HowTo edited by  jacques.le.roux  (06:26 PM)
http://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo

Ofbiz as a development framework created by snowch (11:19 AM)
http://cwiki.apache.org/confluence/display/OFBIZ/Ofbiz+as+a+development+framework

Saved Searches edited by  jacques.le.roux  (09:42 AM)
http://cwiki.apache.org/confluence/display/OFBIZ/Saved+Searches


Comments
http://cwiki.apache.org/confluence/display/OFBIZ/Saved+Searches (1)

OFBiz Technical Documentation 
(http://cwiki.apache.org/confluence/display/OFBTECH)

Pages
-
Service Engine Guide edited by  jacques.le.roux  (11:52 AM)
http://cwiki.apache.org/confluence/display