[RESULT][VOTE] Release CXF dOSGi 1.2

2010-07-25 Thread Eoghan Glynn
Folks, I'm going to declare this vote as passed, with the following votes cast: +1: Sean O'Callaghan, Sergey Beryozkin, David Bosschaert, Marc Schaaf, Jeff Genender, Dan Kulp, Eoghan Glynn I've promoted the artifacts to central and copied the distributions to the cxf/dosgi

[VOTE] Release CXF dOSGi 1.2 - Take 2

2010-07-20 Thread Eoghan Glynn
Folks, Now that the release notes are all fixed up, I'm calling a second vote to release CXF Distributed OSGi 1.2. The release notes contain a description of new features and bugs fixed in this release: http://svn.apache.org/repos/asf/cxf/dosgi/trunk/distribution/sources/src/main/release/releas

Re: [VOTE] Release CXF dOSGi 1.2

2010-07-20 Thread Eoghan Glynn
Folks, I'm pulling this release after noticing that the release notes in the multi-bundle distro weren't updated for 1.2. I'll cut a take-two and call another vote later on today. Cheers, Eoghan On 20 July 2010 08:42, Eoghan Glynn wrote: > > Here's the raw tex

Re: [VOTE] Release CXF dOSGi 1.2

2010-07-20 Thread Eoghan Glynn
emos and > > it works fine. > > > > Here's my +1 > > > > David > > > > On 20 July 2010 08:42, Eoghan Glynn wrote: > > > Here's the raw text with the link formatting removed: > > > > > > > > > Folks, >

Re: [VOTE] Release CXF dOSGi 1.2

2010-07-20 Thread Eoghan Glynn
Also tags to both 1.1 and 1.2 are in there... > > Cheers, > > David > > On 19 July 2010 23:45, Eoghan Glynn wrote: > > Folks, > > > > I'm calling a vote to release CXF Distributed OSGi 1.2. > > > > In addition to providing the Reference Implement

[VOTE] Release CXF dOSGi 1.2

2010-07-19 Thread Eoghan Glynn
Folks, I'm calling a vote to release CXF Distributed OSGi 1.2. In addition to providing the Reference Implementation to the OSGi Remote Services Specification, the CXF Distributed OSGi 1.2 release now also provides the Reference Implementation of the OSGi Remote Service Admin Specification versio

Re: DOSGI: Update to CXF 2.2.9

2010-07-19 Thread Eoghan Glynn
tweaking to run on > all machines (including yours - if you have any tips I would love to > hear them :) > > Cheers, > > David > > On 19 July 2010 12:35, Eoghan Glynn wrote: > > > > Hi David, > > > >> This exception happens when the remot

Re: DOSGI: Update to CXF 2.2.9

2010-07-19 Thread Eoghan Glynn
happy that I'm seeing a phantom issue here. Cheers, Eoghan On 19 July 2010 10:30, wrote: > Hi Eoghan, > > On 17 July 2010 12:59, Eoghan Glynn wrote: > >> Eoghan would you have some cycles? > > > > Yeah. > > Excellent! > > > A couple of things

Re: DOSGI: Update to CXF 2.2.9

2010-07-17 Thread Eoghan Glynn
> I think we're ready for a release! Great! > Eoghan would you have some cycles? Yeah. A couple of things before I go ahead and cut the release: - can you update the release notes[1] with a summary of what's new in this release? - does this TimeoutException[2] in TestExportService.testAccessE

Re: DOSGI: Update to CXF 2.2.9

2010-06-29 Thread Eoghan Glynn
> A more long-term option might to ship an entire distro of karaf with dOSGi, > I'm also opposed to turning the CXF-DOSGi distribution into a Karaf > distro as OSGi is all about reusable components that can be used in > any compliant OSGi Framework. We shouldn't have to ship a tweaked > runtime for

Re: DOSGI: Update to CXF 2.2.9

2010-06-28 Thread Eoghan Glynn
ugh most of the > > > config.properties are probably reusable across diff versions) > > > DOSGI RI does only ship the fragments of config properties which are > > built > > > during the multi-bundle build... > > > > > > I'm just curious, why was the

Re: DOSGI: Update to CXF 2.2.9

2010-06-28 Thread Eoghan Glynn
.. > > I'm just curious, why was the CXF import updated to include 0.0.0 ? > > cheers, Sergey > > > On Mon, Jun 28, 2010 at 5:55 PM, Eoghan Glynn wrote: > > > Have you tried overriding the org.osgi.framework.system.packages property > > in > > fel

Re: DOSGI: Update to CXF 2.2.9

