Jason Pell

Results 63 comments of Jason Pell

java.lang.NoClassDefFoundError: com/sun/tools/javac/code/Type$ClassType at at.ac.tuwien.infosys.jaxb.XmlSchemaEnhancer.getAnnotationOfProperty(XmlSchemaEnhancer.java:943) at at.ac.tuwien.infosys.jaxb.XmlSchemaEnhancer.getFacetsAnnotation(XmlSchemaEnhancer.java:871) at at.ac.tuwien.infosys.jaxb.XmlSchemaEnhancer.hasFacets(XmlSchemaEnhancer.java:206) at com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$Namespace$2.write(XmlSchemaGenerator.java:1163) at com.sun.xml.bind.v2.schemagen.TreeWrapper.write(TreeWrapper.java:90) at com.sun.xml.bind.v2.schemagen.Tree$Group.write(Tree.java:255) at com.sun.xml.bind.v2.schemagen.Tree.write(Tree.java:138) at com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$Namespace.writeClass(XmlSchemaGenerator.java:1039) at com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$Namespace.writeTo(XmlSchemaGenerator.java:721) at com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$Namespace.access$800(XmlSchemaGenerator.java:519) at com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator.write(XmlSchemaGenerator.java:501) at com.sun.xml.bind.v2.runtime.JAXBContextImpl.generateSchema(JAXBContextImpl.java:832) at org.apache.cxf.common.jaxb.JAXBUtils.generateJaxbSchemas(JAXBUtils.java:824) at

Seems to have been introduced as part of: https://github.com/whummer/jaxb-facets/commit/9b83ec423635042828602d68424e6e16f67af9f9

Actually seems this class is contained in the jsr308 jar, but that causes issues for java 8 deployments and for the couple of lines of code where its used and...

yep would be even better if within an execution could control the architecture. Also for packaging up java projects which have native code - such as a JSW wrapper, would...

You can do this already by ignoring the gradlew, and instead just call: gradle -p . -u installApp Then you can execute the build/fopub/bin/fopub directly. I created a shell script...

Funny thing is the pg_data_directory is not required for the ancient debian version available from https://pghoard.ohmu.fi/debian/pghoard_1.4.0-72-g00af18a_all.deb

I ended up implementing it without the use of this code.

Can you provide the actual stack overflow url you found Can you provide the actual log errors

If you can raise a pull request I will merge it. I don't have time for one myself