Issue 9155: Example 4 is not totally consistent with rules (35) and (36). (mof2idl-ftf) Source: Fraunhofer FOKUS (Mr. Michael Soden, soden@ikv.de soden@fokus.fraunhofer.de) Nature: Uncategorized Issue Severity: Summary: Example 4 on page 26 still contains the create_<component_name> factory operation which is no more generated according to issue 7682. Moreover, the factory operation create_and_init_b(in long a_attrib, in ACommon b_attrib); in the home declaration home BHome manages B, the a_attrib parameter is not needed. Resolution: Revised Text: Resolution: Delete the create_<component_name>operations from the home interfaces of this example. factory create_a() deleted factory create_b() deleted factory create_c() deleted Redeclare create_and_init_b(in long a_attrib, in ACommon b_attrib) to create_and_init_b(in ACommon b_attrib). Done Actions taken: November 15, 2005: received issue March 8, 2006: closed issue Discussion: End of Annotations:===== MG Issue No: [Temp8] Title: Example 4 is not totally consistent with rules (35) and (36). Source: Michael Soden, soden@ikv.de Summary: Example 4 on page 26 still contains the create_ factory operation which is no more generated according to issue 7682. Moreover, the factory operation create_and_init_b(in long a_attrib, in ACommon b_attrib); in the home declaration home BHome manages B, the a_attrib parameter is not needed. Discussion: Resolution: Delete the create_operations from the home interfaces of this example. factory create_a() deleted factory create_b() deleted factory create_c() deleted Redeclare create_and_init_b(in long a_attrib, in ACommon b_attrib) to create_and_init_b(in ACommon b_attrib). Done Disposition: open