2010-06-28 Thread Eoghan Glynn
Have you tried overriding the org.osgi.framework.system.packages property in felix/conf/config.properties, with a list of packages specifically excluding javax.xml.ws.*? This is the approach taken by SMX to get around these sort of issues. See for ex: wget https://www.apache.org/dist/servicemix/s

Re: CXF-DOSGi passing the OSGi Remote Services and Remote Service Admin CT

2010-06-22 Thread Eoghan Glynn
> Tasks left would be: > * When the above is done, cut the actual release candidate(s). I can help cutting the release when you're ready to go. Cheers, Eoghan On 11 June 2010 16:53, David Bosschaert wrote: > Great, thanks Marc! > > I think we're getting close to something that is releasable.

Re: [VOTE] Release CXF 2.2.7

2010-03-19 Thread Eoghan Glynn
+1 /Eoghan On 19 March 2010 01:21, Daniel Kulp wrote: > > Once again, there have been a bunch of bug fixes and enhancements that > have been done compared to the 2.2.6 release. Over 55 JIRA issues > are resolved for 2.2.7. > > List of issues: > > https://issues.apache.org/jira/secure/ReleaseN

Re: JMX enabling in CXF 2.2.6

2010-03-19 Thread Eoghan Glynn
for JMX port and also I could connect to the server > > using JConsole. > > > > I will try your route. > > > > Regards, > > > > Ulhas Bhole > > > > > > On Thu, Mar 18, 2010 at 10:05 PM, Eoghan Glynn > wrote: > > > >> Ulhas, &

Re: JMX enabling in CXF 2.2.6

2010-03-18 Thread Eoghan Glynn
Ulhas, How are you picking up the config file? For example, if you're running the server via ant, you'd need to change the server target defined in $CXF_HOME/samples/wsdl_first_rpclit/build.xml from: to: Alternatively, you could change the $CXF_HOME/sampl

Re: [VOTE] David Valeri for committer

2010-03-10 Thread Eoghan Glynn
+1 /Eoghan On 10 March 2010 14:29, Daniel Kulp wrote: > > David's been doing a good job lately of answering questions on the > mailing lists and getting involved there. He's also submitted several > high > quality patches for the ws-security and security-policy stuff. The patches > are all v

Re: [VOTE] Marc Schaaf for committer

2010-03-09 Thread Eoghan Glynn
+1 Cheers, Eoghan On 9 March 2010 16:09, David Bosschaert wrote: > Hi all, > > I would like to propose Marc Schaaf as a committer for CXF. Marc has > written a tremendous amount of code for CXF-DOSGi (which he provided > as patches to JIRA), making it compliant with the OSGi 4.2 Remote > Servic

Re: Apache Licensed JAX-RS Spec API JAR

2010-02-11 Thread Eoghan Glynn
Have you considered just using the ServiceMix versions of the JSR-311 spec? Code here: http://svn.apache.org/repos/asf/servicemix/smx4/specs/trunk/jsr311-api-1.0/ http://svn.apache.org/repos/asf/servicemix/smx4/specs/trunk/jsr311-api-1.1/ Artefacts here: http://repo2.maven.org/maven2/org/apache/s

Re: [DOSGi] Reworking the system tests

2010-01-22 Thread Eoghan Glynn
cent tiny bundles integration could take care > of this. Have a look at the bottom example in > http://wiki.ops4j.org/display/paxexam/ExamAndTinybundles. Do you think > that will do it? > > Cheers, > > David > > 2010/1/22 Eoghan Glynn : > > > > David, > > &g

Re: [DOSGi] Reworking the system tests

2010-01-22 Thread Eoghan Glynn
David, One thing to note about pax-exam is that its doesn't AFAIK have a feature analogous to the spring-osgi-test support for accessing and adding to the manifest for the on-the-fly bundle. Now I don't know whether we could possibly live without this manifest-mangling as currently done by the dO

Re: [VOTE] Release CXF 2.1.9

2010-01-20 Thread Eoghan Glynn
+1 Cheers, Eoghan 2010/1/20 Daniel Kulp > > This is a vote to release CXF 2.1.9 > > Once again, there have been a bunch of bug fixes and enhancements that > have been done compared to the 2.1.8 release. Over 43 JIRA issues > are resolved for 2.1.9 > > *Note:* as announced earlier this will be

Re: [VOTE] Release CXF 2.2.6

2010-01-20 Thread Eoghan Glynn
+1 Cheers, Eoghan 2010/1/20 Freeman Fang > +1 > > Freeman > > On 2010-1-20, at 上午9:44, Daniel Kulp wrote: > > >> This is a vote to release CXF 2.2.6 >> >> Once again, there have been a bunch of bug fixes and enhancements that >> have been done compared to the 2.2.5 release. Over 78 JIRA issue

