[
https://issues.apache.org/jira/browse/ARIES-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998164#comment-12998164
]
Greg Rapp commented on ARIES-584:
---------------------------------
Service code -
package testplugin;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class ServerImpl {
Logger log = LoggerFactory.getLogger(ServerImpl.class);
public ServerImpl() {
log.error("************ Server Created!");
}
public void update (Map<String,?> props) {
log.error("************ Configuration updated -
{}.",props.toString());
}
}
> Blueprint Managed Service Factory Registers Duplicate Service
> -------------------------------------------------------------
>
> Key: ARIES-584
> URL: https://issues.apache.org/jira/browse/ARIES-584
> Project: Aries
> Issue Type: Bug
> Components: Blueprint
> Affects Versions: 0.2, 0.3
> Environment: Mac OSX 10.6.6 / Equinox 3.6.1 / Felix Config Admin
> 1.2.8 / Aries Blueprint 0.3 (and 0.2)
> Reporter: Greg Rapp
>
> Creating a simple managed service factory, two services are instantiated for
> a single factory configuration.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira