Re: WARNING: very big commit coming later today....

2009-09-01 Thread Sergey Beryozkin
Hi Dan Did you finish the part 3 of this refactoring ? I'm setting up a custom JAXRS project in Eclipse and I still have to add a wsdl4j library to the list of dependencies though I've been able to drop quite a few dependencies compared to a similar project I set up earlier... Just in case,

Re: WARNING: very big commit coming later today....

2009-09-01 Thread Daniel Kulp
I haven't really worked on the non-spring case much at all. I'm going to doubt that is going to be able to take advantage of any of what I've done. I'll look more into your other failure shortly. Dan On Tue September 1 2009 7:59:05 am Sergey Beryozkin wrote: Without Spring the exception

WARNING: very big commit coming later today....

2009-08-25 Thread Daniel Kulp
Just a warning, if I can get all the tests passing, I have a big commit coming in today (although broken across a couple commits that will all come at once) that touches a LOT of stuff. Basically, I'm trying to reduce the startup time. Specifically, the BusFactory.createDefaultBus() time.

Re: WARNING: very big commit coming later today....

2009-08-25 Thread Alessio Soldano
OK Dan, interesting changes :-) Btw, once it's all on svn and a couple of days passed, I can try pointing the jbossws-cxf build to a recent snapshot to check early the integration is fine. Thanks Alessio Daniel Kulp wrote: Just a warning, if I can get all the tests passing, I have a big

Re: WARNING: very big commit coming later today....

2009-08-25 Thread Daniel Kulp
OK. Part 1 (I have more ideas) is in. A default bus has gone from over 55 beans created and initialized down to 12. Startup time for the first Bus has dropped from 2.1 seconds on my machine to 0.9. After the jit warms up and classes loaded and such, subsequent Bus creation has dropped