Re: [vfs] Putting a VFS behind a sftp server

2010-04-27 Thread Sanghvi, Viraj
Is it possible to mount a vfs on a local file system and navigate/browse as any other file system? I think something like this was mentioned on the VFSNext wiki page, but was wondering if anyone had tackled this. On Apr 26, 2010, at 10:31 PM, Ralph Goers wrote: > I'm not familiar with FTPServe

[Math] compare/complement r

2010-04-27 Thread Sachin Dole
Hello, I am working on a project that will likely integrate heavily with the r language platform through the rJava library. Can Commons math be used or otherwise fitted to work with r? For those of us for whom r is new, I am talking about WWW.r-project.org. Thanks list! Sachin

RE: [VFS] Trying To Use WebDAV

2010-04-27 Thread Martin Gainty
Guten Tag on which container will you be implementing? Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte We

[VFS] Trying To Use WebDAV

2010-04-27 Thread Stewart-c, Theresa
Hi, I was trying to use the following solution in order to obtain a FileObject using the WebDAV protocol (posted earlier on a thread): WebdavFileSystemConfigBuilder builder = (WebdavFileSystemConfigBuilder)manager.getFileSystemConfigBuilder("webda v"); final String ur

A concept question about streaming api

2010-04-27 Thread Chia-Hung Lin
I have an application which uses servletupload streaming api to receive multipart data from client. There is no problem in normal scenario. For instance, an user hits a page in the browser and choose a file; then click submit button uploading the file to the server side. I also have an unit te

Re: [daemon] Problems of downgrading user prevelegies.

2010-04-27 Thread Mladen Turk
On 04/27/2010 03:11 PM, Alexandr Nalbandyan wrote: Hi Thank you for the feedback actually the reason why we came to such conclusion is following. Here is snapshot from init method comment " perform all operations * requiringsuper-user privileges in the underlying operating * sy

[digester] Unexspected NoSuchMethodException on addSetNestedProperties

2010-04-27 Thread ext-steven.busack
Hi, I have a problem using Digester and I hope you can help me. I have the following Bean: public class MyEntry { private String entityID; public String getEntityID() { return this.entityID; } public void setEntityID(final String entityID) { this.entityID = entityID; } } And the follo

Re: [fileupload] Need help for Streaming API processing

2010-04-27 Thread amitrane
Here is the call which seemed to work for me, in order to obtain the inputStream as byte[]:: IOUtils.toByteArray(inputStream) I came across it while browsing :: http://poi.apache.org/spreadsheet/quick-guide.html#Images Check the sample code there [5th line ]. Here is the code snippet, which see

Re: [fileupload] Need help for Streaming API processing

2010-04-27 Thread amitrane
Here is the call which seemed to work for me, in order to obtain the inputStream as byte[]:: IOUtils.toByteArray(inputStream) I came across it while browsing :: http://poi.apache.org/spreadsheet/quick-guide.html#Images Check the sample code there [5th line ]. Here is the code snippet, which see

Re: [daemon] Problems of downgrading user prevelegies.

2010-04-27 Thread Alexandr Nalbandyan
Hi Thank you for the feedback actually the reason why we came to such conclusion is following. Here is snapshot from init method comment " perform all operations * requiring super-user privileges in the underlying operating * system. ". >From this we came to conclusion that during e

Re: [daemon] Problems of downgrading user prevelegies.

2010-04-27 Thread Mladen Turk
On 04/27/2010 01:11 PM, Alexandr Nalbandyan wrote: Hi Following is the problem we have faced when specifying "-user" option in jsvc. In the following code snipped in init method definition we have tried to create file output stream. " public final void init(final DaemonContext arg0) throws

[daemon] Problems of downgrading user prevelegies.

2010-04-27 Thread Alexandr Nalbandyan
Hi Following is the problem we have faced when specifying "-user" option in jsvc. In the following code snipped in init method definition we have tried to create file output stream. " public final void init(final DaemonContext arg0) throws Exception { FileOutputStream fileOutputStream

[daemon] Problems of downgrading user prevelegies.

2010-04-27 Thread Alexandr Nalbandyan
Hi Following is the problem we have faced when specifying "-user" option in jsvc. In the following code snipped in init method definition we have tried to create file output stream. " public final void init(final DaemonContext arg0) throws Exception { FileOutputStream fileOutputStream