Read only archive ; use https://github.com/JacORB/JacORB/issues for new issues
Bug 569 - IR oddities
Summary: IR oddities
Status: NEW
Alias: None
Product: JacORB
Classification: Unclassified
Component: Interface Repository (show other bugs)
Version: 2.2
Hardware: Macintosh All
: P2 normal
Assignee: Gerald Brose
URL:
Depends on:
Blocks:
 
Reported: 2005-02-07 18:56 CET by Lennart Staflin
Modified: 2005-02-07 18:56 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lennart Staflin 2005-02-07 18:56:50 CET
I played around with the interface repository and the class-files from the hello
world example. I noticed some oddities in the results from the interface
repository. E.g. looking at the hello_simple (i.e.
demo::hello::GoodDay::hello_simple) operation:
- the repository id is IDL:demo.hello.GoodDay/hello_simple:1.0"
+ should be IDL:demo/hello/GoodDay/hello_simple:1.0
- the version is reported as ":1.0"  (notice the leading colon)
+ should be "1.0"
- the result type is a string with max length 2^32-1 (indeed all strings have
that length)
+ should be max lenght 0 (unlimited)