- **status**: unassigned --> accepted
- **assigned_to**: Hung Nguyen


---

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

**Status:** accepted
**Milestone:** 4.6.1
**Created:** Fri Sep 11, 2015 10:47 AM UTC by Hung Nguyen
**Last Updated:** Fri Sep 11, 2015 10:47 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 opensaf-tickets@lists.sourceforge.net 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
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to