[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-10-03 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration.

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-10-03 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration.

[jira] Created: (VFS-88) HostFileNameParser fails extracting user info

2006-10-03 Thread Vincentas Vienozinskis (JIRA)
HostFileNameParser fails extracting user info - Key: VFS-88 URL: http://issues.apache.org/jira/browse/VFS-88 Project: Commons VFS Issue Type: Bug Environment: any Reporter:

[jira] Created: (VFS-89) Simple misleading documentation

2006-10-03 Thread Vincentas Vienozinskis (JIRA)
Simple misleading documentation --- Key: VFS-89 URL: http://issues.apache.org/jira/browse/VFS-89 Project: Commons VFS Issue Type: Bug Environment: all Reporter: Vincentas Vienozinskis

[jira] Created: (CONFIGURATION-229) config : load for a configuration node is called before parsing is complete : attributes ignored

2006-10-03 Thread Andre Doherty (JIRA)
config : load for a configuration node is called before parsing is complete : attributes ignored Key: CONFIGURATION-229 URL:

[jira] Updated: (CONFIGURATION-229) config : load for a configuration node is called before parsing is complete : attributes ignored

2006-10-03 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-229?page=all ] Oliver Heger updated CONFIGURATION-229: --- Affects Version/s: 1.3 Final (was: 1.2 Final) Priority: Minor (was: Major) You are right. This is

[DBCP] Why Not Supported? BasicDataSource.getConnection(String username, String password)

2006-10-03 Thread Mark Barnes
Hi, All - I originally submitted this to Commons User some time ago, but no reply. I know that method org.apache.commons.dbcp.BasicDataSource.getConnection(String username, String password) winds up throwing an UnsuppoterdOperationException via its delegate,

[jira] Commented: (SCXML-26) Add parameter to Evaluator.newContext

2006-10-03 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/SCXML-26?page=comments#action_12439566 ] Rahul Akolkar commented on SCXML-26: Indeed we're aware that SCXML will be at its productive best when its used in particular contexts, not in isolation. In

[jira] Resolved: (VFS-86) Proxy username/password

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-86?page=all ] Mario Ivankovits resolved VFS-86. - Resolution: Fixed http and webdav should be fixed. For ftp there is no standard how to deal with proxies, so I think there isnt much I can do now. https is

[jira] Commented: (SCXML-27) Improve possibility to extending (subclassing) the default semantics

2006-10-03 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/SCXML-27?page=comments#action_12439571 ] Rahul Akolkar commented on SCXML-27: Let me state my assertions behind resolving this as won't fix: a) The class in question has non-trivial functionality b) We

[jira] Commented: (CONFIGURATION-229) config : load for a configuration node is called before parsing is complete : attributes ignored

2006-10-03 Thread Andre Doherty (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-229?page=comments#action_12439573 ] Andre Doherty commented on CONFIGURATION-229: - (Thank you for the DefaultConfigurationBuilder clue, i'll give it a try). Yes for instance you

svn commit: r452580 - in /jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs: provider/http/ provider/webdav/ util/

2006-10-03 Thread imario
Author: imario Date: Tue Oct 3 10:41:07 2006 New Revision: 452580 URL: http://svn.apache.org/viewvc?view=revrev=452580 Log: VFS-86: added proxy authenticator VFS-87: allow to pass in cookies for already authenticated connections OnCall cache decorator: fixed CCE in Webdav fs Modified:

[jira] Commented: (SCXML-28) Support for the pnuts scripting language

2006-10-03 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/SCXML-28?page=comments#action_12439578 ] Rahul Akolkar commented on SCXML-28: Thanks for your time and the changes. Few comments: 1) The addition of Javadocs has introduced @author tags. Commons SCXML

[jira] Resolved: (VFS-87) No way to pass http cookie (required for form-based authentication)

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-87?page=all ] Mario Ivankovits resolved VFS-87. - Resolution: Fixed Through the HttpFileSystemConfigBuilder you are now able to set the cookies which will be added to the request. Please give it a try.

svn commit: r452582 - in /jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider: compressed/CompressedFileFileObject.java tar/TarFileObject.java zip/ZipFileObject.java

2006-10-03 Thread imario
Author: imario Date: Tue Oct 3 10:44:04 2006 New Revision: 452582 URL: http://svn.apache.org/viewvc?view=revrev=452582 Log: VFS-89: fixed documentation Modified: jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/compressed/CompressedFileFileObject.java

[jira] Resolved: (VFS-89) Simple misleading documentation

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-89?page=all ] Mario Ivankovits resolved VFS-89. - Resolution: Fixed Fixed. Thanks for reporting it! Simple misleading documentation --- Key: VFS-89

svn commit: r452584 - /jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/ftp/FtpClientFactory.java

2006-10-03 Thread imario
Author: imario Date: Tue Oct 3 10:47:54 2006 New Revision: 452584 URL: http://svn.apache.org/viewvc?view=revrev=452584 Log: fixed error message Modified: jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/ftp/FtpClientFactory.java Modified:

