- 
                            Key: CORBA3-63
- 
                            Legacy Issue Number: 5327
- 
                            Status: closed
- 
                            Source: Triodia Technologies Pty Ltd ( Michi Henning)
- 
                            Summary:suppose the following [pseudo-]idl: #pragma prefix "2abc.def" module xyz { {...}
 interface q; 
 };It would generate a Java class 'q' within package 'def.2abc.xyz'. 
 The package name '2abc' is not that popular with the java compiler
 since it starts with a digit.From what I could see in CORBA 2.6.1, identifiers have to start 
 with a character (or at least not a digit). So, I guess that the
 prefix pragma is erroneous here, right ?The OpenORB IDL parser 1.2.0 did though generate Java code without any 
 complaints, which confuses me ...
- 
                            Reported: CORBA 2.6.1 — Sat, 25 May 2002 04:00 GMT
- 
                            Disposition: Resolved — CORBA 3.0.2
- 
                            Disposition Summary:see above 
- 
                            Updated: Fri, 6 Mar 2015 20:58 GMT