Re: [vfs] SFTP Provider and Daemon Threads?

2008-06-14 Thread James Carman
-based build. However, maven can generate an ant-based build file. I'll try doing that and checking it in. -- View this message in context: http://www.nabble.com/-vfs--SFTP-Provider-and-Daemon-Threads--tp17754263p17836067.html Sent from the Commons - User mailing list archive

Re: [vfs] SFTP Provider and Daemon Threads?

2008-06-13 Thread Rob Moore
it. It was a one-line change. So, it'll be easy to back out if you so desire. But, in my application, it solved the hanging problem. So, I resolved/closed the JIRA issue. -- View this message in context: http://www.nabble.com/-vfs--SFTP-Provider-and-Daemon-Threads--tp17754263p17826602.html Sent

Re: [vfs] SFTP Provider and Daemon Threads?

2008-06-13 Thread Mario Ivankovits
Hi! Since this change requires a newer version of jsch then the one used to build the project, will it be updated as well (0.1.39 is the latest)? I'm trying to build a snapshot and it fails with: For the current VFS trunk we can do this. James, could you update the pom and build.xml

Re: [vfs] SFTP Provider and Daemon Threads?

2008-06-13 Thread James Carman
--SFTP-Provider-and-Daemon-Threads--tp17754263p17826602.html Sent from the Commons - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [vfs] SFTP Provider and Daemon Threads?

2008-06-13 Thread Rob Moore
and it worked fine. Try building trunk with the current pom.xml file and you shouldn't have any problems. -- View this message in context: http://www.nabble.com/-vfs--SFTP-Provider-and-Daemon-Threads--tp17754263p17833746.html Sent from the Commons - User mailing list archive at Nabble.com

Re: [vfs] SFTP Provider and Daemon Threads?

2008-06-13 Thread James Carman
pom.xml file and you shouldn't have any problems. -- View this message in context: http://www.nabble.com/-vfs--SFTP-Provider-and-Daemon-Threads--tp17754263p17833746.html Sent from the Commons - User mailing list archive at Nabble.com

Re: [vfs] SFTP Provider and Daemon Threads?

2008-06-13 Thread Rob Moore
: http://www.nabble.com/-vfs--SFTP-Provider-and-Daemon-Threads--tp17754263p17836067.html Sent from the Commons - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[vfs] SFTP Provider and Daemon Threads?

2008-06-10 Thread James Carman
Shouldn't the SFTP provider be calling setDaemon(true) on the JSch session? I am running a simple application which just lists the contents of a directory and it hangs after it's done because there's a non-daemon thread running (looks like a keep-alive thread from JSch).

Re: [vfs] SFTP Provider and Daemon Threads?

2008-06-10 Thread James Carman
It's on the Session API (since 0.1.31 I believe). There's a new setDaemonThread() method. On Tue, Jun 10, 2008 at 8:40 AM, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! Shouldn't the SFTP provider be calling setDaemon(true) on the JSch session? I am running a simple application which just

Re: [vfs] SFTP Provider and Daemon Threads?

2008-06-10 Thread James Carman
I went ahead and committed it. It was a one-line change. So, it'll be easy to back out if you so desire. But, in my application, it solved the hanging problem. So, I resolved/closed the JIRA issue. On Tue, Jun 10, 2008 at 8:50 AM, James Carman [EMAIL PROTECTED] wrote: I've created:

Re: [vfs] SFTP Provider and Daemon Threads?

2008-06-10 Thread Mario Ivankovits
Hi! I went ahead and committed it. It was a one-line change. So, it'll be easy to back out if you so desire. But, in my application, it solved the hanging problem. So, I resolved/closed the JIRA issue. Yep, seems good. Thank you! Ciao, Mario On Tue, Jun 10, 2008 at 8:50 AM, James

Re: [vfs] SFTP Provider and Daemon Threads?

2008-06-10 Thread James Carman
On Tue, Jun 10, 2008 at 9:13 AM, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! I went ahead and committed it. It was a one-line change. So, it'll be easy to back out if you so desire. But, in my application, it solved the hanging problem. So, I resolved/closed the JIRA issue. Yep, seems