Re: DOSGi deploy failing on Hudson

2009-12-18 Thread Eoghan Glynn
Hmmm ... smells like a Nexus issue. If I follow that link, I'm redirected to: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/cxf/dosgi/cxf-dosgi-remote-service-admin-interfaces/1.0.0/cxf-dosgi-remote-service-admin-interfaces-1.0.0.jar with the message: Item not foun

Re: Migrating CXF-DOSGi to be complaint with the new OSGi Remote Service Admin spec

2009-12-07 Thread Eoghan Glynn
> Hope everyone is ok with this. Go for it! And welcome to the project, Marc. Cheers, Eoghan

Re: [VOTE] Cyrille Le Clerc for committer....

2009-12-04 Thread Eoghan Glynn
+1 Cheers, Eoghan 2009/12/3 Daniel Kulp > > > Cyrille has submitted several patches to various management and logging > related things for CXF starting way back in February. I think he's up to > 7 > or 8 submitted patches.He's also been hanging around the user list for > almost a year ans

[RESULT][VOTE] Release CXF dOSGi 1.1

2009-12-01 Thread Eoghan Glynn
Folks, I'm going to declare this vote as passed, with the following votes cast: +1 (binding): Sergey Beryozkin, David Bosschaert, Sean O'Callaghan, Ulhas Bhole, Eoghan Glynn +1 (non binding): Andres Olarte I've promoted the artifacts to central and will copy the distributions t

[VOTE] Release CXF dOSGi 1.1

2009-11-25 Thread Eoghan Glynn
Folks, I'm calling a vote to release CXF Distributed OSGi 1.1. The dOSGi subproject of CXF provides the Reference Implementation of the Remote Services Specification version 1.0, Chapter 13 in the OSGi Compendium Specification [1]. The release notes contain a description of new features and issu

Re: [VOTE] Release CXF 2.1.8 (take 2)

2009-11-17 Thread Eoghan Glynn
+1 /Eoghan 2009/11/15 Daniel Kulp > > This is a vote to release CXF 2.1.8 > > Once again, there have been a bunch of bug fixes and enhancements that > have been done compared to the 2.1.7 release. Over 25 JIRA issues > are resolved for 2.1.8 > > > List of issues: > > https://issues.apache.org

Re: [VOTE] Release CXF 2.2.5

2009-11-17 Thread Eoghan Glynn
+1 2009/11/15 Daniel Kulp > > This is a vote to release CXF 2.2.5 > > Once again, there have been a bunch of bug fixes and enhancements that > have been done compared to the 2.2.4 release. Over 90 JIRA issues > are resolved for 2.2.5 > > > List of issues: > > The Maven staging area is at: > ht

Re: [VOTE] Release CXF 2.1.7

2009-10-09 Thread Eoghan Glynn
+1 /Eoghan 2009/10/8 Daniel Kulp > > This is a vote to release CXF 2.1.7 > > Once again, there have been a bunch of bug fixes and enhancements that > have been done compared to the 2.1.6 release. Over 25 JIRA issues > are resolved for 2.1.7 > > > List of issues: > > The Maven staging area is

Re: [VOTE] Release CXF 2.2.4

2009-10-09 Thread Eoghan Glynn
+1 /Eoghan 2009/10/8 Daniel Kulp > > This is a vote to release CXF 2.2.4 > > Once again, there have been a bunch of bug fixes and enhancements that > have been done compared to the 2.2.3 release. Over 59 JIRA issues > are resolved for 2.2.4. > > > List of issues: > https://issues.apache.org/j

Re: Reliable messaging: Connecting to Oracle

2009-08-31 Thread Eoghan Glynn
Thanks for the patch, Dan. Your efforts are much appreciated. I've committed the fix just now in r809738. Cheers, Eoghan 2009/8/27 Daniel Kulp > > Please file a JIRA and submit the changes as a patch. This is excellent! > > https://issues.apache.org/jira/browse/CXF > > > Dan > > On Thu Augus

Re: [VOTE] Release CXF 2.2.3

2009-07-30 Thread Eoghan Glynn
+1 /Eoghan 2009/7/29 Daniel Kulp : > > his is a vote to release CXF 2.2.3 > > Once again, there have been a bunch of bug fixes and enhancements that > have been done compared to the 2.2.2 release.   Over 86 JIRA issues > are resolved for 2.2.3. > > > List of issues: > https://issues.apache.org/ji

Re: [VOTE] Release CXF 2.1.6

