[jira] Updated: (JXPATH-92) Allow to use NodePointers as variable values and preserve tree position information

2007-07-05 Thread Sergey Vladimirov (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Vladimirov updated JXPATH-92: Attachment: hack-patch.txt VariablePointerTestCase.java the updated test

[jira] Created: (JXPATH-92) Allow to use NodePointers as variable values and preserve tree position information

2007-07-05 Thread Sergey Vladimirov (JIRA)
Allow to use NodePointers as variable values and preserve tree position information --- Key: JXPATH-92 URL: https://issues.apache.org/jira/browse/JXPATH-92 Project:

[jira] Commented: (VFS-113) NullPointerException during getting InputStream from SftpFileObject

2007-07-05 Thread vikas (JIRA)
[ https://issues.apache.org/jira/browse/VFS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510333 ] vikas commented on VFS-113: --- hi Now it is working . I have also one more problem. By using FTPClientWrapper.java class ,we

[jira] Created: (VFS-167) How can we give proxy Support in FTP as per bug 84:proxy Support for SFTP is given .What is way to give proxy support in FTP

2007-07-05 Thread vikas (JIRA)
How can we give proxy Support in FTP as per bug 84:proxy Support for SFTP is given .What is way to give proxy support in FTP Key: VFS-167

[jira] Resolved: (DBCP-228) [dbcp] Managed Connection support

2007-07-05 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-228. -- Resolution: Fixed Patch applied. Thanks! [dbcp] Managed Connection support

Re: [DBCP] Managed Connection support

2007-07-05 Thread Phil Steitz
I just posted a patch JIRA which adds support for container managed connections to DBCP. In an environment where you have an accessible transaction manger such as Tomcat (when installed), Geronimo or OpenEJB, this patch allows adds support for pooling managed connections to an XA or non-XA data

svn commit: r553511 [2/2] - in /jakarta/commons/proper/dbcp/trunk: ./ src/java/org/apache/commons/dbcp/managed/ src/test/org/apache/commons/dbcp/ src/test/org/apache/commons/dbcp/managed/ xdocs/

2007-07-05 Thread psteitz
Added: jakarta/commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/managed/TestManagedDataSourceInTx.java URL: http://svn.apache.org/viewvc/jakarta/commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/managed/TestManagedDataSourceInTx.java?view=autorev=553511

RE: [VOTE] Release CLI 1.1 (3rd RC)

2007-07-05 Thread Brian Josserand
What's wrong with the unsubscribe service? Once you get on this list, you can never get off!!! -Original Message- From: Henri Yandell [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 04, 2007 10:02 PM To: Jakarta Commons Developers List Subject: [VOTE] Release CLI 1.1 (3rd RC) I've

[jira] Commented: (VFS-120) SFTP-Exception: com.jcraft.jsch.JSchException: session is down if the SFTP-Server was killed and restarted (a normal shutdown of the SFTP-Server occured no Exception afte

2007-07-05 Thread vikas (JIRA)
[ https://issues.apache.org/jira/browse/VFS-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510385 ] vikas commented on VFS-120: --- I am facing this problem also. When i stop the ftp-server and restarted it.My activity become

svn commit: r553540 - /jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/NodePointer.java

2007-07-05 Thread mbenson
Author: mbenson Date: Thu Jul 5 08:57:07 2007 New Revision: 553540 URL: http://svn.apache.org/viewvc?view=revrev=553540 Log: ws Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/NodePointer.java Modified:

[SCXML] Inject external event with XML payload () into SCXML engine

2007-07-05 Thread Ingmar Kliche
Rahul, I would like to inject events with XML payload into the SCXML engine. Currently we have to convert XML represented messages received from external components into a hashmap object to fire the event into the engine. But this does not allow to include XML attributes easily. Suppose we have

svn commit: r553603 - in /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/inference: ChiSquareTest.java TestUtils.java

2007-07-05 Thread luc
Author: luc Date: Thu Jul 5 11:34:45 2007 New Revision: 553603 URL: http://svn.apache.org/viewvc?view=revrev=553603 Log: trivial javadoc fix Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/inference/ChiSquareTest.java

[jira] Created: (CLI-136) junit should only be a test dependency in pom.xml

2007-07-05 Thread Max Berger (JIRA)
junit should only be a test dependency in pom.xml - Key: CLI-136 URL: https://issues.apache.org/jira/browse/CLI-136 Project: Commons CLI Issue Type: Improvement Components: CLI-1.x

Re: [SCXML] Inject external event with XML payload () into SCXML engine

2007-07-05 Thread Rahul Akolkar
Please post to the user list if the question is purely about usage (though I understand determining that can be tricky sometimes). If this thread continues, we should probably move it to the user list. On 7/5/07, Ingmar Kliche [EMAIL PROTECTED] wrote: Rahul, I would like to inject events with

request karma to commons validator/i18n

2007-07-05 Thread Paul Benedict
I would like to commit to commons validator and commons i18n to enhance them for Struts. For validator, I want to add and finish some issues in the current snapshot, and, respectively, port some good i18n code from other Apache projects. Can I get karma for this? Thanks, Paul

svn commit: r553680 - in /jakarta/commons/proper/beanutils/trunk: build.properties.sample build.xml

2007-07-05 Thread bayard
Author: bayard Date: Thu Jul 5 17:57:18 2007 New Revision: 553680 URL: http://svn.apache.org/viewvc?view=revrev=553680 Log: Fixing the build to include all the tests as per BEANUTILS-287. Also fixing the build.properties.sample so it's easier to use for the default maven user (ie: it looks by

[jira] Closed: (BEANUTILS-287) Missing unit tests using ant and unit test errors using maven

2007-07-05 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed BEANUTILS-287. --- Resolution: Fixed Fix Version/s: 1.8.0 New test target added; ie) I killed the