View | Details | Raw Unified | Return to bug 374302 | Differences between
and this patch

Collapse All | Expand All

(-)jpa/eclipselink.jpa.test/resource/eclipselink-extensibility-model/persistence.xml (+1 lines)
Lines 4-9 Link Here
4
            org.eclipse.persistence.jpa.PersistenceProvider
4
            org.eclipse.persistence.jpa.PersistenceProvider
5
        </provider>
5
        </provider>
6
        <properties>
6
        <properties>
7
            <property name="eclipselink.ddl-generation" value="create-or-extend-tables"/>
7
            <property name="eclipselink.metadata-source.xml.file" value="extension.xml"/>
8
            <property name="eclipselink.metadata-source.xml.file" value="extension.xml"/>
8
            <property name="eclipselink.metadata-source" value="XML"/>
9
            <property name="eclipselink.metadata-source" value="XML"/>
9
            <property name="eclipselink.cache.shared.default" value="false"/>
10
            <property name="eclipselink.cache.shared.default" value="false"/>
(-)jpa/eclipselink.jpa.test/resource/eclipselink-extensibility-model/repository/extension2.xml (-1 / +1 lines)
Lines 8-14 Link Here
8
    <entity name="ExtensibilityAddress" class="Address">
8
    <entity name="ExtensibilityAddress" class="Address">
9
        <attributes>
9
        <attributes>
10
            <basic name="appartmentNumber" access="VIRTUAL" attribute-type="java.lang.String">
10
            <basic name="appartmentNumber" access="VIRTUAL" attribute-type="java.lang.String">
11
                <column name="FLEX1"/>
11
                <column name="FLEX2"/>
12
                <access-methods get-method="get" set-method="set"/>
12
                <access-methods get-method="get" set-method="set"/>
13
            </basic>
13
            </basic>
14
        </attributes>
14
        </attributes>
(-)jpa/eclipselink.jpa.test/resource/eclipselink-extensibility-model/server/persistence.xml (+1 lines)
Lines 4-9 Link Here
4
        <%%datasource-type%%>%%data-source-name%%</%%datasource-type%%>
4
        <%%datasource-type%%>%%data-source-name%%</%%datasource-type%%>
5
        <exclude-unlisted-classes>false</exclude-unlisted-classes>
5
        <exclude-unlisted-classes>false</exclude-unlisted-classes>
6
        <properties>
6
        <properties>
7
            <property name="eclipselink.ddl-generation" value="create-or-extend-tables"/>
7
            <property name="eclipselink.metadata-source.xml.file" value="extension.xml"/>
8
            <property name="eclipselink.metadata-source.xml.file" value="extension.xml"/>
8
            <property name="eclipselink.metadata-source" value="XML"/>
9
            <property name="eclipselink.metadata-source" value="XML"/>
9
            <property name="eclipselink.weaving" value="%%server-weaving%%"/>
10
            <property name="eclipselink.weaving" value="%%server-weaving%%"/>

Return to bug 374302