[
https://issues.apache.org/jira/browse/ARIES-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dominik Przybysz resolved ARIES-1745.
-------------------------------------
Resolution: Done
Parameter must be defined in plugin configuration:
{code}
...
<configuration>
<customParameters>
<blueprint.beanFromFactory.nameFromFactoryMethodName>true</blueprint.beanFromFactory.nameFromFactoryMethodName>
</customParameters>
</configuration>
...
{code}
> Name beans from factories after method name in BMP
> --------------------------------------------------
>
> Key: ARIES-1745
> URL: https://issues.apache.org/jira/browse/ARIES-1745
> Project: Aries
> Issue Type: New Feature
> Components: Blueprint
> Reporter: Dominik Przybysz
> Assignee: Dominik Przybysz
> Fix For: blueprint-maven-plugin-1.9.0
>
>
> Currently name of bean from factory is taken from @Named (or similar)
> annotation or it is name of the bean class.
> It should be configurable via plugin property to change the naming policy for
> such beans.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)