Bram de Kruijff created AMDATU-528:
--------------------------------------

             Summary: Tenant properties disappear when modifying service 
registration properties
                 Key: AMDATU-528
                 URL: http://jira.amdatu.org/jira/browse/AMDATU-528
             Project: Amdatu
          Issue Type: Bug
          Components: Amdatu Core
            Reporter: Bram de Kruijff
             Fix For: Sprint 1


Using the kitchensink multitenant demo I noticed that the tenant_id service 
registration property disappear when updating service properties follwing a 
configuration update.

{code}
  Dictionary props = m_component.getServiceProperties();
  props.put(CONFIG_MSG_KEY, m_helloWorldMessage);
  m_component.setServiceProperties(props);
{code}

Turns out the managing TenantAwareBundleContext.ServiceRegistrationAdapter 
fails to add the relevant properties during setProperties.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
http://jira.amdatu.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to