Status of WS-RM

2010-11-15 Thread Scott Came
Has anyone on the dev list looked into implementing WS-RM 1.1 since this discussion on the list last June? http://mail-archives.apache.org/mod_mbox/cxf-dev/200906.mbox/%3c4a35e210.5030...@redhat.com%3e I'm guessing not, since the related JIRA issue is still "unassigned": https://issues.apache.or

Re: Status of WS-RM

2010-11-15 Thread Daniel Kulp
On Monday 15 November 2010 11:33:53 am Scott Came wrote: > Has anyone on the dev list looked into implementing WS-RM 1.1 since this > discussion on the list last June? > http://mail-archives.apache.org/mod_mbox/cxf-dev/200906.mbox/%3C4A35E210.5 > 030...@redhat.com%3e I'm guessing not, since the rel

idltowsdl Maven plug-in

2010-11-15 Thread Eric Johnson
Is the IDL->WSDL maven plug-in still called idltowsdl or has it been changed to idl2wsdl to keep it in line with the command line tool?

Issue with SoapTransportFactory

2010-11-15 Thread Seumas Soltysik
SoapTransportFactory extends AbstractTransportFactory which contains a protected Bus data member. However, SoapTransportFactory has its own private Bus data member and does not make use of the Bus data member inherited from AbstractTransportFactory. Why is this? Is this done on purpose or is thi

RE: Status of WS-RM

2010-11-15 Thread Scott Came
Thanks, Daniel. What about the potential to leverage Sandesha or the implementation in Metro? My research has indicated that some time ago there was discussion about trying to create a reusable RM library that could do the job (with adaptation) across the various open source implementations of

Re: idltowsdl Maven plug-in

2010-11-15 Thread Daniel Kulp
On Monday 15 November 2010 11:47:05 am Eric Johnson wrote: > Is the IDL->WSDL maven plug-in still called idltowsdl or has it been > changed to idl2wsdl to keep it in line with the command line tool? The plugin name is: cxf-corbatools-maven-plugin but the goal is: * @goal idl2wsdl -- Daniel K

Re: Issue with SoapTransportFactory

2010-11-15 Thread Daniel Kulp
On Monday 15 November 2010 11:57:24 am Seumas Soltysik wrote: > SoapTransportFactory extends AbstractTransportFactory which contains a > protected Bus data member. However, SoapTransportFactory has its own > private Bus data member and does not make use of the Bus data member > inherited from Abstr

Re: Status of WS-RM

2010-11-15 Thread Daniel Kulp
On Monday 15 November 2010 12:05:56 pm Scott Came wrote: > Thanks, Daniel. > What about the potential to leverage Sandesha or the implementation in > Metro? My research has indicated that some time ago there was discussion > about trying to create a reusable RM library that could do the job (with

Re: Discuss change http authorization handling to be strategy based

2010-11-15 Thread Daniel Kulp
Moving to dev@ as it's more of a dev@ discussion. On Monday 15 November 2010 10:26:44 am Schneider Christian wrote: > Hi all, > > I am currently working on https://issues.apache.org/jira/browse/CXF-3123 > (Support Spnego/Kerberos authentication for http transport). My first > attempt was to use

Re: Discuss change http authorization handling to be strategy based

2010-11-15 Thread Christian Schneider
Am 15.11.2010 21:34, schrieb Daniel Kulp: Well, I guess here would be my "requirements": 1) "Out of the box", basic auth needs to "just work". If the user sets the username and password and nothing is configured in, the basic auth stuff should automatically turn on preemptively. 2) Streaming