2009-07-30 Thread Eoghan Glynn
+1 /Eoghan 2009/7/29 Daniel Kulp : > > > This is a vote to release CXF 2.1.6 > > Once again, there have been a bunch of bug fixes and enhancements that > have been done compared to the 2.1.5 release.   Over 74 JIRA issues > are resolved for 2.1.6 > > > List of issues: > > The Maven staging area i

Re: [VOTE] Release CXF 2.0.12

2009-07-30 Thread Eoghan Glynn
+1 /Eoghan 2009/7/29 Daniel Kulp : > > This is a vote to release CXF 2.0.12 > > Once again, there have been a bunch of bug fixes and enhancements that > have been done compared to the 2.0.11 release.   Over 32 JIRA issues > are resolved for 2.0.12 > > *Note:* as announced earlier this will be th

Re: CXF WorkQueueManager : How to see the mbean on Jboss

2009-07-22 Thread Eoghan Glynn
Note that in order for any CXF MBean to actually be exposed, you'll have to enable the IntrumentationManager (which is disabled by default). See [1] for details. Cheers, Eoghan [1] http://cwiki.apache.org/CXF20DOC/jmx-management.html 2009/7/21 Rao, Sameer V : > CXF Asynch processing creates a

Re: Questions about CXF WS-RM

2009-06-18 Thread Eoghan Glynn
S spec", do you mean in 2.3? I haven't heard that JAX-WS 2.2 will address this. Cheers, Eoghan 2009/6/18 Richard Opalka > Hi Eoghan, > > see in lined comments below: > > Richard > > Eoghan Glynn wrote: > >> Hi Richard, >> >> Apologies for th

Re: Questions about CXF WS-RM

2009-06-17 Thread Eoghan Glynn
Hi Richard, Apologies for the delay in replying. Please see my comments in-line. 2009/6/15 Richard Opalka : > what's the current state of CXF WS-RM? See below. > I'm asking because we'd like to integrate probably > WS-RM in our JBossWS CXF integration. Great that you're thinking of using CXF

Re: CXF Roadmap

2009-06-12 Thread Eoghan Glynn
One thing I've had at the back of my mind is WS-RM 1.1 support. Is that something that would be of interest to you? Cheers, Eoghan 2009/6/12 Richard Opalka : > Hi CXF Team, > >  what's the current CXF roadmap from WS-* point of view? > What specs are you going to work on next and what is the sch

Re: Integrating JAX-RS runtime into DOSGi

2009-06-12 Thread Eoghan Glynn
2009/6/12 David Bosschaert : > > 2009/6/11 Sergey Beryozkin : > ... >> The only question I have is where this model info should reside, in >> META-INF/cxf-dosgi ? I'll check with Favid/Eoghan > > We already use OSGI-INF/cxf/intents for our CXF-DOSGi specific intents > files, so maybe somewhere in t

Re: [VOTE] Alessio Soldano for committer

2009-06-09 Thread Eoghan Glynn
+1 /Eoghan 2009/6/8 Daniel Kulp : > > Alessio has been one of the primary driving forces behind getting CXF to be a > certified JAX-WS provider for JBoss.   As part of that work, he has identified > several bugs/issues in CXF and has provided patches for many of them.   He has > also been helping

Re: [VOTE] Release CXF 2.2.2

2009-05-25 Thread Eoghan Glynn
+1 /Eoghan 2009/5/22 Daniel Kulp : > > This is a vote to release CXF 2.2.2 > > With only 23 JIRA's resolved for 2.2.2, this doesn't have as many "fixes" as > many of the previous patch releases.   HOWEVER, there is a one major new > feature:   the JAX-RS 1.0 TCK now passes.   Thus, it's worth a r

RE: [VOTE][RESULT] Release CXF dOSGi 1.0

2009-05-13 Thread Eoghan Glynn
Sorry that should be 7 aye-sayers: eglynn, davidb, sberyozkin, seanoc, ubhole, dkulp, jgenender -Original Message- From: Eoghan Glynn [mailto:eogl...@gmail.com] Sent: Wed 13/05/2009 17:44 To: dev@cxf.apache.org Subject: [VOTE][RESULT] Release CXF dOSGi 1.0 Hi Folks, I'm goi

[ANN] Apache CXF dOSGi 1.0 released

2009-05-13 Thread Eoghan Glynn
The Apache CXF dOSGi team is proud to announce the availability of our first full release, 1.0. The dOSGi subproject of CXF provides the Reference Implementation of the Distribution Software (DSW) component of the Distributed OSGi Specification[1]. Download information may be found here[2] The b

[VOTE][RESULT] Release CXF dOSGi 1.0

2009-05-13 Thread Eoghan Glynn
Hi Folks, I'm going to call this result as carried with six +1s and no dissenting votes. For the record, the aye-sayers were: eglynn, davidb, sberyozkin, ubhole, dkulp, jgenender Cheers, Eoghan