[jira] Created: (SCXML-29) Object model should be Serializable

2006-10-03 Thread Rahul Akolkar (JIRA)
Object model should be Serializable --- Key: SCXML-29 URL: http://issues.apache.org/jira/browse/SCXML-29 Project: Commons SCXML Issue Type: Improvement Affects Versions: 0.5 Reporter: Rahul

[jira] Updated: (SCXML-29) Object model should be Serializable

2006-10-03 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/SCXML-29?page=all ] Rahul Akolkar updated SCXML-29: --- Fix Version/s: 0.6 Lets shoot for this in 0.6. Object model should be Serializable --- Key: SCXML-29

[jira] Resolved: (VFS-88) HostFileNameParser fails extracting user info

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-88?page=all ] Mario Ivankovits resolved VFS-88. - Resolution: Won't Fix You have to - or you can - encode the @ character with %40 It should work then. HostFileNameParser fails extracting user info

[jira] Commented: (SCXML-28) Support for the pnuts scripting language

2006-10-03 Thread JIRA
[ http://issues.apache.org/jira/browse/SCXML-28?page=comments#action_12439590 ] Hallvard Trætteberg commented on SCXML-28: -- I understand the need for quality assurance and I hope I can provide the necessary level. 1) OK. 2) OK, I'll

[jira] Commented: (VFS-39) [VFS] read/write XML support

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-39?page=comments#action_12439595 ] Mario Ivankovits commented on VFS-39: - Its a long time back, I know - so - do you have (or can you create) a patch for the current VFS svn head? And two notes:

[jira] Resolved: (VFS-72) UriParser can't handle '#' in file names

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-72?page=all ] Mario Ivankovits resolved VFS-72. - Resolution: Cannot Reproduce I think you have to encode the # as %23 to make it work. If this is not the case, please drop me a note and we reopen this issue.

[jira] Commented: (SCXML-28) Support for the pnuts scripting language

2006-10-03 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/SCXML-28?page=comments#action_12439599 ] Rahul Akolkar commented on SCXML-28: Thanks. Reponses numbered same as earlier post: 3) The site sources are in the xdocs/ directory:

svn commit: r452588 - in /jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs: ./ impl/ provider/ provider/local/ provider/smb/ provider/url/

2006-10-03 Thread imario
Author: imario Date: Tue Oct 3 11:13:36 2006 New Revision: 452588 URL: http://svn.apache.org/viewvc?view=revrev=452588 Log: VFS-42: allow to create a friendly uri which is one without the password. Instead the system will render * if the original filename contained a password. Modified:

[jira] Resolved: (VFS-42) [vfs] Display safe and user friendly VFS URLs

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-42?page=all ] Mario Ivankovits resolved VFS-42. - Resolution: Fixed added getFriendlyURI() to FileName Hope it'll do the trick [vfs] Display safe and user friendly VFS URLs

[jira] Resolved: (VFS-84) SFTP: proxy support

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-84?page=all ] Mario Ivankovits resolved VFS-84. - Resolution: Fixed Should be fixed. With the following example it should be possible to use a proxy server with sftp, though, I couldnt test it as I have no

[jira] Resolved: (VFS-41) [VFS] New provider: iso9660

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-41?page=all ] Mario Ivankovits resolved VFS-41. - Resolution: Later Unhappily, it seems it is still not that easily possible to use LGPL code in apache, so I'll fix it at Later. Though, I think its fine if

[jira] Commented: (VFS-45) [VFS] New provider: crypt

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-45?page=comments#action_12439617 ] Mario Ivankovits commented on VFS-45: - John, it seems you havent faxed a http://www.apache.org/licenses/software-grant.txt Are you still interested in having your

[jira] Commented: (VFS-45) [VFS] New provider: crypt

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-45?page=comments#action_12439618 ] Mario Ivankovits commented on VFS-45: - Though, if I think about crypt it comes into my mind that there again are some oddities with amercian export laws if a

svn commit: r452591 - in /jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/sftp: SftpClientFactory.java SftpFileSystemConfigBuilder.java

2006-10-03 Thread imario
Author: imario Date: Tue Oct 3 11:25:24 2006 New Revision: 452591 URL: http://svn.apache.org/viewvc?view=revrev=452591 Log: VFS-84: added proxy configuration for sftp Modified: jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/sftp/SftpClientFactory.java

svn commit: r452596 - /jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/impl/DefaultFileMonitor.java

2006-10-03 Thread imario
Author: imario Date: Tue Oct 3 12:10:37 2006 New Revision: 452596 URL: http://svn.apache.org/viewvc?view=revrev=452596 Log: VFS-78: fixed (hopefully) detection of deleted children if they already existed before the DefaultFileMonitor has been started Modified:

[jira] Resolved: (VFS-78) DefaultFileMonitor does not register changes made on FTP FileObjects

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-78?page=all ] Mario Ivankovits resolved VFS-78. - Resolution: Fixed Could reporduce the behavior you described, though, I found that the DefaultFileMonitor had some problems detecting the removal of children if

