Re: DOSGI: Update to CXF 2.2.9

2010-06-29 Thread David Bosschaert
It troubles me that if people want to use CXF-DOSGi they would have to fiddle with the org.osgi.framework.system.packages. This is a major usability drawback from where we were before. > A more long-term option might to ship an entire distro of karaf with dOSGi, I'm also opposed to turning the CXF

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: [JiBX DataBinding] An issue when feeding the XMLStreamReader to JiBX framework

2010-06-29 Thread Dennis Sosnoski
Nilupa Bandara wrote: On Sat, Jun 26, 2010 at 1:00 AM, Dennis Sosnoski wrote: ... Nilupa, I've updated JiBX CVS with this change and posted new 1.2.3-SNAPSHOT jars to the maven1 repository at http://jibx.sourceforge.net/maven/jibx/jars/ Try adding the call to startTag() after constructing th

Re: [JiBX DataBinding] An issue when feeding the XMLStreamReader to JiBX framework

2010-06-29 Thread Dennis Sosnoski
Never mind, I think I found the issue. I've changed the StAXReaderWrapper code so that you should no longer need to call startTag() at all and have changed that back to a private method. Please try the latest 1.2.3-SNAPSHOT jars and verify that this now works. Thanks again, - Dennis Dennis