[jboss-jira] [JBoss JIRA] Commented: (JBAS-6204) in template for Local Datasource managed component type, the "security-domain" property has the wrong MetaType

Scott M Stark (JIRA) jira-events at lists.jboss.org
Fri Nov 21 13:13:36 EST 2008


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

Scott M Stark commented on JBAS-6204:
-------------------------------------

In the current trunk I added a test of the security-domain property type and value of the DefaultDS and its returning the expected GenericMetaType/GenericMetaValue:

1056 [main] DEBUG org.jboss.test.profileservice.test.ProfileServiceUnitTestCase  - security-domain type: GenericMetaType:org.jboss.managed.api.ManagedObject
1056 [main] DEBUG org.jboss.test.profileservice.test.ProfileServiceUnitTestCase  - security-domain value: GenericMetaType:org.jboss.managed.api.ManagedObject:ManagedObject{org.jboss.resource.metadata.mcf.SecurityDomainMetaData}

Is there a specific datasource deployment your seeing the incorrect type on?


> in template for Local Datasource managed component type, the "security-domain" property has the wrong MetaType
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: JBAS-6204
>                 URL: https://jira.jboss.org/jira/browse/JBAS-6204
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: ProfileService
>            Reporter: Ian Springer
>            Assignee: Scott M Stark
>
> managedProperty.getMetaType() returns a SimpleMetaType of type STRING
> However, it should be returning a GenericMetaType, since when you lookup that property from an existing datasource component's properties, it is a GenericValue wrapping a ManagedObject.

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