maven jaxb plugin

2009-09-30 Thread Christian Schneider
Hi all, there is a thread in the user list about the cxf-common-xsd plugin. There is also the maven jaxb plugin: https://jaxb.dev.java.net/jaxb-maven2-plugin/ Does anyone know what the differences are? Which plugin should we advise to use? The jaxb-maven2-plugin is not on ibilio. Does

Re: maven jaxb plugin

2009-09-30 Thread Christian Schneider
To understand the cxf-common-xsd maven plugin I just had a look into the code and found one interesting thing. The pom of this project has a dependency to cxf-common-utilities but I was able to remove this dependency without getting errors on mvn install. Is this dependency really necessary? It

Re: [jira] Updated: (CXF-2452) DOSGI CXF Distributed Software Bundle (1.1.0.SNAPSHOT) fails on startup

2009-09-30 Thread Sergey Beryozkin
As it happens, the current jsr311-api 1.1 specs is missing a factory finder so the patch will be applied to it in the next few days, and I've sent Aaron a locally build jar... Aaron, Josh - thanks for experimenting with the latest and greatest bundles :-) and helping to spot the issue with the

Re: maven jaxb plugin

2009-09-30 Thread Daniel Kulp
On Wed September 30 2009 4:55:10 am Christian Schneider wrote: To understand the cxf-common-xsd maven plugin I just had a look into the code and found one interesting thing. The pom of this project has a dependency to cxf-common-utilities but I was able to remove this dependency without