svn commit: r452599 - in /jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs: impl/ provider/http/ provider/https/

2006-10-03 Thread imario
Author: imario Date: Tue Oct 3 12:21:17 2006 New Revision: 452599 URL: http://svn.apache.org/viewvc?view=revrev=452599 Log: VFS-80: added https (inherited from http) Added: jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/https/

[jira] Resolved: (VFS-80) HTTPS protocol should use Commons HTTP Client, not URL provider

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-80?page=all ] Mario Ivankovits resolved VFS-80. - Resolution: Fixed Fixed! Sorry, I didnt use your patch, though, the same idea just with inheritance instead of copying. Please give it a try. HTTPS protocol

svn commit: r452605 - in /jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/webdav: WebdavFileObject.java WebdavMethodRetryHandler.java

2006-10-03 Thread imario
Author: imario Date: Tue Oct 3 12:49:25 2006 New Revision: 452605 URL: http://svn.apache.org/viewvc?view=revrev=452605 Log: VFS-76: implemented retry operation. Due to the limitation of the used webdavlib only a handful of operations are restartable yet. Added:

[jira] Resolved: (VFS-76) Timing Issues With Multiple Open Files and WebDav

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-76?page=all ] Mario Ivankovits resolved VFS-76. - Resolution: Fixed Should be fixed. httpclient knows a restart operation mode which I enabled yet, though, due to the limitation of the used webdavlib only a

[jira] Closed: (VFS-19) [vfs] Cannot used base root with FTP

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-19?page=all ] Mario Ivankovits closed VFS-19. --- [vfs] Cannot used base root with FTP Key: VFS-19 URL:

[jira] Resolved: (VFS-28) [vfs] Exception using ftp when copying to a directory with a tab in its name

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-28?page=all ] Mario Ivankovits resolved VFS-28. - Resolution: Cannot Reproduce [vfs] Exception using ftp when copying to a directory with a tab in its name

[jira] Reopened: (VFS-19) [vfs] Cannot used base root with FTP

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-19?page=all ] Mario Ivankovits reopened VFS-19: - [vfs] Cannot used base root with FTP Key: VFS-19 URL:

[jira] Resolved: (VFS-19) [vfs] Cannot used base root with FTP

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-19?page=all ] Mario Ivankovits resolved VFS-19. - Resolution: Fixed [vfs] Cannot used base root with FTP Key: VFS-19 URL:

[jira] Closed: (VFS-19) [vfs] Cannot used base root with FTP

2006-10-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-19?page=all ] Mario Ivankovits closed VFS-19. --- [vfs] Cannot used base root with FTP Key: VFS-19 URL:

svn commit: r452661 - in /jakarta/commons/proper/scxml/trunk/src: main/java/org/apache/commons/scxml/env/ main/java/org/apache/commons/scxml/model/ test/java/org/apache/commons/scxml/

2006-10-03 Thread rahul
Author: rahul Date: Tue Oct 3 15:42:56 2006 New Revision: 452661 URL: http://svn.apache.org/viewvc?view=revrev=452661 Log: The Commons SCXML object model is now Serializable. Includes some non-functional changes such as reorganization of imports. To demonstrate serializability, the test suite

svn commit: r452665 - in /jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/model: Assign.java Cancel.java

2006-10-03 Thread rahul
Author: rahul Date: Tue Oct 3 15:52:51 2006 New Revision: 452665 URL: http://svn.apache.org/viewvc?view=revrev=452665 Log: Noticed (and herein corrected) an inconsistency where some standard actions were final while others were not. Modified:

[jira] Created: (VALIDATOR-202) URL Validator isValid method fails with java.lang.ArrayIndexOutOfBoundsException at org.apache.commons.validator.UrlValidator.isValidAuthority(UrlValidator.java:367)

2006-10-03 Thread Ben (JIRA)
URL Validator isValid method fails with java.lang.ArrayIndexOutOfBoundsException at org.apache.commons.validator.UrlValidator.isValidAuthority(UrlValidator.java:367)

[jira] Commented: (VALIDATOR-202) URL Validator isValid method fails with java.lang.ArrayIndexOutOfBoundsException at org.apache.commons.validator.UrlValidator.isValidAuthority(UrlValidator.java:367)

2006-10-03 Thread Ben (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-202?page=comments#action_12439687 ] Ben commented on VALIDATOR-202: --- Using commons-validator-1.3.0.jar - Version 1.3.0 of commons validator URL Validator isValid method fails with

Re: [VOTE][lang] Commons Lang 2.2-rc3

2006-10-03 Thread Stephen Colebourne
+1 although strangely the line endings are windows friendly in the bin zip, but not windows friendly in the src zip! Stephen Henri Yandell wrote: Another try to get it right :) http://people.apache.org/~bayard/commons-lang-2.2-rc3/ (ignoring the various javadoc symlinking I'll need to do