Re: gnu.xml.dom.DomText implements Text and NodeList.

2006-01-09 Thread Pedro Izecksohn
>We ask that people agree to the GNU Classpath Hackers requirements >before granting CVS commit permissions. You can find them at: >http://www.gnu.org/software/classpath/docs/hacking.html#SEC2 I'm submiting source code to this list to be included in the GNU classpath project, assuring that I wro

Re: Assertion failure

2006-01-09 Thread Christian Thalinger
On Mon, 2006-01-09 at 18:02 -0600, Archie Cobbs wrote: > FYI, > > Just testing current CVS with JCVM and I'm also getting this assertion > failure: > >jc: mprec.c:100: _Jv_Balloc: Assertion `(1 << k) < 32' failed. > > This is on SuSE 10 on an x86 laptop (Dell Latitude D810). It's interesti

Assertion failure

2006-01-09 Thread Archie Cobbs
FYI, Just testing current CVS with JCVM and I'm also getting this assertion failure: jc: mprec.c:100: _Jv_Balloc: Assertion `(1 << k) < 32' failed. This is on SuSE 10 on an x86 laptop (Dell Latitude D810). -Archie __ Ar

Re: javax.security.auth.login.LoginException: no configured modules for application DBLogin

2006-01-09 Thread Casey Marshall
On Jan 9, 2006, at 1:17 AM, Radhika wrote: Hi, I am Radhika working as SSE for AppLabs Technologies. This mail is with respect to the Bug No. 25202 posted under http:// gcc.gnu.org/bugzilla/show_bug.cgi?id=25202 , and the comments says that Classpath currently has no meaningful i

Testing the next release (builder make distcheck)

2006-01-09 Thread Mark Wielaard
Hi, For those of you who want to help test the next (0.20) snapshot release builder.classpath.org now has a -pre dist tar ball available whenever make distcheck succeeds. See http://builder.classpath.org/ The autobuilder runs a couple of times a day so it should be fairly fresh. So it might also b

Re: please test: XMLEncoder patch - version 2

2006-01-09 Thread Roman Kennke
Hi Mark, Am Montag, den 09.01.2006, 22:13 +0100 schrieb Mark Wielaard: > Hi, > > On Mon, 2006-01-09 at 21:30 +0100, Robert Schuster wrote: > > the PDs have to be registered to make out-of-the-box encoders (new > > XMLEncoder(...)) be able to process instances of those classes. > > However: If you

[Bug classpath/25729] New: Encoder.getPersistenceDelegate should query BeanInfos for PersistenceDelegate

2006-01-09 Thread thebohemian at gmx dot net
This is part of the specification but it is not implemented yet. When it is ready BeanInfos for various java.util, java.awt and javax.swing classes have to be written. -- Summary: Encoder.getPersistenceDelegate should query BeanInfos for PersistenceDelegate

Re: please test: XMLEncoder patch - version 2

2006-01-09 Thread Stuart Ballard
In a 1.5 world you could define an annotation to put on classes that have persistence delegates so that you only have to handle them when an object of that type is encountered, and the central code doesn't have to be aware of them at all. I'm not directly familiar with the Java syntax for such thi

Re: please test: XMLEncoder patch - version 2

2006-01-09 Thread Mark Wielaard
Hi, On Mon, 2006-01-09 at 21:30 +0100, Robert Schuster wrote: > the PDs have to be registered to make out-of-the-box encoders (new > XMLEncoder(...)) be able to process instances of those classes. > However: If you want to split Swing out of the class library there is > no point in trying to regis

Re: please test: XMLEncoder patch - version 2

2006-01-09 Thread Mark Wielaard
Hi Roman, On Mon, 2006-01-09 at 22:35 +0100, Roman Kennke wrote: > > I was hoping that we could use some instanceof trick since all the > > "special" delegates are for classes that implement java.util.Map. Am I > > right this is indeed the case for all these classes? If so maybe you > > could spec

Re: batik update

2006-01-09 Thread Dalibor Topic
Anthony Green wrote: > Jeremias Maerki has submitted a patch to liberate batik: > > http://issues.apache.org/bugzilla/show_bug.cgi?id=38183 > > Now it's our job to implement some missing bits, including: > > javax.imageio.plugins.jpeg.* > and java.awt.BasicStroke > > Sven - did you have

[Bug classpath/25431] Method Introspector.getBeanInfo(class, int) is not implemented

