[kaffe] Re: [Classpathx-xml] Re: Unwanted SAXParseException

2003-10-24 Thread Ito Kazumitsu
Hi, To conclude the issue, I suggest the following patch. bash-2.05b$ diff -u gnu/xml/aelfred2/SAXDriver.java.orig gnu/xml/aelfred2/SAXDriver.java --- gnu/xml/aelfred2/SAXDriver.java.origSat Oct 18 19:51:10 2003 +++ gnu/xml/aelfred2/SAXDriver.java Sat Oct 25 08:41:10 2003 @@ -596,8

Re: [kaffe] Re: Bug Report: unexpected IllegalArgumentException from java.text.DecimalFormat

2003-10-24 Thread Ito Kazumitsu
> ":" == Tom Tromey <[EMAIL PROTECTED]> writes: :> Could you make your test case suitable for Mauve? How about we give :> you mauve write access and then you can just check it in? And then :> you can check in future tests too :-). If this sounds good, fill out :> this form and give my email

Re: [kaffe] java.lang.IllegalAccessError

2003-10-24 Thread Guilhem Lavaux
Ito Kazumitsu wrote: The attached programs cause java.lang.IllegalAccessError, which partly seemes to have something to do with KJC, but class files compiled with Sun's javac also cause the error. Apparently KJC choses to protect the inner class (as usual). I've not really seen a specific restric

Re: [kaffe] Classpath beans update.

2003-10-24 Thread James Simmons
> Done. Please update from CVS, and good luck with the AWT port. I have been keeping up. > Speaking of the AWT switch to classpath, I was thinking of a slightly > different approach: what about having classpath's AWT, kaffe's AWT and > pocketlinux AWT source trees somewhere under libraries/j

Re: [kaffe] Re: [OpenEJB-dev] Understanding OpenEJB's 0.9.2 ClasspathUtils

2003-10-24 Thread Dalibor Topic
Hi David, sorry for the long delay on my side, I was busy with kaffe 1.1.2, and then the classpath developer meeting, catching up with real life ... I guess you know what it's like ;) I haven't thought much about it, but wouldn't a ResourceBundle / Property file based approach solve your probl

Re: [kaffe] CVS kaffe (dalibor): Fixes to get JBoss 3.2.2 to load

2003-10-24 Thread Dalibor Topic
Hi all, this is just a quick heads up for thos of you who want to tinker with JBoss on top of kaffe from CVS. Kaffe CVS wrote: PatchSet 4122 Date: 2003/10/24 16:42:09 Author: dalibor Branch: HEAD Tag: (none) Log: Fixes to get JBoss 3.2.2 to load With the checked in fixes, JBoss 3.2.2 loads on

[kaffe] CVS kaffe (dalibor): Fixes to get JBoss 3.2.2 to load

2003-10-24 Thread Kaffe CVS
PatchSet 4122 Date: 2003/10/24 16:42:09 Author: dalibor Branch: HEAD Tag: (none) Log: Fixes to get JBoss 3.2.2 to load With the checked in fixes, JBoss 3.2.2 loads on i386-linux. Trying to run its management console by connecting to http://localhost:8080/jmx-console/index.jsp doesn't work though

Re: [kaffe] Classpath beans update.

2003-10-24 Thread Dalibor Topic
James Simmons wrote: Is it possible to integrate beans from GNU Classpath into Kaffe. I need it for Classpath AWT. Done. Please update from CVS, and good luck with the AWT port. Speaking of the AWT switch to classpath, I was thinking of a slightly different approach: what about having classpath

[kaffe] CVS kaffe (dalibor): Finished java.beans merge with GNU Classpath

2003-10-24 Thread Kaffe CVS
PatchSet 4121 Date: 2003/10/24 13:53:59 Author: dalibor Branch: HEAD Tag: (none) Log: Finished java.beans merge with GNU Classpath Merged in the Introspector class from GNU Classpath needed to get JBoss 3.2.2 to load further. Fixed a small bug in IntrospectionIncubator that showed up in kaffe's

Re: [kaffe] AbstractSelector.java:cancelledKeys() - small patch for Freenet

2003-10-24 Thread Dalibor Topic
Hi david, Thanks again for the patch. I merged in more updates to the NIO code from GNU Classpath made by Michael Koch, so you patch doesn't apply anymore. Could you check out kaffe from CVS and try again, to see if it fixes the problem? cheers, dalibor topic David 'Bombe' Roden wrote: -BE

Re: [kaffe] Bug Report with partial fix

2003-10-24 Thread Dalibor Topic
Hi Ross, Thanks for the patch. I tried applying it, but it didn't work for me: bash-2.05a$ patch -p 1 --dry-run -i /var/tmp/message.eml patching file libraries/javalib/java/awt/ImageLoader.java patch: malformed patch at line 106: // we are done with it, prevent memory leaks Could you resend