Re: svn commit: r772651 - in /cxf/dosgi/trunk/distribution/multi-bundle/src/main/xsl: equinox_distro_config.xslt felix_distro_config.xslt

2009-05-07 Thread Eoghan Glynn
2009/5/7 Daniel Kulp : > > Eoghan, > > Could the version be passed into the xslt via an xslt param? That would > avoid needing to modify it as part of the builds and such. > > Dan Yeah, sure it could. The literal version in the xslt was just a quick'n'dirty fix for a minor issue in the OSGi co

[VOTE] Release CXF dOSGi 1.0 (take 2)

2009-05-07 Thread Eoghan Glynn
Folks, I'm calling a second vote to release CXF Distributed OSGi 1.0. The main differences between this and the first take are: - addition of a sources distro - LICENSE file now contains references to licenses for 3rd party dependencies - removal of extraneous NOTICEs - addition of top-l

Re: [VOTE] Release CXF dOSGi 1.0

2009-05-06 Thread Eoghan Glynn
gt; > Thanks! > Dan > > > On Wed May 6 2009 9:10:18 am Eoghan Glynn wrote: >> 2009/5/5 Daniel Kulp : >> > OK.   That kind of make sense (along with what Eoghan said). >> > >> > However, I really think there needs to at least be a "README" in the

Re: [VOTE] Release CXF dOSGi 1.0

2009-05-06 Thread Eoghan Glynn
s to be respun, let's get that cleaned up. >> > >> > 3) For the "distribution" builds, the LICENSE file needs to have at least >> > the pointers to the LICENSES of the bundled deps appended to it.   See >> > the LICENSE in the cxf distributions.

Fwd: [VOTE] Release CXF dOSGi 1.0

2009-05-05 Thread Eoghan Glynn
Sent this earlier to dkulp individually, I meant to reply-all. -- Forwarded message -- From: Eoghan Glynn Date: 2009/5/5 10:13 Subject: Re: [VOTE] Release CXF dOSGi 1.0 To: Daniel Kulp 2009/5/4 Daniel Kulp : > On Mon May 4 2009 5:30:49 pm Eoghan Glynn wrote: > >>

[VOTE] Release CXF dOSGi 1.0

2009-05-01 Thread Eoghan Glynn
Folks, I'm calling a vote to release CXF Distributed OSGi 1.0. The dOSGi subproject of CXF provides the Reference Implementation of the Distribution Software (DSW) component of the Distributed OSGi Specification[1]. The staging area can be found at: http://people.apache.org/~eglynn/stage_cxf_

Re: Need Help with JAX-WS and JAX-RS example

2009-04-29 Thread Eoghan Glynn
What sort of failure are you seeing? 2009/4/29 cybercxf : > > I did but I am not sure if I am using right annotations of Restful services. > Can you verify that for me by taking a look at the code I had attached in > my first post. > > thanks.

Re: Need Help with JAX-WS and JAX-RS example

2009-04-29 Thread Eoghan Glynn
/systest/jaxrs/BookStoreJaxrsJaxws.java 2009/4/29 Eoghan Glynn : > I'd suspect you've a mismatch between the version of > cxf-rt-frontend-jaxrs and the cxf-api jars. > > The former depends on the Message.REQUEST_URI field, which is defined > in the latter. > > This fie

Re: Need Help with JAX-WS and JAX-RS example

2009-04-29 Thread Eoghan Glynn
I'd suspect you've a mismatch between the version of cxf-rt-frontend-jaxrs and the cxf-api jars. The former depends on the Message.REQUEST_URI field, which is defined in the latter. This field was introduced on 2008-10-21, so you'll need a version of the API jar from after this date (2.0.10/2.1.4

Re: A rather crazy idea for a feature

2009-04-28 Thread Eoghan Glynn
Hi Benson, Do you mean using an NIO MappedByteBuffer? That would be an interesting thing to look at doing. Obviously limiting it to MTOM attachments sortta simplifies things, but of course there's also the possibility to go the whole hog and write a full-blown transport based on shared memory. N

Re: [VOTE] Release CXF 2.2.1

2009-04-23 Thread Eoghan Glynn
+1 /Eoghan

Re: [VOTE] Release CXF 2.1.5

2009-04-23 Thread Eoghan Glynn
+1 /Eoghan

Re: [VOTE] Release Apache CXF 2.0.11

2009-04-23 Thread Eoghan Glynn
+1 /Eoghan

Re: Convert a message from saaj to cxf?

