Ha ha no problem, Glen :) thanks for incorporating my change.
- Aaron
-Original Message-
From: Glen Mazza [mailto:gma...@talend.com]
Sent: Thursday, February 10, 2011 10:48 AM
To: dev@cxf.apache.org
Subject: Re: Typo in LoggingInInterceptor constructor?
Fixed on 2.3.2 and upcoming 2.4.
Actually, Kerek best to ask CXF questions on the us...@cxf.apache.org
list (also on Nabble), which has virtually everybody on dev (for
internal development of CXF only) plus tons of users.
I think you're running wsdl2java with the "-validate" option, the error
below might be WS-I Basic Profile
I'd like to go ahead and merge it to 2.3.3.
There's still some concern to do with the roles being represented as Principals.
For now I'd prefer to continue representing them as Principals. Other
security frameworks may represent roles differently but we have them
as Principals given that at the CX
Thanks!
On 2/11/2011 4:26 AM, Willem Jiang wrote:
Hi Glen,
Your fix has some side effect, I just committed another patch[1] to fix
the test error of SecurityPolicyTest.
[1]http://svn.apache.org/viewvc?rev=1069716&view=rev
Willem
On 2/10/11 11:47 PM, Glen Mazza wrote:
Fixed on 2.3.2 and upco
Hi
I believe this issue has been fixed recently, can you try CXF 2.3.2 please ?
Cheers, Sergey
On Thu, Feb 10, 2011 at 7:50 PM, ahazelton wrote:
>
> I have a service method like this:
> @Override
> @POST
> @Path("/model/create")
> public Long createModel(Model model)
> {
> ...
> }
>
>
Hi Glen,
Your fix has some side effect, I just committed another patch[1] to fix
the test error of SecurityPolicyTest.
[1]http://svn.apache.org/viewvc?rev=1069716&view=rev
Willem
On 2/10/11 11:47 PM, Glen Mazza wrote:
Fixed on 2.3.2 and upcoming 2.4. Also, I checked the official CXF
treasur