You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/12/16 19:06:00 UTC

[jira] [Work logged] (ARTEMIS-3139) Anonymous types in artemis-configuration.xsd

     [ https://issues.apache.org/jira/browse/ARTEMIS-3139?focusedWorklogId=834222&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-834222 ]

ASF GitHub Bot logged work on ARTEMIS-3139:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 16/Dec/22 19:05
            Start Date: 16/Dec/22 19:05
    Worklog Time Spent: 10m 
      Work Description: jbertram commented on PR #4122:
URL: https://github.com/apache/activemq-artemis/pull/4122#issuecomment-1355444322

   @ryan-highley, the test failure was unrelated and I've pushed a fix for it. Please `git commit --amend` and push your branch again to trigger a rebuild.




Issue Time Tracking
-------------------

    Worklog Id:     (was: 834222)
    Time Spent: 7h 40m  (was: 7.5h)

> Anonymous types in artemis-configuration.xsd
> --------------------------------------------
>
>                 Key: ARTEMIS-3139
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3139
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Tuve Nordius
>            Priority: Major
>          Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> The artemis-configuration.xsd has a lot of anonymous types which makes it hard to create a modulirized configuration. If I want to have diverts in a seperate file I can do that but I cant get any validation/ help for any editor. 
> example:
> I can do in an included file diverts.xml something like 
> {code:java}
> <diverts xmlns="urn:activemq:core">{code}
> I would like to do like bellow, but I can't since divertsType does not exist other as an inline anonymous type.
>  
> {code:java}
> <diverts xmlns="urn:activemq:core"
>          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>          xsi:schemaLocation="urn:activemq:core /schema/artemis-configuration.xsd"
>          xsi:type="divertsType" >
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)