[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[eclipselink-dev] RE: fix for210687: eclipselink.sdo notice: Modify default package name algorithm to generate JAXB 2.0 names from targetNamespace
|
Everyone,
The following change has been committed this
morning.
Description:
Generated classes in SDO will key off
the targetNamespace(via XSD) or the URI(via SDOType) using the JAXB
2.0 package name generation
algorithm.
Previously all packages were
"defaultPackage". Now the JAXB algorithm generates the
following.
--> packageName will be reversed as
"com.secondleveldomain.layer.app.file"
When targetNamespace = "/eclipse/apps/fnd/security/model/applicationModule/common/types/"
--> packageName will be modified as "eclipse.apps.fnd.security.model.applicationmodule.common.types"
thank you
/michael
Everyone,
Please
see the following upcoming reviewed
change that is to be checked in today. The bug has updated test
diffs.
6 core, 155 test changes
Code reviewed by Blaise.
thank you
again
/michael