Skip to content

Add possibility to detect Configbeans with the same name #107

Open
@glassfishrobot

Description

@glassfishrobot

At the moment we do not have the possibility to detect the configbeans with the same names in the system. This cause problems with what we have in zero config and configuration modularity in which we store each module's configuration in an xml snippet representing the xml elements matching the config beans that are needed for the specific module.

For example, the snippet may look like the following xml fragment. The problem is that the security-service can map to any of the configbeans named SecurityService independent of the package name. What I am looking for is to add the possibility to detect configbeans which resolve to same xml element name and print a log message or let a listener act upon it.

<security-service>... </security-service>

Affected Versions

[2.1.*]

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions