svn commit: r415512 [2/2] - in /jakarta/commons/proper/scxml/trunk: ./ src/main/java/org/apache/commons/scxml/ src/main/java/org/apache/commons/scxml/invoke/ src/main/java/org/apache/commons/scxml/io/

2006-06-20 Thread rahul
Added: jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/InvokeTest.java URL: http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/InvokeTest.java?rev=415512view=auto

svn commit: r415520 - in /jakarta/commons/proper/scxml/trunk: project.properties xdocs/changes.xml

2006-06-20 Thread rahul
Author: rahul Date: Mon Jun 19 23:32:06 2006 New Revision: 415520 URL: http://svn.apache.org/viewvc?rev=415520view=rev Log: Update changes report, move issues to JIRA ids. Modified: jakarta/commons/proper/scxml/trunk/project.properties jakarta/commons/proper/scxml/trunk/xdocs/changes.xml

svn commit: r415522 - /jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/invoke/SimpleSCXMLInvoker.java

2006-06-20 Thread rahul
Author: rahul Date: Mon Jun 19 23:33:25 2006 New Revision: 415522 URL: http://svn.apache.org/viewvc?rev=415522view=rev Log: Listen to the invoked state machine's execution. Modified: jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/invoke/SimpleSCXMLInvoker.java

svn commit: r415524 - in /jakarta/commons/proper/scxml/trunk: maven.xml project.xml

2006-06-20 Thread rahul
Author: rahul Date: Mon Jun 19 23:36:14 2006 New Revision: 415524 URL: http://svn.apache.org/viewvc?rev=415524view=rev Log: Towards a better dist goal. Added: jakarta/commons/proper/scxml/trunk/maven.xml (with props) Modified: jakarta/commons/proper/scxml/trunk/project.xml Added:

svn commit: r415525 - /jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/invoked-01.xml

2006-06-20 Thread rahul
Author: rahul Date: Mon Jun 19 23:37:54 2006 New Revision: 415525 URL: http://svn.apache.org/viewvc?rev=415525view=rev Log: Rogue comment in invoked-01.xml. Modified: jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/invoked-01.xml Modified:

[jira] Commented: (MATH-151) MathUtils.round incorrect result

2006-06-20 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/MATH-151?page=comments#action_12416856 ] Phil Steitz commented on MATH-151: -- +1 to nextAfter as addition to MathUtils and for the approach outlined above for resolving this issue. Thanks in advance for patches.

[jira] Created: (VFS-51) [TMP] Root dir for temp filesystem should be temp system dir by default

2006-06-20 Thread Sergey Vladimirov (JIRA)
[TMP] Root dir for temp filesystem should be temp system dir by default --- Key: VFS-51 URL: http://issues.apache.org/jira/browse/VFS-51 Project: Commons VFS Type: Bug Versions: Nightly Builds

[jira] Commented: (BEANUTILS-97) [beanutils] Problems on indexed property with JDK 1.4

