Laurent Schoelens

Results 96 comments of Laurent Schoelens

Hi @Haylemicheal @CryptoFox967 @alejandro-ordonez and @lgwozniak Hyperjaxb3 has been merged last year into [jaxb-tools](https://github.com/highsource/jaxb-tools) repository (former maven-jaxb2-plugin). It now supports jdk8 and is tested against jdk11 and jdk17. It also...

Hi @bgedik This was adressed when hyperjaxb3 was merged into [jaxb-tools](https://github.com/highsource/jaxb-tools) repository, which now holds both jaxb-basics and hyperjaxb3. Using 2.x version of the plugins and hyperjaxb3 should solve your...

Hello, by searching some info about the jaxws-maven-plugin, found this issue. You can now use the latest version of jaxb2-basics which is now part of the [jaxb-tools repository](https://github.com/highsource/jaxb-tools) (former repository...

Problem still occurs on latest version of XJC (4.0.4-SNAPSHOT tested) ``` Caused by: java.lang.NullPointerException: Cannot invoke "javax.xml.namespace.QName.getLocalPart()" because the return value of "com.sun.tools.xjc.model.CElement.getElementName()" is null at com.sun.tools.xjc.generator.bean.field.AbstractField.annotateReference (AbstractField.java:163) at com.sun.tools.xjc.generator.bean.field.AbstractField.annotate...

The problematic part is the following customization : ```xml ```

@mattrpav : maybe we should switch to https://github.com/eclipse-ee4j/jaxb-ri/blob/master/jaxb-ri/boms/bom-ext/pom.xml This one contains more jaxb dependencies that we use...

Hi @bdarwin, I think you're looking for https://github.com/highsource/jaxb2-basics which is the official fork of the previous repository See documentation here : https://github.com/highsource/jaxb2-basics/wiki/Using-JAXB2-Basics-Plugins Please don't use 1.11.1 version of the plugin...

@lukasj : this issue can be closed I think

@bdarwin : another comment before closing the issue : - the jaxb2-plugins repository has been merged here [jaxb-tools](https://github.com/highsource/jaxb-tools) - you can follow the wiki of the new location where you'll...

@raphw are you using mojohaus plugin ? We found a way with Matt to solve an issue with catalogs handling in the former `maven-jaxb2-plugin` from `highsource` when uptading to xjc...