DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7149>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7149 problem with inner classes when using package for stylesheet Summary: problem with inner classes when using package for stylesheet Product: XalanJ2 Version: CurrentCVS Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: org.apache.xalan.xsltc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] > From: Bruno Verachten <[EMAIL PROTECTED]> > Date: Thu Mar 14, 2002 01:25:55 AM US/Eastern > To: Santiago Pericas-Geertsen <[EMAIL PROTECTED]> > Subject: Re: [Fwd: Using XSLTC in native mode: maybe a BUG in the > compilation?] > > > Hi Santiago, > >>> I have compiled some test XSLT files with XSLTC, and from times to >>> times, >>> inner classes are generated. It seems that there is a problem with the >>> inner class at runtime, because they can't be found. I used a package >>> for the stylesheets, and those without an inner class work >>> perfectly... >>> If it ever was a BUG, how can I write my stylesheets not to get >>> an inner class? >> >> >> Inner classes are generated for different purposes, and there is no >> easy way to avoid them without re-writting your stylesheet. It seems >> to me that the only workaround for this problem is to avoid using >> packages. Hopefully, we can take a look at this bug within the few >> days and offer you a real solution. > > Thanks a lot, I can't get rid of the packaging... > I am developping a system for 550+ people here, > and they really need packages... :-( > > I'm looking forward to the bug correction, thanks in advance. > > Later, > > Bruno Verachten, France.
