[cp-patches] Re: PATCH: logfile rotation, native methods

2005-07-09 Thread Casey Marshall
On Jul 7, 2005, at 11:17 PM, Casey Marshall wrote: 2005-07-07 Casey Marshall [EMAIL PROTECTED] * java/util/logging/FileHandler.java (written): new field. (logFiles): new field. (init): initialize the OutputStream last. (createFileStream): made non-static; append '.%g' to

Re: [OX Devel] Re: Devel Digest, Vol 12, Issue 6

2005-07-09 Thread Martin Kauss
On Jul 09, 2005 05:15 AM, Soumyadip Modak [EMAIL PROTECTED] wrote: Martin Kauss [EMAIL PROTECTED] wrote Hi, the configure just checks the system dependencies to build the system. The needed libraries are not checked until the compile process, JFYI. The questions was asked some

Brief implementation question about the exception code.

2005-07-09 Thread Meskauskas Audrius
Hi, all When the CORBA server POA is temporary deactivated (discarding mode), the client receives remote exception org.omg.CORBA.TRANSIENT. One of the fields in this exception is the integer minor error code. My OMG document (March 2004) clearly states that the value of that field must be

Re: [OX Devel] Re: Devel Digest, Vol 12, Issue 6

2005-07-09 Thread Chris Burdess
Martin Kauss wrote: So what I understand is this: (Correct me if I'm wrong) 1. Problems with servlets are solvable with free Java tools, and these are not major showstoppers I am not aware of any servlet issues at all, tomcat for example should provide all necessary libraries. GNU

Re: [OX Devel] Compiling OpenExchange with gcj and classpath

2005-07-09 Thread Michael Koch
On Sat, Jul 09, 2005 at 12:05:18AM +0200, Martin Kauss wrote: On Jul 08, 2005 02:28 PM, Soumyadip Modak [EMAIL PROTECTED] wrote: Hello, Recently I've been looking at OpenExchange on Fedora Core 4. I was hoping to utilise FC4's extensive free Java tools to build OX. OX configure script

RE: Brief implementation question about the exception code.

2005-07-09 Thread Jeroen Frijters
Meskauskas Audrius wrote: When the CORBA server POA is temporary deactivated (discarding mode), the client receives remote exception org.omg.CORBA.TRANSIENT. One of the fields in this exception is the integer minor error code. My OMG document (March 2004) clearly states that the value of

Re: Brief implementation question about the exception code.

2005-07-09 Thread Meskauskas Audrius
Jeroen Frijters wrote: Meskauskas Audrius wrote: When the CORBA server POA is temporary deactivated (discarding mode), the client receives remote exception org.omg.CORBA.TRANSIENT. One of the fields in this exception is the integer minor error code. My OMG document (March 2004) clearly

Re: Compiling OpenExchange with gcj and classpath

2005-07-09 Thread Soumyadip Modak
Martin Kauss wrote: Hi, first of all i want to state that i do not want to start a discussion like vi/emacs, linux/windows or something similar. For us, freedom of choice is importend and if the classpath project fits the needs - it is just fine. Only one statement i want to clarify: I wrote

Re: JNI assertion failure

2005-07-09 Thread Archie Cobbs
Archie Cobbs wrote: With Classpath 0.16, trying to run a very simple Swing demo under JCVM, I get a JNI assertion failure in a call to GetIntField(), because the object type and the fieldID are not compatible: gnu/java/awt/peer/gtk/[EMAIL PROTECTED] not instance of

Fix for java/net/URLClassLoader

2005-07-09 Thread Archie Cobbs
This patch (checked in) fixes two Mauve tests and removes some obsolete code. 2005-07-09 Archie Cobbs [EMAIL PROTECTED] * java/net/URLClassLoader.java: disallow directories as resources -Archie __ Archie

[commit-cp] classpath ./ChangeLog java/net/URLClassLoader.java

2005-07-09 Thread Archie Cobbs
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Archie Cobbs [EMAIL PROTECTED]05/07/09 20:12:00 Modified files: . : ChangeLog java/net : URLClassLoader.java Log message: *

[commit-cp] classpath ./ChangeLog gnu/xml/transform/Abstrac...

2005-07-09 Thread Chris Burdess
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Chris Burdess [EMAIL PROTECTED] 05/07/09 20:38:37 Modified files: . : ChangeLog gnu/xml/transform: AbstractNumberNode.java ApplyImportsNode.java