You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Sachin Patel <sp...@gmail.com> on 2005/09/16 05:26:32 UTC

GERONIMO-825

In 2 of the geronimo schema files the imports' schemaLocation path are 
prefixed with  "/schema" whereas in the other xsd's they are not.  See 
825 for Aaron's and David J.'s comments.  The eclipse plugin requires 
the schema's and up to now I've had include hand modified copies of them 
in the plugin.  Now that the plugin is mavenized I can extract these out 
from the repo during the build so I'm always in sync with Geronimo, but 
these prefixes need be removed so that EMF can read them as-is.

The following two schema's should be fixed.

modules\web-builder\src\schema\geronimo-web.xsd
modules\security-builder\src\schema\geronimo-security.xsd

These in OpenEJB should be fixed as well.

openejb\modules\openejb-builder\src\schema\openejb-jar.xsd
openejb\modules\openejb-builder\src\schema\corba-css-config_1_0.xsd
openejb\modules\openejb-builder\src\schema\corba-tss-config_1_0.xsd

I've locally modified the schemas by removing the "/schema" prefix, and 
running xmlbeans isn't affected.  Would it be alright if I made this fix 
for geronimo-web.xsd and geronimo-security.xsd?

Sachin

Re: GERONIMO-825

Posted by Sachin Patel <sp...@gmail.com>.
Cool. Thanks Matt.  Would one of the other geronimo committers mind 
taking as sec and fixing up geronimo-web.xsd and geronimo-security.xsd?

Thanks.

Matt Hogstrom wrote:
> Ok...I can commit this for you so let me know when we're in sync.
>
> Sachin Patel wrote:
>> OpenEJB as well.  The only test I did was ensure XMLBeans ran, and 
>> they were not any errors during generation.
>>
>> Matt Hogstrom wrote:
>>
>>> Did you do this for Geronimo only or did you test OpenEJB as well?
>>>
>>> Sachin Patel wrote:
>>>
>>>> In 2 of the geronimo schema files the imports' schemaLocation path 
>>>> are prefixed with  "/schema" whereas in the other xsd's they are 
>>>> not.  See 825 for Aaron's and David J.'s comments.  The eclipse 
>>>> plugin requires the schema's and up to now I've had include hand 
>>>> modified copies of them in the plugin.  Now that the plugin is 
>>>> mavenized I can extract these out from the repo during the build so 
>>>> I'm always in sync with Geronimo, but these prefixes need be 
>>>> removed so that EMF can read them as-is.
>>>>
>>>> The following two schema's should be fixed.
>>>>
>>>> modules\web-builder\src\schema\geronimo-web.xsd
>>>> modules\security-builder\src\schema\geronimo-security.xsd
>>>>
>>>> These in OpenEJB should be fixed as well.
>>>>
>>>> openejb\modules\openejb-builder\src\schema\openejb-jar.xsd
>>>> openejb\modules\openejb-builder\src\schema\corba-css-config_1_0.xsd
>>>> openejb\modules\openejb-builder\src\schema\corba-tss-config_1_0.xsd
>>>>
>>>> I've locally modified the schemas by removing the "/schema" prefix, 
>>>> and running xmlbeans isn't affected.  Would it be alright if I made 
>>>> this fix for geronimo-web.xsd and geronimo-security.xsd?
>>>>
>>>> Sachin
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>>
>
>

Re: GERONIMO-825

Posted by Matt Hogstrom <ma...@hogstrom.org>.
Ok...I can commit this for you so let me know when we're in sync.

