The shipped xsd file in javaee6 are below :

application-client_6.xsd
application_6.xsd
connector_1_6.xsd
ejb-jar_3_1.xsd
javaee_6.xsd
javaee_web_services_1_3.xsd
javaee_web_services_client_1_3.xsd
jsp_2_2.xsd
persistence_2_0.xsd
web-app_3_0.xsd
web-common_3_0.xsd
web-fragment_3_0.xsd

Also, in the xmlconfig.xml, use the package name below :

<xb:namespace uri="http://java.sun.com/xml/ns/javaee";>
        <xb:package>org.apache.geronimo.xbeans.javaee6</xb:package>
    </xb:namespace>

    <xb:namespace uri="http://java.sun.com/xml/ns/persistence";>
        <xb:package>org.apache.geronimo.xbeans.persistence20</xb:package>
    </xb:namespace>

Another thing I found is that we might need to update
web-facesconfig_1_2.xsd in java ee 5 to web-facesconfig_2_0.xsd ?


2010/1/29 Ivan <[email protected]>

> So is there a sample about the correct LICENSE and NOTICE file ?
>
> 2010/1/29 David Jencks <[email protected]>
>
> IIUC this has actually been resolved on the legal-discuss list.  As long as
>> we get the LICENSE and NOTICE files correct in svn and the various jars, we
>> can check small numbers of cddl source files in that aren't likely to be
>> modified by users.  So we can create these projects in the main geronimo
>> tree or in geronimo/components.
>>
>> thanks
>> david jencks
>>
>>
>> On Jan 28, 2010, at 10:49 PM, Ivan wrote:
>>
>>  Hi,
>>>    Before the CDDL license issue is clarified (GERONIMO-4938), shall we
>>> create geronimo-schema-javaee6 in TCK svn first ?
>>>    If no objection, I would go on to create it.
>>> --
>>> Ivan
>>>
>>
>>
>
>
> --
> Ivan
>



-- 
Ivan

Reply via email to