Skip to main content

[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.
   
            When targetNamespace = "http://app.layer.secondleveldomain.com/file.xsd"
                    --> 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
-----Original Message-----
From: Michael O'Brien [mailto:michael.obrien@xxxxxxxxxx]
Sent: Wednesday, November 28, 2007 11:25
To: 'eclipselink-dev@xxxxxxxxxxx'
Subject: fix for210687: eclipselink.sdo notice: Modify default package name algorithm to generate JAXB 2.0 names from targetNamespace

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
 

Back to the top