[jboss-jira] [JBoss JIRA] (AS7-3385) "xa-datasource-properties" "Instance" property validation does not allow empty value

ivan khoosty (JIRA) jira-events at lists.jboss.org
Fri Jan 20 13:15:19 EST 2012


ivan khoosty created AS7-3385:
---------------------------------

             Summary: "xa-datasource-properties" "Instance" property validation does not allow empty value
                 Key: AS7-3385
                 URL: https://issues.jboss.org/browse/AS7-3385
             Project: Application Server 7
          Issue Type: Bug
          Components: JCA
    Affects Versions: 7.1.0.CR1b
            Reporter: ivan khoosty
            Assignee: Jesper Pedersen
            Priority: Minor


we have this property parametrised,

<xa-datasource-property name="Instance">
          ${sql.instance}
</xa-datasource-property>

so when ${sql.instance} is set to empty/blank/"", the startup falls over with the following error

17:55:00,435 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 26) Operation ("add") failed - address: ([
    ("subsystem" => "datasources"),
    ("xa-data-source" => "ImageGenAppsDS"),
    ("xa-datasource-properties" => "Instance")
]) - failure description: "JBAS014704: '' is an invalid value for parameter value. Values must have a minimum length of 1 characters"

This is a change of behaviour from 7.0.2.Final, and seems incorrect according to msdn references.

--
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