[jacorb-developer] JacORB 3.4 CORBA_InterfaceRepository.idl - bug?

Nick Cross jacorb at goots.org
Fri May 9 22:25:44 CEST 2014


Hmmm. Section 10.8 in CORBA 3 implies it should not have the is_abstract 
as does http://www.omg.org/issues/issue3015.txt but the separate IDL on 
the OMG site contradicts that.

Perhaps adding the comma would suffice ? A bugzilla and/or pull request 
would be welcome ;-)

Cheers

Nick

On 09/05/14 19:12, Timothy Astle wrote:
> While trying to compile the orb.idl in JacORB 3.4, I hit a problem
> unless I defined the JACORB for the preprocessor.
>
> https://github.com/JacORB/JacORB/blob/RELEASE_3_4/idl/omg/CORBA_InterfaceRepository.idl
>
> It fails on parsing "in" because it is missing a comma.  So the only way
> the IDL compiles without modifications is by passing in the preprocessor
> to disable is_abstract.
>
> I think the line should be:
>
> ,in boolean is_abstract
>
> Can someone confirm?  It looks like the problem exists on the master too.
>
>



More information about the jacorb-developer mailing list