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

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


     [ https://issues.jboss.org/browse/AS7-3187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Rastseluev updated AS7-3187:
-------------------------------------

    Description: 
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:
<reauth-plugin class-name="someClass2">
  <config-property name="name">Property</config-property>
 </reauth-plugin>

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"

  was:
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"


    
> 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:
> <reauth-plugin class-name="someClass2">
>   <config-property name="name">Property</config-property>
>  </reauth-plugin>
> 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