You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Radu Preotiuc-Pietro (JIRA)" <xm...@xml.apache.org> on 2005/04/26 01:25:33 UTC

[jira] Updated: (XMLBEANS-60) New option for namespace excludes

     [ http://issues.apache.org/jira/browse/XMLBEANS-60?page=all ]

Radu Preotiuc-Pietro updated XMLBEANS-60:
-----------------------------------------

    Fix Version: TBD

Postponing for the next version.

> New option for namespace excludes
> ---------------------------------
>
>          Key: XMLBEANS-60
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-60
>      Project: XMLBeans
>         Type: New Feature
>   Components: Compiler
>     Versions: unspecified
>     Reporter: Sal Campana
>     Assignee: Radu Preotiuc-Pietro
>      Fix For: TBD

>
> SchemaCompiler should provide a way for certain namespaces to be excluded from compilation.
> As it stands today, regeneration of schemas is dependant on a combination of namespace and location.  
> A typical scenario is that the same schema file is located in 2 different locations.  The schema from the first location has been precompiled and included in the classpath.  When compiling the schema from the second location SchemaCompile should be able to determine that these are the same file and not regenerate.  Since the combination of namespace and location is being used to determine if a schema has been generated, and since the locations are different, the schema is generated twice and may cause classloader problems at runtime.
> We have 2 different suggestions on how this issue may be addressed:
> 1. Provide the ability to specify 1 or more schemaExclude namespace options.  This is similar to how Axis' Wsdl2Java addresses this issue.
> and/or
> 2. Provide an option to always ignore the schema location (Global) when determining if the schema has already been generated.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org