[jboss-jira] [JBoss JIRA] Created: (AS7-1451) JacORB subsystem: allow configuration of initializers as attributes.
Stefan Guilhen (JIRA)
jira-events at lists.jboss.org
Tue Aug 2 23:55:23 EDT 2011
JacORB subsystem: allow configuration of initializers as attributes.
--------------------------------------------------------------------
Key: AS7-1451
URL: https://issues.jboss.org/browse/AS7-1451
Project: Application Server 7
Issue Type: Task
Components: IIOP
Reporter: Stefan Guilhen
Assignee: Stefan Guilhen
Initializers are currently configured as a comma-separated list of names in the <ininitializers> element:
<initializers>SAS,CSIv2,Codebase</initializers>
A better approach would be to allow the declaration of the interceptors as attributes of the initializers element. By default, all values are "off" (false):
<initializers sas="on" csiv2="on" codebase="on" tx="off"/>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list