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
No worries, will do ... /Eoghan -Original Message- From: David Bosschaert [mailto:[EMAIL PROTECTED] Sent: Mon 20/10/2008 06:08 To: dev@cxf.apache.org Subject: Re: [DOSGi] Patch for CXF-1876 Thanks Eoghan! I've submitted a subsequent patch to this bug which contains extra unit tests.

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

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

2008-10-20 Thread Jim Jagielski
On Oct 18, 2008, at 11:19 AM, Willem Jiang wrote: Once again, there have been a bunch of bug fixes and enhancements that have been done compared to the 2.1.2 release. Over 52 JIRA issues are resolved for 2.1.3. List of issues:

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

2008-10-20 Thread Daniel Kulp
+1 Dan On Saturday 18 October 2008 11:19:14 am Willem Jiang wrote: Once again, there have been a bunch of bug fixes and enhancements that have been done compared to the 2.1.2 release. Over 52 JIRA issues are resolved for 2.1.3. List of issues:

Re: Aegis versus jaxrs

2008-10-20 Thread Benson Margulies
I'm getting into trouble here now that I'm debugging a test case. readFrom takes ClassObject, not Class?. I don't see how the JAXB code could work, as it will try to obtain a type for 'Object.class', which is the only thing in the world of type ClassObject, AFAIK. My code certainly won't work. I

Re: Aegis versus jaxrs

2008-10-20 Thread Benson Margulies
I also note that even the systest never calls the JAXB 'readFrom' routine. You really need a test for that. On Mon, Oct 20, 2008 at 8:20 PM, Benson Margulies [EMAIL PROTECTED] wrote: I'm getting into trouble here now that I'm debugging a test case. readFrom takes ClassObject, not Class?. I