- **status**: review --> fixed
- **Comment**:

opensaf-4.6.x:

changeset:   6823:e65eb4a31d3c
branch:      opensaf-4.6.x
tag:         tip
parent:      6804:10de5aa4974f
user:        Hung Nguyen <[email protected]>
date:        Mon Sep 14 10:59:07 2015 +0700
summary:     imm: Add SA_IMM_ATTR_DN to excluded list when checking for unknown 
attribute flags [#1476]

-----

default(4.7):

changeset:   6822:0b532181e5e1
user:        Hung Nguyen <[email protected]>
date:        Mon Sep 14 10:59:07 2015 +0700
summary:     imm: Add SA_IMM_ATTR_DN to excluded list when checking for unknown 
attribute flags [#1476]




---

** [tickets:#1476] imm: SA_IMM_ATTR_DN is not recognized as known flag**

**Status:** fixed
**Milestone:** 4.6.1
**Created:** Fri Sep 11, 2015 10:47 AM UTC by Hung Nguyen
**Last Updated:** Mon Sep 14, 2015 04:15 AM UTC
**Owner:** Hung Nguyen


When creating a class that has attributes with SA_IMM_ATTR_DN flag, the 
following message is printed

root@SC1:~# immomtest 9 1

Sep 11 17:30:39 SC1 osafimmnd[15577]: NO At least one attribute in class 
TestClass has unsupported attribute flag



>From ImmModel::attrCreate()

SaImmAttrFlagsT unknownFlags = attr->attrFlags & 
  ~(SA_IMM_ATTR_MULTI_VALUE |
    SA_IMM_ATTR_RDN |
    SA_IMM_ATTR_CONFIG |
    SA_IMM_ATTR_WRITABLE |
    SA_IMM_ATTR_INITIALIZED |
    SA_IMM_ATTR_RUNTIME |
    SA_IMM_ATTR_PERSISTENT |
    SA_IMM_ATTR_CACHED |
    SA_IMM_ATTR_NO_DUPLICATES |
    SA_IMM_ATTR_NOTIFY |
    SA_IMM_ATTR_NO_DANGLING);

SA_IMM_ATTR_DN is missing


---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
_______________________________________________
Opensaf-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to