[jboss-jira] [JBoss JIRA] Commented: (JBAS-6664) "config-property" ManagedProperty in all ConnectionFactory and Datasource templates has wrong type

Emanuel Muckenhuber (JIRA) jira-events at lists.jboss.org
Wed Mar 25 10:26:22 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBAS-6664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12459024#action_12459024 ] 

Emanuel Muckenhuber commented on JBAS-6664:
-------------------------------------------

I'm currently writing some more test cases for this template. Furthermore i'm also trying to figure out all differences between the runtime ManagedComponent and the template.

The changes i made will affect the following:
"local-tx-datasource"
"xa-datasource"
"tx-connection-factory"
"no-tx-datasource"
"no-tx-connection-factory"

> "config-property" ManagedProperty in all ConnectionFactory and Datasource templates has wrong type 
> ---------------------------------------------------------------------------------------------------
>
>                 Key: JBAS-6664
>                 URL: https://jira.jboss.org/jira/browse/JBAS-6664
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: ProfileService
>         Environment: AS 5.1 build from 3/21/09
>            Reporter: Ian Springer
>            Assignee: Emanuel Muckenhuber
>            Priority: Critical
>             Fix For: JBossAS-5.1.0.CR1
>
>
> As can be seen from the below debug output from the jboss-as-5 plugin, the property's type is SimpleMetaType.STRING:
> Properties for DeploymentTemplateInfo [NoTxConnectionFactoryTemplate]:
> ...
>   name=config-property, mappedName=null, viewUse=NONE, required=false, type=SimpleMetaType, value=  <<<null>>>
> ...
> but the value's type is supposed to be MapCompositeMetaType(SimpleMetaType.STRING) - this is what the type is for the "config-property" property in existing Connection Factories or Datasources.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list