cxf pull request: [CXF-5357] - Fix handling of bound character array

2013-10-24 Thread grgrzybek
GitHub user grgrzybek opened a pull request:

https://github.com/apache/cxf/pull/8

[CXF-5357] - Fix handling of bound character array

CorbaStreamWriter.writeCharacters(char[], int, int) was constructing
wrong String from defined range of characters.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/grgrzybek/cxf CXF-5357

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cxf/pull/8.patch


commit 8156806446147132b7f29e308afd686f6fa6ce62
Author: Grzegorz Grzybek 
Date:   2013-10-24T07:18:37Z

[CXF-5357] - Fix handling of bound character array

CorbaStreamWriter.writeCharacters(char[], int, int) was constructing
wrong String from defined range of characters.





cxf pull request: [CXF-5340] - Handling quoted literals and exception membe...

2013-10-24 Thread grgrzybek
GitHub user grgrzybek opened a pull request:

https://github.com/apache/cxf/pull/9

[CXF-5340] - Handling quoted literals and exception members

`"local"` String was incorrectly treated as literal.
exception members' types where not identified correctly - `"unsigned long"` 
was treated as `"unsigned"` type with name `"long"`

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/grgrzybek/cxf CXF-5340

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cxf/pull/9.patch


commit 63e4533c6d42e6b9cd71b12fdd00ee864b1eb08c
Author: Grzegorz Grzybek 
Date:   2013-10-24T10:09:26Z

[CXF-5340] - Handling quoted literals and exception members

"local" literal was incorrectly treated as literal.
exception members' types where not identified correctly - "unsigned
long" was treated as "unsigned" type with name "long"





Re: How to get jaxws:endpoint object at the server during initialization (code first approach)

2013-10-24 Thread Daniel Kulp


On Oct 23, 2013, at 8:58 PM, cxfbeginner  wrote:

> After using the SRC, I found out that EndpointImpl has a bug where it is not
> setting the EndpointInfo.
> 
> It is working now after I set EndpointInfo object directly.

Please log any bugs like this that you run into, and a patch would be most 
useful.

Dan




> 
> Thanks.
> 
> 
> 
> --
> View this message in context: 
> http://cxf.547215.n5.nabble.com/How-to-get-jaxws-endpoint-object-at-the-server-during-initialization-code-first-approach-tp5735370p5735486.html
> Sent from the cxf-dev mailing list archive at Nabble.com.

-- 
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com



cxf pull request: [CXF-5340] - Handling quoted literals and exception membe...

2013-10-24 Thread grgrzybek
Github user grgrzybek closed the pull request at:

https://github.com/apache/cxf/pull/9



cxf pull request: [CXF-5357] - Fix handling of bound character array

2013-10-24 Thread grgrzybek
Github user grgrzybek closed the pull request at:

https://github.com/apache/cxf/pull/8