Re: [vfs] webdav, jackrabbit and fileObject.exists()

2008-04-17 Thread jharrop
Hi Stephan See http://issues.apache.org/jira/browse/VFS-207 for a patch, now 9 days old. Hopefully that fix works for jackrabbit's WebDAV. I'm considering adding the vfs webdav sandbox stuff to webdavclient4j's source tree, and maintaining it there. cheers, Jason Stephan Schuster-3 wrot

Carl D. Cyrus/CLE/Sherwin-Williams is out of the office.

2008-04-17 Thread carl . d . cyrus
I will be out of the office starting 04/17/2008 and will not return until 04/21/2008. If you need assistance with MQ, please contact Tim Beitl, or page the MQ primary support person from the paging gateway. Mass updates and mass loads should be sent to Tim Beitl and Tom Advent. ---

Re: bidimap with multiple value occurence

2008-04-17 Thread Matt Benson
--- Nazar Stasiv <[EMAIL PROTECTED]> wrote: > Hello, > I want to ask about elegant way to store key,value > pairs into bidimap where > value has many occurrences. It is known that if map > stores key,value pair > into existing key bucket old value is replaced with > new one. > Now when it comes t

bidimap with multiple value occurence

2008-04-17 Thread Nazar Stasiv
Hello, I want to ask about elegant way to store key,value pairs into bidimap where value has many occurrences. It is known that if map stores key,value pair into existing key bucket old value is replaced with new one. Now when it comes to lookup key with the value inverse map is used, and hence val

RE: [SCXML] State transitions from within handler

2008-04-17 Thread Ouyang, Landon - ES/RDR -Gil
Hi Rahul, Thanks for your informative response. Using your suggestions I created my own state machine class that did not utilize a listener. I overwrote the Initialize() and fireEvent() routines to invoke the state methods and utilize an event stack to process external events. The only issue wit

How does fileUpload handle getParameterValues?

2008-04-17 Thread RossOliver
Hi, If I had a form which passed multipart/form-data where multiple values are assigned to one name, how do I distinguish between the names using (Streaming API) fileUpload? Usually, I would simply call getParameterValues, which would return an array of the values associated with a name, but I d