[jira] Resolved: (GERONIMODEVTOOLS-457) Empty Web Container setting causes xml problem for web app during deployment

2008-08-04 Thread YunFeng Ma (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YunFeng Ma resolved GERONIMODEVTOOLS-457. - Resolution: Fixed Fix Version/s: 2.1.2 Committed to trunk

[jira] Created: (GERONIMODEVTOOLS-457) Empty Web Container setting causes xml problem for web app during deployment

2008-08-04 Thread YunFeng Ma (JIRA)
Empty Web Container setting causes xml problem for web app during deployment --- Key: GERONIMODEVTOOLS-457 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-457

[jira] Created: (GERONIMO-4225) Allow Run SQL portlet run sql against any configured data source

2008-08-04 Thread Michal Borowiecki (JIRA)
Allow Run SQL portlet run sql against any configured data source Key: GERONIMO-4225 URL: https://issues.apache.org/jira/browse/GERONIMO-4225 Project: Geronimo Issue Type:

[jira] Updated: (GERONIMO-4225) Allow Run SQL portlet run sql against any configured data source

2008-08-04 Thread Michal Borowiecki (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Borowiecki updated GERONIMO-4225: Attachment: sysdb-portlets-2.1.1.patch

[jira] Commented: (GERONIMO-4225) Allow Run SQL portlet run sql against any configured data source

2008-08-04 Thread Michal Borowiecki (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619498#action_12619498 ] Michal Borowiecki commented on GERONIMO-4225: - The patch also makes Run SQL

[jira] Commented: (GERONIMO-3875) Enabling authentication for Derby renders DB Viewer portlet unusable for all db's except SystemDatabase

2008-08-04 Thread Michal Borowiecki (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619502#action_12619502 ] Michal Borowiecki commented on GERONIMO-3875: - I created a patch allowing

Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread Gianny Damour
+1 Thanks, Gianny On 31/07/2008, at 12:52 PM, Joe Bohn wrote: All, I've prepared a release candidate of Geronimo Server 2.1.2 for your review and vote. The source for the Geronimo Server 2.1.2 release currently resides here: https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

[jira] Commented: (GERONIMODEVTOOLS-325) Download and Install button should be disabled/enabled appropriately

2008-08-04 Thread B.J. Reed (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619526#action_12619526 ] B.J. Reed commented on GERONIMODEVTOOLS-325: This is an improvement.

Re: Documentation of new 2.2 features in current wiki?

2008-08-04 Thread Donald Woods
Agree. We could just create a New Features in 2.2 page and people can create child pages to it for their new features as they are integrated into trunk -Donald Jarek Gawor wrote: I think it would be nicer to create pages with 2.2 specific content somewhere under

Re: Reducing the dojo footprint in Geronimo

2008-08-04 Thread Donald Woods
What about a combination of #2 and #3 - We create a dojo-minimal (no dojox support) and dojo-full plugin under geronimo/plugins and only the console modules that need it pull in the dojo-minimal, while user apps or samples can pull in dojo-full if needed. -Donald Joseph Leong wrote:

[jira] Created: (GERONIMODEVTOOLS-458) NullPointerException when creating new geronimo-web.xml

2008-08-04 Thread B.J. Reed (JIRA)
NullPointerException when creating new geronimo-web.xml --- Key: GERONIMODEVTOOLS-458 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-458 Project: Geronimo-Devtools Issue Type:

[jira] Updated: (GERONIMODEVTOOLS-458) NullPointerException when creating new geronimo-web.xml

2008-08-04 Thread B.J. Reed (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] B.J. Reed updated GERONIMODEVTOOLS-458: --- Attachment: GERONIMODEVTOOLS-458.patch webapp.getWebContainer can now

Re: svn commit: r681800 - in /geronimo/server/trunk/plugins: axis2/geronimo-axis2/src/main/java/org/apache/geronimo/axis2/ cxf/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/

2008-08-04 Thread Jarek Gawor
There were two main changes. 1) In Axis2 WSDLQueryHandler to nicer handle cases where ?xsd=foo or ?wsdl=foo in the url points to non-existent WSDL or schema files. 2) Changes to CXF and Axis2 not to return WSDL for web services using HTTP Binding. That was not quite correct and I just reverted it.

Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread David Jencks
Sorry for the delay getting to look at this. I'm not sure these are enough to stop the release but 1. bin/gsh now insists you have JAVA_HOME or JRE_HOME defined even though this is not needed for mac osx. 2. The on-startup list of ports in use says derby is on port 9, not 1527. -0

Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread Joe Bohn
Thanks for checking this out David. It is my opinion that these issues are not sufficient to stop the release. If anyone feels otherwise please speak-up. It appears #1 was introduced with rev. 665729 when attempting to make gsh consistent with geronimo.sh (which has required JAVA_HOME or

Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread Jarek Gawor
On Mon, Aug 4, 2008 at 2:24 PM, Joe Bohn [EMAIL PROTECTED] wrote: Thanks for checking this out David. It is my opinion that these issues are not sufficient to stop the release. I agree. If anyone feels otherwise please speak-up. It appears #1 was introduced with rev. 665729 when

Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread David Jencks
On Aug 4, 2008, at 11:33 AM, Jarek Gawor wrote: On Mon, Aug 4, 2008 at 2:24 PM, Joe Bohn [EMAIL PROTECTED] wrote: Thanks for checking this out David. It is my opinion that these issues are not sufficient to stop the release. I agree. If anyone feels otherwise please speak-up. It

Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread Ted Kirby
+1 Ted Kirby On Wed, Jul 30, 2008 at 10:52 PM, Joe Bohn [EMAIL PROTECTED] wrote: All, I've prepared a release candidate of Geronimo Server 2.1.2 for your review and vote. The source for the Geronimo Server 2.1.2 release currently resides here:

Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread Jason Warner
There might have been an issue with the tck tests I ran. I'll need to discuss with Joe, but I suggest not closing the vote until the tests are verified as valid. On Mon, Aug 4, 2008 at 2:57 PM, Ted Kirby [EMAIL PROTECTED] wrote: +1 Ted Kirby On Wed, Jul 30, 2008 at 10:52 PM, Joe Bohn

[BUILD] trunk: Failed for Revision: 682466

2008-08-04 Thread gawor
Geronimo Revision: 682466 built with tests included See the full build-1500.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20080804/build-1500.log See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/trunk/20080804/unit-test

Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread Jason Warner
Joe's set me straight. Everything is still valid. Thanks, On Mon, Aug 4, 2008 at 3:05 PM, Jason Warner [EMAIL PROTECTED] wrote: There might have been an issue with the tck tests I ran. I'll need to discuss with Joe, but I suggest not closing the vote until the tests are verified as valid.

Re: svn commit: r681800 - in /geronimo/server/trunk/plugins: axis2/geronimo-axis2/src/main/java/org/apache/geronimo/axis2/ cxf/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/

2008-08-04 Thread Jacek Laskowski
On Mon, Aug 4, 2008 at 5:36 PM, Jarek Gawor [EMAIL PROTECTED] wrote: There were two main changes. 1) In Axis2 WSDLQueryHandler to nicer handle cases where ?xsd=foo or ?wsdl=foo in the url points to non-existent WSDL or schema files. 2) Changes to CXF and Axis2 not to return WSDL for web

Re: Ubuntu Main Distribution

2008-08-04 Thread Jacek Laskowski
On Mon, Aug 4, 2008 at 2:06 AM, Kevan Miller [EMAIL PROTECTED] wrote: B) A maven build will access multiple, redundant, versions of the same artifact. We control the versions that will be included in our server assemblies. However, we don't really control the build-time dependencies that our

