[jboss-jira] [JBoss JIRA] (AS7-3187) It's impossible to add to the model DataSource config properties of xsd:extension type

Vladimir Rastseluev (Created) (JIRA) jira-events at lists.jboss.org
Wed Jan 4 09:40:09 EST 2012


It's impossible to add to the model DataSource config properties of xsd:extension type
--------------------------------------------------------------------------------------

                 Key: AS7-3187
                 URL: https://issues.jboss.org/browse/AS7-3187
             Project: Application Server 7
          Issue Type: Bug
          Components: JCA
            Reporter: Vladimir Rastseluev
            Assignee: Stefano Maestri
             Fix For: 7.1.0.Final


Config-property can't be added to the model for elements:
valid-connection-checker, stale-connection-checker, reauth-plugin,exception-sorter,recover-plugin. 
So this fragment being parsed throws exception:
<valid-connection-checker class-name="someClass2">
  <config-property name="name">Property</config-property>
 </valid-connection-checker>

09:40:24,328 ERROR [org.jboss.as.controller.management-operation] Operation ("add") failed - address: ([
    ("subsystem" => "datasources"),
    ("data-source" => "complexDs_Pool")
]) - failure description: "JBAS014688: Wrong type for reauth-plugin-properties. Expected [EXPRESSION, STRING] but was OBJECT"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list