Hi all,
Just a little update on how things are going wrt to the Distributed
OSGi implementation that is currently in the CXF sandbox.
Last week Eoghan, Sergey and myself were participating in the OSGi
BundleFest in Montpellier (France) where we worked hard on integrating
the various parts of Dist
Thanks Eoghan!
I've submitted a subsequent patch to this bug which contains extra
unit 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 Bossc
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
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. Wo
+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
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:
https://issues.apache.org/jira/browse/CXF/fixforversion/12313354
+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:
> https://issues.apache.org/jira/browse/
I'm getting into trouble here now that I'm debugging a test case.
readFrom takes Class, 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 Class, AFAIK. My
code certainly won't work. I note that none
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 Class, not Class. I don't