Re: svn commit: r682314 - /geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/src/main/java/org/apache/geronimo/st/core/jaxb/MarshallerListener.java

2008-08-04 Thread Jacek Laskowski
On Mon, Aug 4, 2008 at 12:26 PM, [EMAIL PROTECTED] wrote: Author: yunfengma Date: Mon Aug 4 03:26:17 2008 New Revision: 682314 URL: http://svn.apache.org/viewvc?rev=682314view=rev Log: GERONIMODEVTOOLS-457 Empty Web Container setting causes 'xml problem for web app' during deployment

Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread Joe Bohn
Jarek Gawor wrote: On Mon, Aug 4, 2008 at 2:24 PM, Joe Bohn [EMAIL PROTECTED] wrote: Thanks for checking this out David. It is my opinion that these issues are not sufficient to stop the release. I agree. If anyone feels otherwise please speak-up. It appears #1 was introduced with rev.

Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread David Blevins
On Aug 4, 2008, at 2:19 PM, Joe Bohn wrote: We could add the note in the version that we post to the wiki. That seems good enough to me. For future release notes, we might want to add a link at the top to the online release notes with some look here for updated information type text.

[VOTE RESULT] Geronimo Server 2.1.2 Release

2008-08-04 Thread Joe Bohn
All, This vote passes with 18 +1 and 1 -0 votes. Voting +1: Joe Bohn Rick McGuire Dan Becker Jarek Gawor Lin Sun B.J. Reed Kevan Miller Jacek Laskowski YunFeng Ma Jason Warner Tim McConnell Jason Dillon David Belvins Donald Woods Jay McHugh Vamsavardhana Reddy Gianny Damour Ted Kirby Voting -0

