[jboss-jira] [JBoss JIRA] Commented: (AS7-1247) Messaging Configuration not support all setings defined in jboss-messaging.xsd schema file.
Andy Taylor (JIRA)
jira-events at lists.jboss.org
Wed Jul 20 09:33:23 EDT 2011
[ https://issues.jboss.org/browse/AS7-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615421#comment-12615421 ]
Andy Taylor commented on AS7-1247:
----------------------------------
Brian, Do you want me to fix this, I've also noticed some missing configuration attributes from the schema to?
Are their any that we don't want to be available in the config, i noticed the following comment in the code
// TODO do we want to allow the jmx configuration ?
if (params.hasDefined(JMX_DOMAIN)) configuration.setJMXDomain(params.get(JMX_DOMAIN).asString());
configuration.setJMXManagementEnabled(params.get(JMX_MANAGEMENT_ENABLED).asBoolean(ConfigurationImpl.DEFAULT_JMX_MANAGEMENT_ENABLE
> 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