javaee / jaxb2-commons

JAXB Implementation project has been contributed to Eclipse Foundation. This repository is for legacy review only. Please refer to the Eclipse EE4J Metro project for the very latest
https://eclipse-ee4j.github.io/jaxb-ri/
Other
17 stars 15 forks source link

Add generated constructors as methods to the ObjectFactory #35

Open glassfishrobot opened 10 years ago

glassfishrobot commented 10 years ago

XJC generated code looks fine:

{code;java}

public Property(final String value, final String name, final String locale)

{ this.value = value; this.name = name; this.locale = locale; }``` but the {{ObjectFactory}} still has only this:

{code:java} /**

It would be nice if the factory would have both methods, one for empty ctor and one for arg ctor.

Affected Versions

[current]

glassfishrobot commented 10 years ago

Reported by michael-o

glassfishrobot commented 10 years ago

Was assigned to super_glassfish

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAXB2_COMMONS-35