2009-04-16 Thread Eoghan Glynn
Internally in the CXF stack, usually we need to convert the other way round, i.e. to populate the SAAJ model if its required for example when a JAX-WS SOAPHandler is installed. This conversion is the responsibility of the SAAJ{In|Out}Interceptor[1] classes. However in your case, rather than doing

Re: Distributed OSGi Discovery implementation in CXF

2009-04-10 Thread Eoghan Glynn
2009/4/10 Sergey Beryozkin : > Would it still make sense to keep the Local Discovery service implementation > ? For ex to test against multiple Discovery instances ? I think we definitely need to keep the local discovery service intact in order to support the static remote-services.xml style of co

Re: Distributed OSGi Discovery implementation in CXF

2009-04-10 Thread Eoghan Glynn
Hi David, This would be a very welcome addition to the distributed OSGi support in CXF! So please, fire away and commit what you've done so far. Thanks, Eoghan 2009/4/10 David Bosschaert : > Hi all, > > Over the past while I have done some experimentation around a possible > implementation of t

Re: Working towards a DOSGi 1.0 release

2009-03-26 Thread Eoghan Glynn
Hi David, On the general point, I definitely agree that we need to be thinking about a 1.0 release. On the specifics ... > * We need to make sure that all the API's we are using are exactly > correct with the lasted RFC 119 version, e.g. I think we need to add > something to the ServicePublicati

RE: [VOTE] Release Apache CXF 2.2

2009-03-18 Thread Eoghan Glynn
+1 -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: Sun 15/03/2009 18:57 To: dev@cxf.apache.org Subject: [VOTE] Release Apache CXF 2.2 This is a vote to release CXF 2.2 This release is a major step forward for CXF with several new features including: * WS-Securit

comet & CXF

2009-03-05 Thread Eoghan Glynn
Hi Folks, A quick question, has anyone come across a requirement or interest in any sort of cometd or Bayeux integration in CXF? Cheers, Eoghan

RE: svn commit: r748171 - in /cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/addressing: GreeterImpl.java MAPTest.java

2009-02-26 Thread Eoghan Glynn
Thanks Dan, I'll disable this for now and move the Jetty thread pool stuff to a separate test. /Eoghan -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: Thu 26/02/2009 16:04 To: dev@cxf.apache.org Cc: egl...@apache.org Subject: Re: svn commit: r748171 - in /cxf/tr

RE: [VOTE] Andrzej Michalec for committer

2009-02-17 Thread Eoghan Glynn
+1 /Eoghan

RE: [VOTE] Release Apache CXF 2.1.4 (Take 2)

2009-02-06 Thread Eoghan Glynn
+1

RE: [VOTE] Release CXF 2.0.10 (Take 2)

2009-02-06 Thread Eoghan Glynn
+1

RE: [VOTE] Release CXF 2.0.10

2009-02-04 Thread Eoghan Glynn
+1 /Eoghan

RE: [VOTE] Release Apache CXF 2.1.4

2009-02-04 Thread Eoghan Glynn
+1 /Eoghan

propagation of trunk commits to 2.0.x-fixes

2009-01-19 Thread Eoghan Glynn
Folks, Are commits to trunk still propagated to 2.0.x-fixes, or is it just 2.1.x-fixes that's actively maintained now? Cheers, Eoghan

RE: http://cxf.apache.org/schemas/core.xsd out of date

2009-01-07 Thread Eoghan Glynn
The id attribute seems to be visible now on http://cxf.apache.org/schemas/core.xsd /Eoghan -Original Message- From: David Bosschaert [mailto:david.bosscha...@gmail.com] Sent: Wed 07/01/2009 14:04 To: dev@cxf.apache.org Subject: Re: http://cxf.apache.org/schemas/core.xsd out of date Th

RE: JMS clientReceiveTimeout default value

2008-12-12 Thread Eoghan Glynn
think we take the http client timeout(60s) as an example. Cheers, Willem Eoghan Glynn wrote: > > Folks, > > Is a default value of 2000ms reasonable for the JMS clientReceiveTimeout? > > For even moderately long-lived requests, this seems *way* too tight to me. > > A timeo

JMS clientReceiveTimeout default value

2008-12-12 Thread Eoghan Glynn
Folks, Is a default value of 2000ms reasonable for the JMS clientReceiveTimeout? For even moderately long-lived requests, this seems *way* too tight to me. A timeout in the ballpark of 2s seems more appropriate for localhost demo-type situation where you want the user to get rapid feedback if

RE: Would it make sense to add a Distributed-OSGi component to CXF-Jira?

2008-12-11 Thread Eoghan Glynn
Yep agreed, makes sense to have a separate distributed OSGi category in JIRA. Cheers, Eoghan -Original Message- From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] Sent: Thu 11/12/2008 11:27 To: dev@cxf.apache.org Subject: Would it make sense to add a Distributed-OSGi component to C

