[fedora-java] Re: JacORB build problem

Gary Benson gbenson at redhat.com
Mon Dec 12 10:22:16 UTC 2005


Anthony Green wrote:
> The rawhide JacORB doesn't build with gcj 4.1 because of
> incompatibilities between libgcj's org.omg.CORBA and JacORB's
> org.omg.CORBA.  The JacORB code is referring to org.omg.CORBA fields
> that only appear in the JacORB version of these classes, and there's
> no way to override libgcj's built-in version at build time.
> 
> This problem is similar to the xml-commons-apis problem we've
> discussed here and in bugzilla.

Hmmm, I don't think that one was ever properly solved either.
Do the bits with JacORB-specific calls get used in JOnAS?
If not the easiest fix will be to replace them with
throw new RuntimeException("Not implemented") or similar.

Cheers,
Gary




More information about the fedora-devel-java-list mailing list