[BUILD] branches/2.0: Failed for Revision: 682539

2008-08-04 Thread gawor
Geronimo Revision: 682539 built with tests included See the full build-2000.log file at http://people.apache.org/builds/geronimo/server/binaries/2.0/20080804/build-2000.log See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/2.0/20080804/unit-test-reports

[jira] Created: (GERONIMODEVTOOLS-459) Testsuite fails on Windows 2003 server -- not able to find a terminal session

2008-08-04 Thread Tim McConnell (JIRA)
Testsuite fails on Windows 2003 server -- not able to find a terminal session - Key: GERONIMODEVTOOLS-459 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-459

[BUILD] trunk: Failed for Revision: 682555

2008-08-04 Thread gawor
Geronimo Revision: 682555 built with tests included See the full build-2100.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20080804/build-2100.log See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/trunk/20080804/unit-test

[jira] Created: (GERONIMO-4226) GShell can not be started in a server assembly which only includes geronimo-boilerplate plugin

2008-08-04 Thread YunFeng Ma (JIRA)
GShell can not be started in a server assembly which only includes geronimo-boilerplate plugin -- Key: GERONIMO-4226 URL:

[jira] Updated: (GERONIMODEVTOOLS-459) Testsuite fails on Windows 2003 server -- not able to find a terminal session

2008-08-04 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim McConnell updated GERONIMODEVTOOLS-459: --- Component/s: eclipse-plugin Description:

Re: svn commit: r682314 - /geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/src/main/java/org/apache/geronimo/st/core/jaxb/MarshallerListener.java

2008-08-04 Thread YunFeng Ma
Thanks a lot, Jacek. I've updated the codes in rev682569. -- Yun Feng Jacek Laskowski wrote: On Mon, Aug 4, 2008 at 12:26 PM, [EMAIL PROTECTED] wrote: Author: yunfengma Date: Mon Aug 4 03:26:17 2008 New Revision: 682314 URL: http://svn.apache.org/viewvc?rev=682314view=rev Log:

[jira] Created: (GERONIMO-4227) Incorrect message is show even if the deployment failed in the web console

2008-08-04 Thread Ivan (JIRA)
Incorrect message is show even if the deployment failed in the web console -- Key: GERONIMO-4227 URL: https://issues.apache.org/jira/browse/GERONIMO-4227 Project: Geronimo

[jira] Updated: (GERONIMO-4227) Incorrect message is show even if the deployment failed in the web console

2008-08-04 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan updated GERONIMO-4227: --- Attachment: GERONIMO-4277.patch Show the error message if the module is started successfully Incorrect

[jira] Updated: (GERONIMO-4227) Incorrect message is show even if the deployment failed in the web console

2008-08-04 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan updated GERONIMO-4227: --- Patch Info: [Patch Available] Incorrect message is show even if the deployment failed in the web console

[jira] Issue Comment Edited: (GERONIMO-4227) Incorrect message is show even if the deployment failed in the web console

2008-08-04 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619781#action_12619781 ] xuhaihong edited comment on GERONIMO-4227 at 8/4/08 9:20 PM:

[jira] Resolved: (GERONIMO-3793) Not Known To This Context JAXBException when attempting to return complex data type from a @WebMethod

2008-08-04 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor resolved GERONIMO-3793. --- Resolution: Fixed Fix Version/s: 2.2 2.1.3 Committed similar

[jira] Commented: (GERONIMODEVTOOLS-459) Testsuite fails on Windows 2003 server -- not able to find a terminal session

2008-08-04 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619785#action_12619785 ] Tim McConnell commented on GERONIMODEVTOOLS-459: May be an abbot

[BUILD] branches/2.0: Failed for Revision: 682583

2008-08-04 Thread gawor
Geronimo Revision: 682583 built with tests included See the full build-0200.log file at http://people.apache.org/builds/geronimo/server/binaries/2.0/20080805/build-0200.log See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/2.0/20080805/unit-test-reports