RE: Would it make sense to add a Distributed-OSGi component to CXF-Jira?

2008-12-11 Thread Eoghan Glynn
Yep agreed, makes sense to have a separate distributed OSGi category in JIRA. Cheers, Eoghan -Original Message- From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] Sent: Thu 11/12/2008 11:27 To: dev@cxf.apache.org Subject: Would it make sense to add a Distributed-OSGi component to C

RE: Problem with cxf-bundle-minimal

2008-11-26 Thread Eoghan Glynn
Cheers, Sergey - Original Message - From: "Eoghan Glynn" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 26, 2008 1:58 PM Subject: Problem with cxf-bundle-minimal Folks, For some reason the minimal bundle lists org.apache.cxf.tools.wsdlto.core in its Import- & Exp

Problem with cxf-bundle-minimal

2008-11-26 Thread Eoghan Glynn
Folks, For some reason the minimal bundle lists org.apache.cxf.tools.wsdlto.core in its Import- & Export-Package manifest headers, even though the cxf-tools-wsdlto-* modules are excluded from this bundle. The net result is an unresolved package error when the minimal bundle is installed. Any

[RESULT][VOTE] David Bosschaert for committer

2008-11-16 Thread Eoghan Glynn
e you through this. For the record, +1 votes were received from: Ajay Paibir, Benson Margulies, Christian Schneider, Dan Kulp, Eoghan Glynn, Freeman Fang, Glen Mazza, Guillaume Nodet, Jeff Genender, Jim Ma, Richard Hall, Sergey Beryozkin, Ulhas Bhole, Willem Jiang Cheers, Eoghan -Ori

RE: why does the SOAP CheckFaultInterceptor run in the POST_PROTOCOL phase?

2008-11-16 Thread Eoghan Glynn
Does that make sense to you? Cheers, Eoghan -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Fri 14/11/2008 15:26 To: dev@cxf.apache.org Cc: Eoghan Glynn Subject: Re: why does the SOAP CheckFaultInterceptor run in the POST_PROTOCOL phase? Actually, I remember why I p

RE: why does the SOAP CheckFaultInterceptor run in the POST_PROTOCOL phase?

2008-11-14 Thread Eoghan Glynn
Thanks for the quick response Dan, some comments inline ... > > Is there any reason why the SOAP CheckFaultInterceptor runs in the > > POST_PROTOCOL phase, as opposed to PRE_PROTOCOL? > > Well, the basic reason is that to check for a fault, it needs to look at the > first element in the body.

why does the SOAP CheckFaultInterceptor run in the POST_PROTOCOL phase?

