[jboss-jira] [JBoss JIRA] Commented: (AS7-1247) Messaging Configuration not support all setings defined in jboss-messaging.xsd schema file.
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Wed Jul 20 16:05:23 EDT 2011
[ https://issues.jboss.org/browse/AS7-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615519#comment-12615519 ]
Brian Stansberry commented on AS7-1247:
---------------------------------------
Andy,
I assigned this to myself not so much because I can fix it all, but because working on it a bit seemed a good way to make also some progress on some general infrastructure to make it easier to deal with the attributes a subsystem exposes. The one commit in this branch illustrates a bit of what I mean:
https://github.com/bstansberry/jboss-as/tree/AS7-1247
There a bit of cruft in there that should come out; the key bit is the AttributeDefinition class in the controller module. It encapsulates key metadata about an attribute and then has some methods the subsystem's parsers, marshallers, operation handlers and descrption providers can use to handle the normal things that are done with an attribute.
As a side benefit, that commit also adds parsing and marshalling support for a bunch of schema elements; basically all the direct children of the subsystem element that are of simple types.
Emanuel Muckenhuber's looking at that commit a bit; you're thoughts would be appreciated as well. If ok, I'll push that into upstream tomorrow. At that point I can assign this to you. I'll be traveling for a few weeks, so I don't want to leave it assigned to myself.
There's other stuff to talk about; probably better to just chat. I'll look for you on IRC tomorrow.
> Messaging Configuration not support all setings defined in jboss-messaging.xsd schema file.
> -------------------------------------------------------------------------------------------
>
> Key: AS7-1247
> URL: https://issues.jboss.org/browse/AS7-1247
> Project: Application Server 7
> Issue Type: Bug
> Components: JMS
> Affects Versions: 7.0.0.CR1
> Environment: Windows 7 x64
> Java 1.6.25 x64
> JBoss 7.0.0 CR1 - standalone-preview
> Reporter: Tomaz Zupan
> Assignee: Brian Stansberry
> Labels: as7, configuration, jboss, messaging
> Attachments: standalone-preview.xml
>
>
> Only settings included in standalone-preview.xml configuration file are supported. If some other settings from jboss-messaging.xsd schema file are included, org.jboss.as.controller.persistence.ConfigurationPersistenceException exception is thrown while the JBoss server is starting.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list