Re: Relative paths in xsd:import - Partial solution

2010-03-26 Thread J. Aparicio
bimargulies wrote: Looks like the doctype adds one more event/node to the picture, and something trips over it. On Thu, Mar 25, 2010 at 2:46 PM, Daniel Kulp dk...@apache.org wrote: On Thursday 25 March 2010 10:02:07 am J. Aparicio wrote: OK, found out what the problem was. The xsd in

RE: WS-Security policy in wsdl for java first approach

2010-03-26 Thread Bhushan Bhangale
Yes I am using spring and the configuration is same as your example java_first_spring_support. I am able to add the policy information in the generated wsdl after I added META-INF/cxf/cxf-extension-policy.xml. The problem is that the policy gets added twice for my project but for sample

Re: Relative paths in xsd:import - Partial solution

2010-03-26 Thread Benson Margulies
Well, you could submit it as a patch if you're willing to fetch a tree. On Fri, Mar 26, 2010 at 5:37 AM, J. Aparicio juanjo.apari...@techideas.es wrote: bimargulies wrote: Looks like the doctype adds one more event/node to the picture, and something trips over it. On Thu, Mar 25, 2010 at

Re: Questions About the DOSGi Greeter Demo

2010-03-26 Thread David Bosschaert
Just wanted to add a little bit of background on the semantics around addingService() In OSGi, every callback to addingService() represents a separate service in the OSGi Framework (either a local or a distributed service) and every removedService() call represents a service that has been removed.