Menu

#19 IDL syntax error for cardinality 1 asssociations

Rel_1.4.x
closed-fixed
Generator (29)
3
2005-03-24
2005-03-21
vpussel
No

A and B are modelled classes.
Object of class A has an aggregate relation of
cardinality 1 to object of class B
In generated IDL, B is included inside A (ok) but the
class name is followed by a '>'. Example:
struct Kaufabrechnung
{
sequence<Umsatz> umsatzList;
Konto> theKonto; // error!
};

Discussion

  • vpussel

    vpussel - 2005-03-23
    • priority: 5 --> 6
     
  • vpussel

    vpussel - 2005-03-23
    • priority: 6 --> 3
     
  • Dieter Moroff

    Dieter Moroff - 2005-03-24
    • status: open --> open-fixed
     
  • Dieter Moroff

    Dieter Moroff - 2005-03-24

    Logged In: YES
    user_id=555111

    Fixed in Rel 1.4.4

     
  • Dieter Moroff

    Dieter Moroff - 2005-03-24
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.