2006-06-20 Thread Alexandru Sirbu (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-97?page=comments#action_12416859 ] Alexandru Sirbu commented on BEANUTILS-97: -- (In reply to comment #18) If you have a Bean with a property foo:Listfoo1 with 4 Methods getFoo() getFoo(index)

[jira] Created: (IO-81) WildcardFilter should use wildcardMatch(filename,wildcard,***BOOLEAN***)

2006-06-20 Thread Lars Beuster (JIRA)
WildcardFilter should use wildcardMatch(filename,wildcard,***BOOLEAN***) Key: IO-81 URL: http://issues.apache.org/jira/browse/IO-81 Project: Commons IO Type: Improvement Versions: 1.3

[jira] Updated: (DBCP-175) [dbcp] I'd like to run init SQL after JDBC Connection creation in Tomcat DBCP

2006-06-20 Thread Jerome Lacoste (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-175?page=all ] Jerome Lacoste updated DBCP-175: Attachment: DBCP-175-2.txt New version of the second patch that allows to run multiple init statements. The patch now includes a change to the

[jira] Updated: (DBCP-189) [dbcp] Threads do not get a Connection in FIFO mode

2006-06-20 Thread Jerome Lacoste (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-189?page=all ] Jerome Lacoste updated DBCP-189: Attachment: DBCP-189.txt Patch that implements the requested changes. Only unit tested. Didn't add a regression test. [dbcp] Threads do not get a Connection

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

2006-06-20 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: (LOGGING-106) AccessControlException when loading LogFactory class without system properties permission

2006-06-20 Thread Simon Kitching (JIRA)
AccessControlException when loading LogFactory class without system properties permission - Key: LOGGING-106 URL: http://issues.apache.org/jira/browse/LOGGING-106 Project: Commons

[jira] Created: (LOGGING-107) AccessController use

2006-06-20 Thread Simon Kitching (JIRA)
AccessController use Key: LOGGING-107 URL: http://issues.apache.org/jira/browse/LOGGING-107 Project: Commons Logging Type: Bug Versions: 1.1 Final Reporter: Simon Kitching A problem has been reported with 1.1 by Aaron Bruegl on

[Jakarta-commons Wiki] Trivial Update of Digester/FAQ/XmlRulesOrNotXmlRules by SimonKitching

2006-06-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by SimonKitching: http://wiki.apache.org/jakarta-commons/Digester/FAQ/XmlRulesOrNotXmlRules The comment on the change is: minor tweaks only

[net] Problem with timeout and threads ?!

2006-06-20 Thread linux\.power
Hi everybody ! I have a daemon program that fetches files by ftp every 30 minutes. I use commons net in order to fetch theses ftp files. It works well during a good time but after a few days, it doesn't fetch anything. I realized that one thread was blocked, so no more files was fetched : Stack

Re: [net] Problem with timeout and threads ?!

2006-06-20 Thread Tux
I looked for various explanations, and I found the same problem with an other stack : Stack trace: java.lang.Object.wait(Native Method) java.lang.Object.wait(Object.java:474) org.apache.commons.net.telnet.TelnetInputStream.read(TelnetInputStream.java:339)

svn commit: r415686 - /jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/env/faces/ShaleDialogELEvaluator.java

2006-06-20 Thread rahul
Author: rahul Date: Tue Jun 20 07:55:14 2006 New Revision: 415686 URL: http://svn.apache.org/viewvc?rev=415686view=rev Log: Need to propose addition / enhancement to Shale dialogs after the 1.0. Removed:

svn commit: r415687 - /jakarta/commons/proper/scxml/trunk/xdocs/guide/using-commons-scxml.xml

2006-06-20 Thread rahul
Author: rahul Date: Tue Jun 20 07:56:52 2006 New Revision: 415687 URL: http://svn.apache.org/viewvc?rev=415687view=rev Log: invoke is in. Modified: jakarta/commons/proper/scxml/trunk/xdocs/guide/using-commons-scxml.xml Modified:

svn commit: r415690 - in /jakarta/commons/proper/scxml/trunk: project.properties project.xml xdocs/building.xml xdocs/navigation.xml xdocs/style/ xdocs/style/project.css

2006-06-20 Thread rahul
Author: rahul Date: Tue Jun 20 08:03:24 2006 New Revision: 415690 URL: http://svn.apache.org/viewvc?rev=415690view=rev Log: Remove commons-build dependency on site building. Thanks to Stephen. Added: jakarta/commons/proper/scxml/trunk/xdocs/style/

svn commit: r415693 - /jakarta/commons/proper/scxml/trunk/STATUS.html

2006-06-20 Thread rahul
Author: rahul Date: Tue Jun 20 08:05:35 2006 New Revision: 415693 URL: http://svn.apache.org/viewvc?rev=415693view=rev Log: Update status.html Modified: jakarta/commons/proper/scxml/trunk/STATUS.html Modified: jakarta/commons/proper/scxml/trunk/STATUS.html URL:

svn commit: r415700 - /jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt

2006-06-20 Thread rahul
Author: rahul Date: Tue Jun 20 08:14:15 2006 New Revision: 415700 URL: http://svn.apache.org/viewvc?rev=415700view=rev Log: Replace release notes template with something more specific (and some opportunistic detabbing). Modified: jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt

svn commit: r415714 - /jakarta/commons/proper/scxml/trunk/project.xml

2006-06-20 Thread rahul
Author: rahul Date: Tue Jun 20 08:41:48 2006 New Revision: 415714 URL: http://svn.apache.org/viewvc?rev=415714view=rev Log: Move to p.a.o Modified: jakarta/commons/proper/scxml/trunk/project.xml Modified: jakarta/commons/proper/scxml/trunk/project.xml URL:

svn commit: r415724 - in /jakarta/commons/proper/scxml/trunk: RELEASE-NOTES.txt build.xml pom.xml project.xml src/conf/MANIFEST.MF

2006-06-20 Thread rahul
Author: rahul Date: Tue Jun 20 09:19:02 2006 New Revision: 415724 URL: http://svn.apache.org/viewvc?rev=415724view=rev Log: Time for 1.0 RC1. Modified: jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt jakarta/commons/proper/scxml/trunk/build.xml

svn commit: r415726 - /jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool/PoolUtils.java

2006-06-20 Thread sandymac
Author: sandymac Date: Tue Jun 20 09:36:14 2006 New Revision: 415726 URL: http://svn.apache.org/viewvc?rev=415726view=rev Log: Applied patch from POOL-81 correcting Javadoc text. Added caution note to the synchronizedPool methods about a potential deadlock when used with pool implementations that

[jira] Closed: (POOL-81) Correct PoolUtils javadoc for pool vs. keyedPool

2006-06-20 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-81?page=all ] Sandy McArthur closed POOL-81: -- Fix Version: Nightly Builds Resolution: Fixed Patch applied and commited to the trunk. Good eye and much thanks. Correct PoolUtils javadoc for pool vs.