Sachin Patel wrote:
> OpenEJB as well.  The only test I did was ensure XMLBeans ran, and they 
> were not any errors during generation.
> 
> Matt Hogstrom wrote:
> 
>> Did you do this for Geronimo only or did you test OpenEJB as well?
>>
>> Sachin Patel wrote:
>>
>>> In 2 of the geronimo schema files the imports' schemaLocation path 
>>> are prefixed with  "/schema" whereas in the other xsd's they are 
>>> not.  See 825 for Aaron's and David J.'s comments.  The eclipse 
>>> plugin requires the schema's and up to now I've had include hand 
>>> modified copies of them in the plugin.  Now that the plugin is 
>>> mavenized I can extract these out from the repo during the build so 
>>> I'm always in sync with Geronimo, but these prefixes need be removed 
>>> so that EMF can read them as-is.
>>>
>>> The following two schema's should be fixed.
>>>
>>> modules\web-builder\src\schema\geronimo-web.xsd
>>> modules\security-builder\src\schema\geronimo-security.xsd
>>>
>>> These in OpenEJB should be fixed as well.
>>>
>>> openejb\modules\openejb-builder\src\schema\openejb-jar.xsd
>>> openejb\modules\openejb-builder\src\schema\corba-css-config_1_0.xsd
>>> openejb\modules\openejb-builder\src\schema\corba-tss-config_1_0.xsd
>>>
>>> I've locally modified the schemas by removing the "/schema" prefix, 
>>> and running xmlbeans isn't affected.  Would it be alright if I made 
>>> this fix for geronimo-web.xsd and geronimo-security.xsd?
>>>
>>> Sachin
>>>
>>>
>>>
>>
>>
> 
> 
> 


Re: GERONIMO-825

Posted by Sachin Patel <sp...@gmail.com>.
OpenEJB as well.  The only test I did was ensure XMLBeans ran, and they 
were not any errors during generation.

Matt Hogstrom wrote:
> Did you do this for Geronimo only or did you test OpenEJB as well?
>
> Sachin Patel wrote:
>> In 2 of the geronimo schema files the imports' schemaLocation path 
>> are prefixed with  "/schema" whereas in the other xsd's they are 
>> not.  See 825 for Aaron's and David J.'s comments.  The eclipse 
>> plugin requires the schema's and up to now I've had include hand 
>> modified copies of them in the plugin.  Now that the plugin is 
>> mavenized I can extract these out from the repo during the build so 
>> I'm always in sync with Geronimo, but these prefixes need be removed 
>> so that EMF can read them as-is.
>>
>> The following two schema's should be fixed.
>>
>> modules\web-builder\src\schema\geronimo-web.xsd
>> modules\security-builder\src\schema\geronimo-security.xsd
>>
>> These in OpenEJB should be fixed as well.
>>
>> openejb\modules\openejb-builder\src\schema\openejb-jar.xsd
>> openejb\modules\openejb-builder\src\schema\corba-css-config_1_0.xsd
>> openejb\modules\openejb-builder\src\schema\corba-tss-config_1_0.xsd
>>
>> I've locally modified the schemas by removing the "/schema" prefix, 
>> and running xmlbeans isn't affected.  Would it be alright if I made 
>> this fix for geronimo-web.xsd and geronimo-security.xsd?
>>
>> Sachin
>>
>>
>>
>
>

Re: GERONIMO-825

Posted by Matt Hogstrom <ma...@hogstrom.org>.
Did you do this for Geronimo only or did you test OpenEJB as well?

Sachin Patel wrote:
> In 2 of the geronimo schema files the imports' schemaLocation path are 
> prefixed with  "/schema" whereas in the other xsd's they are not.  See 
> 825 for Aaron's and David J.'s comments.  The eclipse plugin requires 
> the schema's and up to now I've had include hand modified copies of them 
> in the plugin.  Now that the plugin is mavenized I can extract these out 
> from the repo during the build so I'm always in sync with Geronimo, but 
> these prefixes need be removed so that EMF can read them as-is.
> 
> The following two schema's should be fixed.
> 
> modules\web-builder\src\schema\geronimo-web.xsd
> modules\security-builder\src\schema\geronimo-security.xsd
> 
> These in OpenEJB should be fixed as well.
> 
> openejb\modules\openejb-builder\src\schema\openejb-jar.xsd
> openejb\modules\openejb-builder\src\schema\corba-css-config_1_0.xsd
> openejb\modules\openejb-builder\src\schema\corba-tss-config_1_0.xsd
> 
> I've locally modified the schemas by removing the "/schema" prefix, and 
> running xmlbeans isn't affected.  Would it be alright if I made this fix 
> for geronimo-web.xsd and geronimo-security.xsd?
> 
> Sachin
> 
> 
>