RE: Struts+Hibernate many-to-many mismatch

2007-02-05 Thread Lance Semmens
BeanUtils uses the Introspector (core java) to populate your beans. It will use your setXs(index, object) and getXs(index) methods if you supply them (see http://java.sun.com/j2se/1.4.2/docs/api/java/beans/IndexedPropertyDescriptor.html). Since HashSet does not guarantee the order of your set

Why do I get Disconnecting: bad client public DH value from the SFTP server ?

2007-02-05 Thread Eyvind Almqvist
I am building some SFTP java services in Webmethods for Tele2 in Sweden. First I built them as methods in a Java class. Then it is no problem to logg in to the SFTP-server. But when I make a Webmethods java service based on this Java class, it is not possible to logg in. There are no error

RE: [HTTPClient] Header parser

2007-02-05 Thread Kedar Panse
Interesting. Let me try the same.. I must be making some mistake. I did had RC4. Thanks! Kedar -Original Message- From: Bindul Bhowmik [mailto:[EMAIL PROTECTED] Sent: Sunday, February 04, 2007 1:35 AM To: Jakarta Commons Users List Subject: Re: [HTTPClient] Header parser Kedar, On

VFS Progress status

2007-02-05 Thread Or_Daniel
Hi, I've just started using VFS. Looks very nice. Does anyone know if it is possible to retrieve progress information regarding IO operations such as copy/move? Daniel Ore

Re: Is JXPath support Boolean?

2007-02-05 Thread Matt Benson
--- maomaode [EMAIL PROTECTED] wrote: Hi Matt , Thanks for reply. Yes, your alternative solutions definitely will work, But, I'm not sure it's a good idea to make the JXPath support Boolean? or do we have a plan to support Boolean? And anther related question is that, do we have a

Re: [SCXML] Weird behavior with invoke

2007-02-05 Thread Rahul Akolkar
On 2/2/07, Elam Birnbaum (ebirnbau) [EMAIL PROTECTED] wrote: Hello everyone, This is my first post concerning Commons SCXML so please feel free to provide suggestions on the semantics of my post, the question itself, or the design I have chosen. Apologies in advance for the long e-mail! snip/

Re: VFS Progress status

2007-02-05 Thread Mario Ivankovits
Hi! It's not yet possible, but planned for the next release. Shouldn't be that hard - hopefully ;-) Ciao, Mario -Original Message- From: [EMAIL PROTECTED] Date: Monday, Feb 5, 2007 1:15 pm Subject: VFS Progress status To: Reply-Jakarta Commons Users List

Re: VFS Progress status

2007-02-05 Thread Andrew
Can't you just do your own moving by using FileObject.getContent().getInputStream and getOutputStream()? Then do your own copy and you can do all the progress monitoring you want then... It would be nice if there was some way to add your self as a progress listener though to a

Using catalina.policy for security with jsvc

2007-02-05 Thread Jere Retzer
I'm trying to figure out how to use the java security manager with catalina.policy. Does jsvc normally run with the security manager? How do you set the policy file? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For