Re: WS-RM integration test for server side

2011-01-16 Thread Dennis Sosnoski
On 01/17/2011 04:28 PM, Dennis Sosnoski wrote: > ... > I'm now wondering, though, if I'm better off just bypassing the whole > Server/Control logic in these tests and instead just starting an > in-process service instance directly in my test code. That way I can > control the bus configuration and

Re: WS-RM integration test for server side

2011-01-16 Thread Dennis Sosnoski
On 01/17/2011 03:12 PM, Freeman Fang wrote: > > On 2011-1-17, at 上午5:41, Dennis Sosnoski wrote: > >> ... >> >> I'd like to add in- and out-message recorders to the greeterBus >> configuration build by ControlImpl, which it looks like I should be able >> to do in the passed-in configuration file, th

Re: WS-RM integration test for server side

2011-01-16 Thread Freeman Fang
On 2011-1-17, at 上午5:41, Dennis Sosnoski wrote: I've been working on writing integration tests that check WS-RM delivery assurances on the server side, after seeing some problems in this area when I tested using sample code (http://mail-archives.apache.org/mod_mbox/cxf-dev/201101.mbox/ brows

WS-RM integration test for server side

2011-01-16 Thread Dennis Sosnoski
I've been working on writing integration tests that check WS-RM delivery assurances on the server side, after seeing some problems in this area when I tested using sample code (http://mail-archives.apache.org/mod_mbox/cxf-dev/201101.mbox/browser). I'm trying to use systests/ws-specs/src/test/java/o