[
https://jira.jboss.org/jira/browse/JBAS-6204?page=com.atlassian.jira.plug...
]
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