Re: [JAX-RS] Nested parameter injection into a bean

2009-04-03 Thread crmuchin
For those interested, I have opened a JIRA issue with a patch https://issues.apache.org/jira/browse/CXF-2153 https://issues.apache.org/jira/browse/CXF-2153 Thanks, Craig M. Sergey Beryozkin-2 wrote: > > Hi > > I think it's an interesting idea, bean properties have no '.' thus using a > '.'

[JAX-RS] Nested parameter injection into a bean

2009-03-30 Thread crmuchin
I would like to leverage the CXF extension for parameter injection into a bean, however my bean structure is more than 1 level deep. Take the following example: class Name { String first; String last; } class Address { String city; String state; } class Person { Name legalNa

Re: problems with ws-a

2009-02-12 Thread crmuchin
Tom, Would you mind sharing the details of how you did, or plan to, work around this issue using handlers? I'm running into the same issue and I'm not sure how to proceed. To give some background, I need to write a webservice that proxies various forms of XML data to a legacy process. It seems l