Hi
On Sat, Aug 21, 2010 at 5:34 AM, David Valeri wrote:
> I was out of the office today and didn't get a chance to look at it until
> late tonight. The offending code has been updated and a JIRA has been
> logged [1]. Let me know if things are fixed on your end. I had to update
> the Ant plug
Hi,
I am using the following client configuration file for setting the receive
timeout options on the http-conduit object using a configurations file.
http://cxf.547215.n5.nabble.com/file/n2644365/clientConfig.xml
clientConfig.xml
I am using the following client code.
http://cxf.547215.n5.nabb
How does one run the interopfest tests? If I make a change to the stsclient
I would want to make sure it doesn't break anything.
Glen
--
View this message in context:
http://cxf.547215.n5.nabble.com/How-to-run-interopfest-tp2644543p2644543.html
Sent from the cxf-dev mailing list archive at Nab
Hi folks,
Recently I met one bug in CXF 2.2.10 which seriously blocked our current
project, The cxf application throws ConcurrentModificationException when
creating mutiple WebService client in mutiple thread in the same time, I have
reported this issue to jira, please see the detail informat
Hi
On Mon, Aug 23, 2010 at 12:51 PM, Glen Mazza wrote:
>
> How does one run the interopfest tests? If I make a change to the
> stsclient
> I would want to make sure it doesn't break anything.
>
> I do 'mvn install -Pfastinstall' from the trunk, followed by 'mvn install'
in /api, and then doing
On Monday 23 August 2010 7:51:18 am Glen Mazza wrote:
> How does one run the interopfest tests? If I make a change to the
> stsclient I would want to make sure it doesn't break anything.
There is a readme in each of the interopfest sample dirs that describe it in
more detail, but for the most pa
On Monday 23 August 2010 9:53:58 am Sergey Beryozkin wrote:
> Hi
>
> On Mon, Aug 23, 2010 at 12:51 PM, Glen Mazza wrote:
> > How does one run the interopfest tests? If I make a change to the
> > stsclient
> > I would want to make sure it doesn't break anything.
> >
> > I do 'mvn install -Pfasti
Running the examples in Hudson would be ideal; however, the examples need to
be reorganized to trigger a Maven build failure when they fail and they need
to be executed during the build. Most of the examples are written as a
standalone Java class with a main method. The client and server profiles
Well, the only addition to this would be that for it to be part of the hudson
builds, it would need to use dynamic ports for the client/server tests. With
hudson setup to run multiple builds on the machines and such, it really needs
to use dynamic ports.
We could just use the client/server s