Re: FinalizeParams failed when accessing custom component from Java
Michal Ceresna <[email protected]> Fri, 3 Aug 2007 11:25:13 +0200
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <200708031125.13862.michal.ceresna__29801.5232351192$1186133159$gmane$org@gmail.com> |
On Friday 03 August 2007, Marcus Better wrote: Hello, There is a bug filed for JavaXPCOM with an attached patch exactly this problem: https://bugzilla.mozilla.org/show_bug.cgi?id=358350 But it has not been merged yet. best regards, Michal > Marcus Better wrote: > > I have implemented some XPCOM components in JavaScript, but when I try > > to access them, JavaXPCOM throws an exception like this: > > > > org.mozilla.xpcom.XPCOMException: FinalizeParams failed (0x80004005) > > > > (Note that I manually added the "package org.example.xpcom" line.) > > That was the problem - the interfaces must belong to > org.mozilla.interfaces. It seems to work now. > > A more sensible error message would have helped greatly though! > > Cheers, > > Marcus > > > _______________________________________________ > dev-tech-java mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-tech-java