-
It would be nice if these methods could be added to [https://jaxb2-](https://jaxb2-)
sources.dev.java.net/source/browse/**checkout**/jaxb2-sources/jaxb-
ri/codemodel/src/com/sun/codemodel/JMods.java
…
-
Hi,
I am using GlassFish to build a web service and get the following error.
BUILD FAILED
java.lang.NoSuchMethodError: com.sun.tools.xjc.api.TypeAndAnnotation.getTypeClas
s()Lcom/sun/codemodel/JType…
-
codemodel incorrectly thinks that Adapterexception.java (schema type bean) and
AdapterException(WSDL Exception) are the same class and throws
JClassAlreadyExistsException.
Using GlassFish v1 build 48…
-
The collection-setter-injector plugin is not compatible with the current JAXB
RI. It relies on an outdated codemodel that used untyped List elements to
represent collections.
I'm attaching a simple p…
-
I can't seem to suppress apt warnings using either the nowarn param in the ant task, or using -nowarn
at the apt command-line. I continue to get warning messages such as:
warning: Annotation types wi…
-
wsimport is failing in security related modules with this error
[wsimport] Consider using / so that wsimport won't do unnecessary compilation
[wsimport] parsing WSDL...
[wsimport]
[wsimport]
[wsimpor…
-
CodeModel in general, and JDefinedClass specifically, don't currently support the ability to create an instance variable initializer for a given class. The JDefinedClass.init() method only creates a s…
-
Any ideas why needrestart always wants to restart the following service?
It's installed in /opt and started using a self written systemd service file.
I use: needrestart 2.11-3+deb9u1 on a Deb…
-
**Version Used**:
VS: vsuvscore 2418.04
MS.CodeAnalysis.Features: 2.03.0.61515
**Steps to Reproduce**:
It doesn't happen all the time
1. Open solution in LSL mode
2. Close the solution
3. Op…
-
There is no option to set the encoding used by XJC for generated source
encoding.
Typically,
com.sun.codemodel.writer.CodeWriter#openSource uses the OutputStreamWriter
encoding to set the CharsetEnc…