2006-01-09 Thread cvs-commit at developer dot classpath dot org
--- Comment #3 from cvs-commit at developer dot classpath dot org 2006-01-09 20:52 --- Subject: Bug 25431 CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster <[EMAIL PROTECTED]>06/01/09 20:19:57 Modified files: .

Re: please test: XMLEncoder patch - version 2

2006-01-09 Thread Robert Schuster
Hi Roman, the PDs have to be registered to make out-of-the-box encoders (new XMLEncoder(...)) be able to process instances of those classes. However: If you want to split Swing out of the class library there is no point in trying to register a PD for them since the class isnt there anyway. I prepa

[Bug classpath/25699] javax.crypto.CipherInputStream.available() returns -1

2006-01-09 Thread csm at gnu dot org
-- csm at gnu dot org changed: What|Removed |Added Target Milestone|--- |0.20 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25699 __

[Bug classpath/25727] Hashtable is not secure

2006-01-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-09 19:06 --- I think you are violating some rules here, a.equals(b) == b.equals(a). Hashtable and maybe others should be doing that checking and then just reject it but I think this is just a violation of equals. Also a.equals(

[Bug classpath/25727] Hashtable is not secure

2006-01-09 Thread subanark at gmail dot com
--- Comment #2 from subanark at gmail dot com 2006-01-09 19:21 --- That is in fact the point of why Sun's Hashtable does this. The class I presented FakeKey is in fact trying to trick the map into giving it a value for the secure key, which is designed to be a private key. If we take a s

Re: please test: XMLEncoder patch - version 2

2006-01-09 Thread Roman Kennke
Hi Robert, Is it really necessary to directly reference all those classes in java.beans.Encoder.setupDefaultPersistenceDelegates()? Can you explain what this method does and why the encoder won't work without these persistent delegates? I am asking, because we had discussions about breaking down t

[Bug classpath/25431] Method Introspector.getBeanInfo(class, int) is not implemented

2006-01-09 Thread thebohemian at gmx dot net
--- Comment #2 from thebohemian at gmx dot net 2006-01-09 18:43 --- "Java Trap" Rescue Guard (tm) is taking this. ;) -- thebohemian at gmx dot net changed: What|Removed |Added

batik update

2006-01-09 Thread Anthony Green
Jeremias Maerki has submitted a patch to liberate batik: http://issues.apache.org/bugzilla/show_bug.cgi?id=38183 Now it's our job to implement some missing bits, including: javax.imageio.plugins.jpeg.* and java.awt.BasicStroke Sven - did you have a BasicStroke implementation? AG

[Bug classpath/25699] javax.crypto.CipherInputStream.available() returns -1

2006-01-09 Thread matighet at bbn dot com
--- Comment #6 from matighet at bbn dot com 2006-01-09 15:14 --- Confirmed to be fixed. Thanks for the quick fix. -- matighet at bbn dot com changed: What|Removed |Added

Re: 0.20 (next year)

2006-01-09 Thread Mark Wielaard
Hi all, On Sat, 2005-12-24 at 12:02 +0100, Mark Wielaard wrote: > I had wanted to push out one more new developer snapshot release (0.20) > this year, but got distracted by setting up the new builder machine for > automatic regression testing and the eclipse build infrastructure (both > very cool

GPLv3 meeting

2006-01-09 Thread Mark Wielaard
Hi all, As most of you probably know the FSF will go through a design process for the next revision of the GPL this year (http://gplv3.fsf.org/). I have given some feedback on license/legal issues we have seen with the GNU Classpath and related projects (especially about what a pity it is that the

javax.security.auth.login.LoginException: no configured modules for application DBLogin

2006-01-09 Thread Radhika
Hi,   I am Radhika working as SSE for AppLabs Technologies. This mail is with respect to the Bug No. 25202 posted under http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25202 , and the comments says that Classpath currently has no meaningful implementation of javax.security.auth.login.C

LinuxTag 2006 - Call for Papers

2006-01-09 Thread Robert Schuster
Hi all, this years LinuxTag takes place in Wiesbaden/Germany on May 3-6 . Like last year the organizers plan to have a Java track. As a free software event there is lots of interest to have presentations about GNU Classpath and all its related F/OSS projects. Please take this as an opportunity to

Re: compiling Classpath on cigwin/win

2006-01-09 Thread Enrico Migliore
Hi Mark Make sure you have zip also, not just gzip. Mark you're right! After installing the zip utility, I was finally able to build Classpath on Cygwin. There are still a couple of things I would like to do before using Classpath: 1. Compiling classpath with the Eclipse Java compiler ECJ