- **summary**: imm: persistent runtime attributes are trimmed away for 
Special-applier --> imm: ccbCreate - default values for PRTA's do not reach PBE 
or special applier
- Description has changed:

Diff:

~~~~

--- old
+++ new
@@ -1,4 +1,11 @@
-Runtime attributes are trimmed away for PBE.
+Runtime attributes (persistent or not) that are
+
+  - part of a config object.
+  - have a default value.
+  - have not been explicitly assigned a value
+
+Will not get the default value written to PBE or included in special applier
+callback.
 
 The problem is in the calculation in IF statement, which is always true if 
attr->flags contains SA_IMM_ATTR_RUNTIME flag.
 

~~~~




---

** [tickets:#1083] imm: ccbCreate - default values for PRTA's do not reach PBE 
or special applier**

**Status:** unassigned
**Milestone:** 4.3.3
**Created:** Mon Sep 15, 2014 01:29 PM UTC by Zoran Milinkovic
**Last Updated:** Mon Sep 15, 2014 03:10 PM UTC
**Owner:** nobody

Runtime attributes (persistent or not) that are

  - part of a config object.
  - have a default value.
  - have not been explicitly assigned a value

Will not get the default value written to PBE or included in special applier
callback.

The problem is in the calculation in IF statement, which is always true if 
attr->flags contains SA_IMM_ATTR_RUNTIME flag.

                    if((attr->mFlags & SA_IMM_ATTR_RUNTIME) && 
                      ~(attr->mFlags & SA_IMM_ATTR_PERSISTENT) &&
                      ~(attr->mFlags & SA_IMM_ATTR_NOTIFY)) {

Sign "~" should be replaced with "!".


---

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.
------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Opensaf-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to