RE: One POM to bind them all...

2008-04-29 Thread O'Callaghan, Sean
I just checked out https://svn.apache.org/repos/asf/cxf/trunk and a pom.xml exists under trunk. Seán. > -Original Message- > From: Alan D. Cabrera [mailto:[EMAIL PROTECTED] > Sent: 29 April 2008 06:10 > To: dev@cxf.apache.org > Subject: One POM to bind them all... > > > There used to

HashHappy

2008-04-29 Thread Fred Dushin
Is there a reason hashed collections are used, almost exclusively, in CXF? Even in cases where collections are predictably small, Hash(Maps| Sets) almost always win out over their sortable cousins in the java.util namespace, and this, even when the keys are sortable. Is there a technical re

Re: HashHappy

2008-04-29 Thread Benson Margulies
Fred, I'd be happy to profile any test case in which you think such a case would help. I'm not really spun up on profiling for working set as opposed to CPU, but I'm game to try. --benson

Re: HashHappy

2008-04-29 Thread Daniel Kulp
On Tuesday 29 April 2008, Fred Dushin wrote: > Is there a reason hashed collections are used, almost exclusively, in > CXF? Even in cases where collections are predictably small, > Hash(Maps| Sets) almost always win out over their sortable cousins in > the java.util namespace, and this, even when

Re: HashHappy

2008-04-29 Thread Fred Dushin
Performance measurements would certainly be in order, if a change were to occur. What I'm more concerned about is flushing out any ordering assumptions in collections that are inherently unordered. That, and reproducibility of errors on Mac/Windows/Linux/etc On Apr 29, 2008, at 10:26 AM,

Re: HashHappy

2008-04-29 Thread Daniel Kulp
On Tuesday 29 April 2008, Fred Dushin wrote: > Performance measurements would certainly be in order, if a change were > to occur. > > What I'm more concerned about is flushing out any ordering assumptions > in collections that are inherently unordered. That, and > reproducibility of errors on Mac/

Warning: build issue that may result in some svn wackiness...

2008-04-29 Thread Daniel Kulp
On some Windows and Mac machines, people are having problems building the source tree due to problems running the corba plugins in the systest module. For some reason, when run from top level, maven is trying to find WsdltoidlOption class instead of WSDLToIDLOption. It runs fine if you go i

Re: [jira] cxf client code - without need of WSDL File

2008-04-29 Thread Daniel Kulp
On Monday 28 April 2008, heyhero wrote: > Hi, > > Is there any possibility that i can write the client code using CXF > Generated artifacts. > > Without providing the WSDL file to the client at runtime, only by > using the generated artifcats, can i send a request? Yes. In general, if you supply