Github user Vishanth commented on a diff in the pull request:

    https://github.com/apache/stratos/pull/277#discussion_r28037711
  
    --- Diff: 
components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/applications/parser/DefaultApplicationParser.java
 ---
    @@ -378,13 +374,13 @@ private Application 
buildCompositeAppStructure(ApplicationContext applicationCon
     
                 // get hostname and cluster id
                 ClusterInformation clusterInfo;
    -            if (cartridgeInfo.getMultiTenant()) {
    +            if (cartridge.getMultiTenant()) {
    --- End diff --
    
    In the Cartridge class, the getter setter methods are isMultiTenant and 
setMultiTenant. In DefaultApplicationParser class, we are using the Cartridge 
from the Stub, where the getMultiTenant method is generated from MultiTenant 
attribute.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to