Menu

#7 mapping IDL types

Rel_3.x
closed
Generator (29)
5
2005-03-10
2005-02-22
vpussel
No

model types date and int are invalid types in CORBA IDL.
suggested mappings are int -> long and date -> long
with decimal format YYYYMMDD (like in C++ mapping)
string.
As an option, mapping dates to timestamp string format
YYYY-MM-DD-HH24.MI.SS would be helpful.

Workaround: use long instead of int in model. But be
careful: long is 64 bit in Java and (maybe) 32 bit in C++

Discussion

  • Dieter Moroff

    Dieter Moroff - 2005-03-10

    Logged In: YES
    user_id=555111

    Fixed in Rel 1.4.1

     
  • Dieter Moroff

    Dieter Moroff - 2005-03-10
    • status: open --> closed
     
  • Dieter Moroff

    Dieter Moroff - 2005-03-10

    Logged In: YES
    user_id=555111

    Fixed in Rel 1.4.1

     

Log in to post a comment.