Re: [VOTE] Apache CXF 2.7.8/2.6.11

2013-11-22 Thread Christian Schneider
I was already wondering why the tests were executed so early but I only 
looked for the xkms feature not the cxf feature.

So yes that should do the trick.

Thanks

Christian


On 21.11.2013 16:34, Aki Yoshida wrote:

+1
tested OK with cxf-2.7.8 with current camel and olingo.
and with some manual tests on equinox.

the only minor thing I noticed was the build/test order that causes
the fresh clean install to fail at xkms.itests, as xkms.itests gets
executed before osgi/karaf is built and consequently the cxf feature
artifact is not available during the test.

Running org.apache.cxf.xkms.itests.handlers.validator.ValidatorCRLTest
12:12:28,656 | ERROR |
apache.karaf.features.internal.FeaturesServiceImpl | Error installing
boot feature config
java.lang.RuntimeException: URL
[mvn:org.apache.cxf.karaf/apache-cxf/2.7.8/xml/features] could not be
resolved.
at 
org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.java:195)[1:org.ops4j.pax.url.mvn:1.3.5]
at 
org.apache.karaf.features.internal.FeatureValidationUtil.validate(FeatureValidationUtil.j

... the build order looks like this
[INFO] Apache CXF XKMS Integration Tests
[INFO] Apache CXF XKMS
[INFO] Apache CXF Karaf Parent
[INFO] Apache CXF Karaf Features
[INFO] Apache CXF Karaf Commands

Adding a test dependency in xkms.itests to the cxf feature, as
 dependency
 groupIdorg.apache.cxf.karaf/groupId
 artifactIdapache-cxf/artifactId
 version${project.version}/version
 typepom/type
 scopetest/scope
 /dependency

changed the execution order so that the fresh install runs. And I
wanted to ask if I should make this change to trunk, 2,7.x et al or we
should come up with another workaround.

regards, aki


2013/11/20 Daniel Kulp dk...@apache.org:

We've resolved over 75 issues since 2.7.7 and almost 35 ported back to 2.6.11.


List of issues:
2.6.11
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325006
2.7.8
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325005

The Maven staging areas are at:
2.6.11
https://repository.apache.org/content/repositories/orgapachecxf-155/
2.7.8
https://repository.apache.org/content/repositories/orgapachecxf-158/

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


This releases are tagged at:
http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.11
http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.8

This vote will be open for at least 72 hours.



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




--
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
http://www.talend.com



RE: [VOTE] Apache CXF 2.7.8/2.6.11

2013-11-22 Thread Andrei Shakirin
Hi Aki,

Thanks for spotting and fixing this.

Regards,
Andrei.

 -Original Message-
 From: Aki Yoshida [mailto:elak...@gmail.com]
 Sent: Donnerstag, 21. November 2013 16:34
 To: dev@cxf.apache.org
 Subject: Re: [VOTE] Apache CXF 2.7.8/2.6.11
 
 +1
 tested OK with cxf-2.7.8 with current camel and olingo.
 and with some manual tests on equinox.
 
 the only minor thing I noticed was the build/test order that causes the fresh
 clean install to fail at xkms.itests, as xkms.itests gets executed before
 osgi/karaf is built and consequently the cxf feature artifact is not available
 during the test.
 
 Running org.apache.cxf.xkms.itests.handlers.validator.ValidatorCRLTest
 12:12:28,656 | ERROR |
 apache.karaf.features.internal.FeaturesServiceImpl | Error installing boot
 feature config
 java.lang.RuntimeException: URL
 [mvn:org.apache.cxf.karaf/apache-cxf/2.7.8/xml/features] could not be
 resolved.
 at
 org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.java:
 195)[1:org.ops4j.pax.url.mvn:1.3.5]
 at
 org.apache.karaf.features.internal.FeatureValidationUtil.validate(FeatureVal
 idationUtil.j
 
 ... the build order looks like this
 [INFO] Apache CXF XKMS Integration Tests [INFO] Apache CXF XKMS [INFO]
 Apache CXF Karaf Parent [INFO] Apache CXF Karaf Features [INFO] Apache
 CXF Karaf Commands
 
 Adding a test dependency in xkms.itests to the cxf feature, as
 dependency
 groupIdorg.apache.cxf.karaf/groupId
 artifactIdapache-cxf/artifactId
 version${project.version}/version
 typepom/type
 scopetest/scope
 /dependency
 
 changed the execution order so that the fresh install runs. And I wanted to
 ask if I should make this change to trunk, 2,7.x et al or we should come up
 with another workaround.
 
 regards, aki
 
 
 2013/11/20 Daniel Kulp dk...@apache.org:
 
  We've resolved over 75 issues since 2.7.7 and almost 35 ported back to
 2.6.11.
 
 
  List of issues:
  2.6.11
  https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310
  511version=12325006
  2.7.8
  https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310
  511version=12325005
 
  The Maven staging areas are at:
  2.6.11
  https://repository.apache.org/content/repositories/orgapachecxf-155/
  2.7.8
  https://repository.apache.org/content/repositories/orgapachecxf-158/
 
  The distributions are in the org/apache/cxf/apache-cxf/ directory of the
 Maven staging areas.
 
 
  This releases are tagged at:
  http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.11
  http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.8
 
  This vote will be open for at least 72 hours.
 
 
 
  --
  Daniel Kulp
  dk...@apache.org - http://dankulp.com/blog Talend Community Coder -
  http://coders.talend.com
 


RE: [VOTE] Apache CXF 2.7.8/2.6.11

2013-11-21 Thread Andrei Shakirin
+1 (non-binding)

 -Original Message-
 From: Daniel Kulp [mailto:dk...@apache.org]
 Sent: Mittwoch, 20. November 2013 17:21
 To: dev@cxf.apache.org
 Subject: [VOTE] Apache CXF 2.7.8/2.6.11
 
 
 We've resolved over 75 issues since 2.7.7 and almost 35 ported back to
 2.6.11.
 
 
 List of issues:
 2.6.11
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511
 version=12325006
 2.7.8
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511
 version=12325005
 
 The Maven staging areas are at:
 2.6.11
 https://repository.apache.org/content/repositories/orgapachecxf-155/
 2.7.8
 https://repository.apache.org/content/repositories/orgapachecxf-158/
 
 The distributions are in the org/apache/cxf/apache-cxf/ directory of the
 Maven staging areas.
 
 
 This releases are tagged at:
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.11
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.8
 
 This vote will be open for at least 72 hours.
 
 
 
 --
 Daniel Kulp
 dk...@apache.org - http://dankulp.com/blog Talend Community Coder -
 http://coders.talend.com



RE: [VOTE] Apache CXF 2.7.8/2.6.11

2013-11-21 Thread Oliver Wulff
+1

Oli


From: Andrei Shakirin [ashaki...@talend.com]
Sent: 21 November 2013 09:54
To: dev@cxf.apache.org
Subject: RE: [VOTE] Apache CXF 2.7.8/2.6.11

+1 (non-binding)

 -Original Message-
 From: Daniel Kulp [mailto:dk...@apache.org]
 Sent: Mittwoch, 20. November 2013 17:21
 To: dev@cxf.apache.org
 Subject: [VOTE] Apache CXF 2.7.8/2.6.11


 We've resolved over 75 issues since 2.7.7 and almost 35 ported back to
 2.6.11.


 List of issues:
 2.6.11
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511
 version=12325006
 2.7.8
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511
 version=12325005

 The Maven staging areas are at:
 2.6.11
 https://repository.apache.org/content/repositories/orgapachecxf-155/
 2.7.8
 https://repository.apache.org/content/repositories/orgapachecxf-158/

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


 This releases are tagged at:
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.11
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.8

 This vote will be open for at least 72 hours.



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



Re: [VOTE] Apache CXF 2.7.8/2.6.11

2013-11-21 Thread Colm O hEigeartaigh
+1.

Colm.


On Thu, Nov 21, 2013 at 8:54 AM, Andrei Shakirin ashaki...@talend.comwrote:

 +1 (non-binding)

  -Original Message-
  From: Daniel Kulp [mailto:dk...@apache.org]
  Sent: Mittwoch, 20. November 2013 17:21
  To: dev@cxf.apache.org
  Subject: [VOTE] Apache CXF 2.7.8/2.6.11
 
 
  We've resolved over 75 issues since 2.7.7 and almost 35 ported back to
  2.6.11.
 
 
  List of issues:
  2.6.11
 
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511
  version=12325006
  2.7.8
 
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511
  version=12325005
 
  The Maven staging areas are at:
  2.6.11
  https://repository.apache.org/content/repositories/orgapachecxf-155/
  2.7.8
  https://repository.apache.org/content/repositories/orgapachecxf-158/
 
  The distributions are in the org/apache/cxf/apache-cxf/ directory of the
  Maven staging areas.
 
 
  This releases are tagged at:
  http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.11
  http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.8
 
  This vote will be open for at least 72 hours.
 
 
 
  --
  Daniel Kulp
  dk...@apache.org - http://dankulp.com/blog Talend Community Coder -
  http://coders.talend.com




-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com


Re: [VOTE] Apache CXF 2.7.8/2.6.11

2013-11-21 Thread Daniel Kulp

Yea, go ahead and make this change.  I had been wondering about the xkms stuff 
as it did seems to run a bit earlier than it should.

Dan


On Nov 21, 2013, at 10:34 AM, Aki Yoshida elak...@gmail.com wrote:

 +1
 tested OK with cxf-2.7.8 with current camel and olingo.
 and with some manual tests on equinox.
 
 the only minor thing I noticed was the build/test order that causes
 the fresh clean install to fail at xkms.itests, as xkms.itests gets
 executed before osgi/karaf is built and consequently the cxf feature
 artifact is not available during the test.
 
 Running org.apache.cxf.xkms.itests.handlers.validator.ValidatorCRLTest
 12:12:28,656 | ERROR |
 apache.karaf.features.internal.FeaturesServiceImpl | Error installing
 boot feature config
 java.lang.RuntimeException: URL
 [mvn:org.apache.cxf.karaf/apache-cxf/2.7.8/xml/features] could not be
 resolved.
 at 
 org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.java:195)[1:org.ops4j.pax.url.mvn:1.3.5]
 at 
 org.apache.karaf.features.internal.FeatureValidationUtil.validate(FeatureValidationUtil.j
 
 ... the build order looks like this
 [INFO] Apache CXF XKMS Integration Tests
 [INFO] Apache CXF XKMS
 [INFO] Apache CXF Karaf Parent
 [INFO] Apache CXF Karaf Features
 [INFO] Apache CXF Karaf Commands
 
 Adding a test dependency in xkms.itests to the cxf feature, as
dependency
groupIdorg.apache.cxf.karaf/groupId
artifactIdapache-cxf/artifactId
version${project.version}/version
typepom/type
scopetest/scope
/dependency
 
 changed the execution order so that the fresh install runs. And I
 wanted to ask if I should make this change to trunk, 2,7.x et al or we
 should come up with another workaround.
 
 regards, aki
 
 
 2013/11/20 Daniel Kulp dk...@apache.org:
 
 We've resolved over 75 issues since 2.7.7 and almost 35 ported back to 
 2.6.11.
 
 
 List of issues:
 2.6.11
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325006
 2.7.8
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325005
 
 The Maven staging areas are at:
 2.6.11
 https://repository.apache.org/content/repositories/orgapachecxf-155/
 2.7.8
 https://repository.apache.org/content/repositories/orgapachecxf-158/
 
 The distributions are in the org/apache/cxf/apache-cxf/ directory of the 
 Maven staging areas.
 
 
 This releases are tagged at:
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.11
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.8
 
 This vote will be open for at least 72 hours.
 
 
 
 --
 Daniel Kulp
 dk...@apache.org - http://dankulp.com/blog
 Talend Community Coder - http://coders.talend.com
 

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



Re: [VOTE] Apache CXF 2.7.8/2.6.11

2013-11-21 Thread Christian Schneider

+1

Christian

Am 20.11.2013 17:20, schrieb Daniel Kulp:

We've resolved over 75 issues since 2.7.7 and almost 35 ported back to 2.6.11.


List of issues:
2.6.11
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325006
2.7.8
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325005

The Maven staging areas are at:
2.6.11
https://repository.apache.org/content/repositories/orgapachecxf-155/
2.7.8
https://repository.apache.org/content/repositories/orgapachecxf-158/

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


This releases are tagged at:
http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.11
http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.8

This vote will be open for at least 72 hours.






--
 
Christian Schneider

http://www.liquid-reality.de

Open Source Architect
Talend Application Integration Division http://www.talend.com



Re: [VOTE] Apache CXF 2.7.8/2.6.11

2013-11-21 Thread Alessio Soldano

+1

On 20/11/13 17:20, Daniel Kulp wrote:

We've resolved over 75 issues since 2.7.7 and almost 35 ported back to 2.6.11.


List of issues:
2.6.11
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325006
2.7.8
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325005

The Maven staging areas are at:
2.6.11
https://repository.apache.org/content/repositories/orgapachecxf-155/
2.7.8
https://repository.apache.org/content/repositories/orgapachecxf-158/

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


This releases are tagged at:
http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.11
http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.8

This vote will be open for at least 72 hours.






--
Alessio Soldano
Web Service Lead, JBoss



Re: [VOTE] Apache CXF 2.7.8/2.6.11

2013-11-21 Thread Aki Yoshida
+1
tested OK with cxf-2.7.8 with current camel and olingo.
and with some manual tests on equinox.

the only minor thing I noticed was the build/test order that causes
the fresh clean install to fail at xkms.itests, as xkms.itests gets
executed before osgi/karaf is built and consequently the cxf feature
artifact is not available during the test.

Running org.apache.cxf.xkms.itests.handlers.validator.ValidatorCRLTest
12:12:28,656 | ERROR |
apache.karaf.features.internal.FeaturesServiceImpl | Error installing
boot feature config
java.lang.RuntimeException: URL
[mvn:org.apache.cxf.karaf/apache-cxf/2.7.8/xml/features] could not be
resolved.
at 
org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.java:195)[1:org.ops4j.pax.url.mvn:1.3.5]
at 
org.apache.karaf.features.internal.FeatureValidationUtil.validate(FeatureValidationUtil.j

... the build order looks like this
[INFO] Apache CXF XKMS Integration Tests
[INFO] Apache CXF XKMS
[INFO] Apache CXF Karaf Parent
[INFO] Apache CXF Karaf Features
[INFO] Apache CXF Karaf Commands

Adding a test dependency in xkms.itests to the cxf feature, as
dependency
groupIdorg.apache.cxf.karaf/groupId
artifactIdapache-cxf/artifactId
version${project.version}/version
typepom/type
scopetest/scope
/dependency

changed the execution order so that the fresh install runs. And I
wanted to ask if I should make this change to trunk, 2,7.x et al or we
should come up with another workaround.

regards, aki


2013/11/20 Daniel Kulp dk...@apache.org:

 We've resolved over 75 issues since 2.7.7 and almost 35 ported back to 2.6.11.


 List of issues:
 2.6.11
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325006
 2.7.8
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325005

 The Maven staging areas are at:
 2.6.11
 https://repository.apache.org/content/repositories/orgapachecxf-155/
 2.7.8
 https://repository.apache.org/content/repositories/orgapachecxf-158/

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


 This releases are tagged at:
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.11
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.8

 This vote will be open for at least 72 hours.



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



Re: [VOTE] Apache CXF 2.7.8/2.6.11

2013-11-21 Thread Ulhas Bhole
+1,

Ulhas Bhole


On Wed, Nov 20, 2013 at 4:20 PM, Daniel Kulp dk...@apache.org wrote:


 We've resolved over 75 issues since 2.7.7 and almost 35 ported back to
 2.6.11.


 List of issues:
 2.6.11

 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325006
 2.7.8

 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325005

 The Maven staging areas are at:
 2.6.11
 https://repository.apache.org/content/repositories/orgapachecxf-155/
 2.7.8
 https://repository.apache.org/content/repositories/orgapachecxf-158/

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


 This releases are tagged at:
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.11
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.8

 This vote will be open for at least 72 hours.



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




Re: [VOTE] Apache CXF 2.7.8/2.6.11

2013-11-20 Thread Sergey Beryozkin

+1

Sergey
On 20/11/13 16:20, Daniel Kulp wrote:


We've resolved over 75 issues since 2.7.7 and almost 35 ported back to 2.6.11.


List of issues:
2.6.11
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325006
2.7.8
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325005

The Maven staging areas are at:
2.6.11
https://repository.apache.org/content/repositories/orgapachecxf-155/
2.7.8
https://repository.apache.org/content/repositories/orgapachecxf-158/

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


This releases are tagged at:
http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.11
http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.8

This vote will be open for at least 72 hours.







Re: [VOTE] Apache CXF 2.7.8/2.6.11

2013-11-20 Thread David Bosschaert
+1

David

On 20 November 2013 16:20, Daniel Kulp dk...@apache.org wrote:

 We've resolved over 75 issues since 2.7.7 and almost 35 ported back to 2.6.11.


 List of issues:
 2.6.11
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325006
 2.7.8
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325005

 The Maven staging areas are at:
 2.6.11
 https://repository.apache.org/content/repositories/orgapachecxf-155/
 2.7.8
 https://repository.apache.org/content/repositories/orgapachecxf-158/

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


 This releases are tagged at:
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.11
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.8

 This vote will be open for at least 72 hours.



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



Re: [VOTE] Apache CXF 2.7.8/2.6.11

2013-11-20 Thread Dennis Sosnoski

+1

  - Dennis

On 11/21/2013 05:20 AM, Daniel Kulp wrote:

We've resolved over 75 issues since 2.7.7 and almost 35 ported back to 2.6.11.


List of issues:
2.6.11
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325006
2.7.8
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325005

The Maven staging areas are at:
2.6.11
https://repository.apache.org/content/repositories/orgapachecxf-155/
2.7.8
https://repository.apache.org/content/repositories/orgapachecxf-158/

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


This releases are tagged at:
http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.11
http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.8

This vote will be open for at least 72 hours.







Re: [VOTE] Apache CXF 2.7.8/2.6.11

2013-11-20 Thread Freeman Fang
+1
-
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat



On 2013-11-21, at 上午12:20, Daniel Kulp wrote:

 
 We've resolved over 75 issues since 2.7.7 and almost 35 ported back to 2.6.11.
 
 
 List of issues:
 2.6.11
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325006
 2.7.8
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325005
 
 The Maven staging areas are at:  
 2.6.11
 https://repository.apache.org/content/repositories/orgapachecxf-155/
 2.7.8
 https://repository.apache.org/content/repositories/orgapachecxf-158/
 
 The distributions are in the org/apache/cxf/apache-cxf/ directory of the 
 Maven staging areas.
 
 
 This releases are tagged at:
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.11
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.8
 
 This vote will be open for at least 72 hours.
 
 
 
 -- 
 Daniel Kulp
 dk...@apache.org - http://dankulp.com/blog
 Talend Community Coder - http://coders.talend.com