2008-11-14 Thread Eoghan Glynn
Folks, Is there any reason why the SOAP CheckFaultInterceptor runs in the POST_PROTOCOL phase, as opposed to PRE_PROTOCOL? The net result is handleFault() is never called for a client-side JAX-WS SOAPHandler, as the CheckFaultInterceptor (which is responbile for determining if a fault is pres

[VOTE] David Bosschaert for committer

2008-11-11 Thread Eoghan Glynn
Folks, I'd like to propose David Bosschaert for CXF committership, on the basis of - the many quality patches he's submitted for our CXF-based distributed OSGi reference implementation - his community participation especially in driving the re-integration of the Felix fork in the CXF sandox

RE: [DOSGi] Spring-DM based demo added to CXF-1879

2008-11-03 Thread Eoghan Glynn
Thanks for these David, I'll do the needful ... /Eoghan -Original Message- From: David Bosschaert [mailto:[EMAIL PROTECTED] Sent: Mon 03/11/2008 04:44 To: dev@cxf.apache.org Subject: Re: [DOSGi] Spring-DM based demo added to CXF-1879 Hi all, I've also attached some small improvements

RE: Getting the Distributed OSGi component out of the CXF sandbox

2008-11-03 Thread Eoghan Glynn
Hi David, It would be great to have RFC 126 support in Felix as well as Equinox, as obviously this would remove a barrier to wide adoption of dOSGi. So I agree, it would be a good move to contribute back the ListenerHook support from the forked version of Felix that we've put in the CXF sando

RE: [VOTE] Release Apache CXF 2.1.3 (2nd try)

2008-10-20 Thread Eoghan Glynn
+1 /Eoghan -Original Message- From: Willem Jiang [mailto:[EMAIL PROTECTED] Sent: Sat 18/10/2008 11:19 To: dev@cxf.apache.org Subject: [VOTE] Release Apache CXF 2.1.3 (2nd try) Once again, there have been a bunch of bug fixes and enhancements that have been done compared to the 2.1.2 r

RE: Distributed OSGi update

2008-10-20 Thread Eoghan Glynn
Thanks David for this summary! > There is a lot of work that still needs to be done: > ... > - We need better documentation. On the subject of docco for dOSGi, I wrote up a quick "getting started" guide a while back. It would need a bit of updating as it dates from before the donation of the

RE: [DOSGi] Patch for CXF-1876

2008-10-20 Thread Eoghan Glynn
tests. Would appreciate if they could be applied too. Cheers, David 2008/10/16 Eoghan Glynn <[EMAIL PROTECTED]>: > > Thanks David, applied. > Cheers, > Eoghan > > -Original Message- > From: David Bosschaert [mailto:[EMAIL PROTECTED] > Sent: Thu 16/10/2008 12:03

RE: [DOSGi] Patch for CXF-1876

2008-10-16 Thread Eoghan Glynn
Thanks David, applied. Cheers, Eoghan -Original Message- From: David Bosschaert [mailto:[EMAIL PROTECTED] Sent: Thu 16/10/2008 12:03 To: dev@cxf.apache.org Subject: [DOSGi] Patch for CXF-1876 Hi all, I've attached a patch to https://issues.apache.org/jira/browse/CXF-1876 Would greatly

Re: [VOTE] Release CXF 2.0.9

2008-10-10 Thread Eoghan Glynn
+1 Willem Jiang wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is a vote to release CXF 2.0.9 Once again, there have been a bunch of bug fixes and enhancements that have been done compared to the 2.0.9 release. Over 37 JIRA issues are resolved for 2.0.9 which is a large number

Re: Initial bits for a DOSGi distribution (CXF-1854)

2008-10-09 Thread Eoghan Glynn
Thanks David, patch applied. David Bosschaert wrote: Hi all, I've attached a patch to https://issues.apache.org/jira/browse/CXF-1854 which contains the beginning of a distribution of the DOSGi stuff. The distribution contains all the required dependencies (OSGi bundles) is built as part of

Re: [DOSGi] patch for CXF-1851

2008-10-09 Thread Eoghan Glynn
this works. Cheers, David Eoghan Glynn wrote: Did you do the moves as a single step, or more like moving a to c via: mv a b mv b c David Bosschaert wrote: Yeah, I moved intent-map.xml from META-INF/osgi into a new directory called OSGI-INF/cxf/intents in a few places. I also mov

Re: [DOSGi] patch for CXF-1851

2008-10-08 Thread Eoghan Glynn
/remote-services in a few places... FYI I created the patch using Tortoise 1.5.0 on Windows... Cheers, David Eoghan Glynn wrote: Thanks David, However svn-apply got a bit confused when I tried to apply the patch. Did you create some new elements in your working copy and then move them a

Re: [DOSGi] patch for CXF-1851

2008-10-08 Thread Eoghan Glynn
Thanks David, However svn-apply got a bit confused when I tried to apply the patch. Did you create some new elements in your working copy and then move them a different directory? For example, svn-apply complains that the patch attempts to delete the non-existent: dsw/cxf-dsw/src/main/res

Re: [DOSGi] patch with further pieces for CXD-1836

2008-10-07 Thread Eoghan Glynn
Thanks David, patch applied. /Eoghan David Bosschaert wrote: Hi all, I've attached another patch to https://issues.apache.org/jira/browse/CXF-1836 that implements the required Service Properties on the DistributionProvider service. The patch is called DistributionProvider-properties.patch

Re: Proposal for a new JMS configuration for CXF

2008-10-07 Thread Eoghan Glynn
Daniel Kulp wrote: - ensuring the multiplicity of conduit beans configured alongside a failover selector is consistent with the set of ports defined in the WSDL, as the CXF static failover strategy is based on burning the alternate ports into a multi-port service definition in the WSDL. Well,

Re: Proposal for a new JMS configuration for CXF

2008-10-06 Thread Eoghan Glynn
Hi Dan, Dan Diephouse made a similar proposal about 18 months ago, and I was opposed at the time as it didn't accomodate what was trying to acheive with ConduitSelectors. That discussion was also conflated with a bunch of other proposed changes, but in retrospect I think the bean had the

Re: [DOSGi] Patch attached to JIRA CXF-1811

2008-10-06 Thread Eoghan Glynn
Thanks for the patch David, now applied. /Eoghan David Bosschaert wrote: Hi all, I attached a further patch for CXF-1811 to this bug: https://issues.apache.org/jira/secure/attachment/12391563/property_rename2.patch The patch is called 'property_rename2.patch'. A direct link to the patch:

  1   2   >