Re: a quesiton on CXF 2.5 WS-RM's protocol variation handling

2011-09-09 Thread Dennis Sosnoski
Sounds good to me on both of these. - Dennis On 09/09/2011 08:29 PM, Aki Yoshida wrote: Hi Dennis, okay. Thanks. I will check it out. I am also thinking about introducing a few request runtime properties to control some of the RM behavior. - Marking the message as the last message - Settin

Re: a quesiton on CXF 2.5 WS-RM's protocol variation handling

2011-09-09 Thread Aki Yoshida
Hi Dennis, okay. Thanks. I will check it out. I am also thinking about introducing a few request runtime properties to control some of the RM behavior. - Marking the message as the last message - Setting the replyTo of the createSequence to the anonymous endpoint for a decoupled case (Currently,

Re: a quesiton on CXF 2.5 WS-RM's protocol variation handling

2011-09-08 Thread Dennis Sosnoski
Hi Aki, I added the test code to verify proper server-side handling of different protocol variations (http://svn.apache.org/viewvc?rev=1166927&view=rev) so if you want to try changing how RMEndpoint works, go ahead. - Dennis On 08/25/2011 05:30 PM, Dennis Sosnoski wrote: On 08/18/2011 11

Re: a quesiton on CXF 2.5 WS-RM's protocol variation handling

2011-08-24 Thread Dennis Sosnoski
On 08/18/2011 11:32 PM, Aki Yoshida wrote: > Hi Dennis, > > 2011/8/17 Dennis Sosnoski : >> Hi Aki, >> >> On 08/18/2011 09:25 AM, Aki Yoshida wrote: >>> ... >>> >>> RMManager now manages endpoints under each supported protocol >>> variation using Map>. >>> Does this mean that an Endpoint can be used

Re: a quesiton on CXF 2.5 WS-RM's protocol variation handling

2011-08-18 Thread Aki Yoshida
Hi Dennis, 2011/8/17 Dennis Sosnoski : > Hi Aki, > > On 08/18/2011 09:25 AM, Aki Yoshida wrote: >> ... >> >> RMManager now manages endpoints under each supported protocol >> variation using Map>. >> Does this mean that an Endpoint can be used in several protocol variations? > > Yes. I decided to t

Re: a quesiton on CXF 2.5 WS-RM's protocol variation handling

2011-08-17 Thread Dennis Sosnoski
Hi Aki, On 08/18/2011 09:25 AM, Aki Yoshida wrote: > ... > > RMManager now manages endpoints under each supported protocol > variation using Map>. > Does this mean that an Endpoint can be used in several protocol variations? Yes. I decided to take this approach because I wanted the WS-RM serversi

a quesiton on CXF 2.5 WS-RM's protocol variation handling

2011-08-17 Thread Aki Yoshida
Hi Dennis, I am trying to adjust my JMX code for the CXF 2.5 WS-RM and I have a question. RMManager now manages endpoints under each supported protocol variation using Map>. Does this mean that an Endpoint can be used in several protocol variations? The background to my question is that I want to