Change to support two way faultTo message

2012-06-19 Thread Jim Ma
Hi,
I just committed the change[1] to support transmit fault message to
faultTo endpoint for  a two way operation [2].  This change basically
changed the following things :
a . Rename OnewayDecoupledHandler to DecoupledHandler .
b.  add this DecoupledHandler interceptor with the new property
"org.apache.cxf.ws.addressing.decoupled_fault_support"
c.  notify the faultTo endpoint the fault  and  forward the response
code from faultTo endpoint to the requester and also with the fault
detail. This is specified in WSI Basic Profile 2.0 R11 R1148 [3]

If you have any concerns and comments for this change, please let me know..


[1] http://svn.apache.org/viewvc?view=revision&revision=1351934.
[2] https://issues.apache.org/jira/browse/CXF-4382
[3]  http://ws-i.org/Profiles/BasicProfile-2.0-2010-11-09.html

Cheers,
Jim


[VOTE] Release Apache CXF Fediz 1.0.0

2012-06-19 Thread Oliver Wulff
It's been over 6 months since work started on Fediz and it's time for the first
release. The features in this release are:

  *   WS-Federation 1.0/1.1/1.2
  *   SAML 1.1/2.0 Tokens
  *   Custom token support
  *   Publish WS-Federation Metadata document
  *   Role information encoded as AttributeStatement in SAML 1.1/2.0 tokens
  *   Claims information provided by FederationPrincipal interface

The documentation is available here:
http://cxf.apache.org/fediz.html

The maven staging area:
https://repository.apache.org/content/repositories/orgapachecxf-250/

This release is tagged at:
http://svn.apache.org/repos/asf/cxf/fediz/tags/fediz-1.0.0

The distributions are in the org/apache/cxf/fediz/apache-fediz/ directory of the
Maven staging area.

This vote will be open for at least 72 hours.




--

Oliver Wulff

Blog: http://owulff.blogspot.com
Solution Architect
http://coders.talend.com

Talend Application Integration Division 
http://www.talend.com


Re: CXF-2.6.x - Build # 3495 - Still Failing

2012-06-19 Thread Sergey Beryozkin
I disabled it for now. I suspect it may be caused by the hibernate 
entity manager test dependency which may be built with newer JDK which 
is confusing 1.5 compiler. Downgrading to 3.3.1.ga version is not an 
option given the JPA 2.0 CriteriaBuilder is being tested.

One option is only to run this test on 2.7.x and later...
Sergey

On 19/06/12 11:20, Sergey Beryozkin wrote:

Hi
On 19/06/12 11:13, Apache Jenkins Server wrote:

The Apache Jenkins build system has built CXF-2.6.x (build #3495)

Status: Still Failing

Check console output at https://builds.apache.org/job/CXF-2.6.x/3495/
to view the results.

I'm seeing the strange compilation failure in the results. I can not
reproduce it locally, with the Java 1.5 compiler. Does
rt/rs/extension/search compile for others ?

Thanks, Sergey


Re: CXF-2.6.x - Build # 3495 - Still Failing

2012-06-19 Thread Sergey Beryozkin

Hi
On 19/06/12 11:13, Apache Jenkins Server wrote:

The Apache Jenkins build system has built CXF-2.6.x (build #3495)

Status: Still Failing

Check console output at https://builds.apache.org/job/CXF-2.6.x/3495/ to view 
the results.
I'm seeing the strange compilation failure in the results. I can not 
reproduce it locally, with the Java 1.5 compiler. Does 
rt/rs/extension/search compile for others ?


Thanks, Sergey