Autoconf does not recognize non-local non-factory OCDs
------------------------------------------------------
Key: FELIX-3243
URL: https://issues.apache.org/jira/browse/FELIX-3243
Project: Felix
Issue Type: Bug
Components: Deployment Admin
Affects Versions: autoconf-rp-0.1.0
Reporter: Bram de Kruijff
Attachments: autoconf_isFactoryConfig.patch
Small bug means this this never worked:
{code}
private boolean isFactoryConfig(Designate designate) {
String factoryPid = designate.getFactoryPid();
return (factoryPid != null || !"".equals(factoryPid));
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira