You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Carlin Rogers (JIRA)" <de...@beehive.apache.org> on 2005/09/15 19:13:54 UTC

[jira] Updated: (BEEHIVE-932) Remove XMLBean dependence from the url template config support in the NetUI runtime

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

Carlin Rogers updated BEEHIVE-932:
----------------------------------

    Attachment: j932-patch.txt

The following patch updates the implementation for loading the beehive-url-templates-config.xml file in our DefaultURLTemplatesFactory class, removing the use of XMLBeans to parse the file. The new implementation uses DOM and the routines in the DomUtils class Eddie committed.

The patch updates the core package build.xml for ant and deletes the XMLBeans config file for the schema. The schema has been moved down into the org/apache/beehive/netui/core/urltemplates/schema/.

Note, the svn move of the schema does not show up in an "svn diff" command for creating a patch. There will need to be a manual svn move command as well as applying the patch...

cd trunk/netui/src/core
mkdir org/apache/beehive/netui/core/urltemplates/schema/
svn add org/apache/beehive/netui/core/urltemplates/schema/
svn move schema/url-template-config/url-template-config.xsd org/apache/beehive/netui/core/urltemplates/schema/url-template-config.xsd

There are other ways this could bee done as well.

> Remove XMLBean dependence from the url template config support in the NetUI runtime
> -----------------------------------------------------------------------------------
>
>          Key: BEEHIVE-932
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-932
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1
>     Reporter: Carlin Rogers
>     Assignee: Carlin Rogers
>      Fix For: V1
>  Attachments: j932-patch.txt
>
> Make changes to the DefaultURLTemplatesFactory class to remove dependence on XMLbeans.
> I've got a patch I'll attach to this in a moment.

-- 
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