[jira] Commented: (COLLECTIONS-110) [collections] Support parametized classes with commons.collections.

2006-06-20 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-110?page=comments#action_12416947 ] Phil Steitz commented on COLLECTIONS-110: - I agree with Stephen on this, assuming the intent is to stop adding to commons-collections and move new development

Re: [vote] Release commons-jelly-tags-interaction 1.1

2006-06-20 Thread Stephen Colebourne
+1 While I disapprove of a jar only release, I think I'd prefer to get the release out given the lack of Jelly committers. Stephen Paul Libbrecht wrote: I hereby request to vote about the release of the jelly subproject interaction tag library. The details of the release plan are below. I

Re: [jira] Commented: (COLLECTIONS-110) [collections] Support parametized classes with commons.collections.

2006-06-20 Thread Stephen Kestle
I would suggest possibly projects in the areas of: - functors (functor implementations, utilities and collection decorators) - maps (maps and bidimaps) - collection (collection, list, set, bag) I would add: - base package: All interfaces + Utils (CollectionUtils, MapUtils etc) I also

Re: [vote] Release commons-jelly-tags-interaction 1.1

2006-06-20 Thread Dion Gillard
Paul can we post the source/binary distribution release after getting the jar out? On 6/20/06, Paul Libbrecht [EMAIL PROTECTED] wrote: Rahul Akolkar wrote: Regardless of what Jelly has been doing in the past, IMO its a good idea to have source distributions for any release, given which one

Re: [vfs][all] nightly build changed?

2006-06-20 Thread Phil Steitz
Hmmm...looks like we need a plan and a volunteer. I have a little time this week. What do we need to do to get an image to use? Brett? I guess I could start by trying to get the Ant-based nightlies working under Continuum (looks doable from the docs - right?), moving to m2 as the projects do,

Re: [vfs][all] nightly build changed?

2006-06-20 Thread Mario Ivankovits
Hi Phil, Hmmm...looks like we need a plan and a volunteer. I have a little time this week. thanks Phil, it would be great if you can find some time. Especially for VFS it is important to have the nightly build, as we have no release to download. If you didn't manage to start with this, I'll