[
https://issues.jboss.org/browse/TEIID-2708?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-2708:
---------------------------------------
There doesn't seem to be a straight-forward out of the box way to set service
properties. It may be possible to mix-in some spring configuration logic, but I'm not
sure how the examples from web-apps transfer to the configuration.
One possibility is to rely on module properties - when we get a service instance we can
inject properties declared in the corresponding module.xml. For mostly built-in services,
such as the DataRolePolicyDecider, this mechanism alone isn't that desirable. Users
would have to create their own module, import the engine, expose the same
DataRolePolicyDecider service, and add the override properties.
DataRolePolicyDecider configuration
-----------------------------------
Key: TEIID-2708
URL:
https://issues.jboss.org/browse/TEIID-2708
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 8.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.6
In the conversion over to AS 7 the bean properties for DataRolePolicyDecider were not
added to the configuration. More than likely this was because the bean itself is
pluggable.
We either need to add these properties to the configuration or add an alternative
mechanism for setting them (system and/or vdb properties would probably be just fine).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira