Re: Documentation generation

2004-11-19 Thread Jean T. Anderson
scott hutinger wrote: > > http://incubator.apache.org/derby/papers/derby_web.html > > More than likely, it should have a link at the downloads page related > to doc changes. excellent suggestion -- I'll follow up on it. thanks, -jean

How should derby committers update the derby web site?

2004-11-19 Thread Jean T. Anderson
Jean T. Anderson wrote: >Noel J. Bergman wrote: > > > >>Done. But aren't you folks aware that you have the necessary karma to do >>the site update? >> >> >> >No, we weren't aware of it. We've been operating by the guidelines >outlined in >http://nagoya.apache.org/eyebrowse/[EMAIL >PROTEC

Re: derby website/forrest 0.51

2004-11-19 Thread Jean T. Anderson
scott hutinger wrote: > I was wondering if any mention of moving to forrest 0.6 or 0.7-dev > might be available? I could track the derby website with 0.7-dev if > it might be handy. Also, it would be nice to get derby integration > into forrest out of the box. Right now the derby web site is a

Re: Running Rowsets tests against Derby database

2004-11-19 Thread Jonathan Bruce
This is off topic for the Derby discussion: the JDBC RowSet Implementation RI provided in the JWSDP 1.5 and J2SE 5.0 is built from a single source base. You should therefore find no behavioral differences when running with either binaries. -Jonathan Jonathan Bruce JDBC Specification Lead Sun Mi

Re: [WEB] Need a web site svn update by a mentor

2004-11-19 Thread Jean T. Anderson
Noel J. Bergman wrote: >Done. But aren't you folks aware that you have the necessary karma to do >the site update? > > No, we weren't aware of it. We've been operating by the guidelines outlined in http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&by=subject&from=634682to=634682&first=1&co

RE: Running Rowsets tests against Derby database

2004-11-19 Thread Ias
> Hi all, > > I have been following the Derby project on Apache for quite sometime. > > I have experimented using the Derby database with JDBC > Rowsets implementation which is part of JDK 5.0. > > I am pleased to infrom that we have run all the RowSets > Implementation (JSR 114) tests against

Re: Documentation generation

2004-11-19 Thread Jean T. Anderson
[EMAIL PROTECTED] wrote: >Could someone who knows how to generate the documentation please document >how this is done (and anything that needs to be set up/installed to do >this). > > It's documented here: http://incubator.apache.org/derby/papers/derby_web.html this reflects the current setu

Re: [PATCH] For the open issue with key Derby-33

2004-11-19 Thread Daniel John Debrunner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shreyas Kaushik wrote: > Hi, > > I am attaching the patch to fix the Open issue with key *Derby-33* > having the description *Connection.setTypeMap throws unimplemented > exception with empty map*. > > This patch takes care of proper handling of th

Educational grants for Derby

2004-11-19 Thread Kathy Saunders
I recently came across the following program which may be of interest to some of you. Although the email talks about Eclipse, if you go to the web site, you will see that they are including Derby in this grant program. Here's the email I saw: IBM is pleased to announce the IBM Innovation Gran

Re: Re-try for a Derby release

2004-11-19 Thread Jeremy Boynes
Samuel Andrew McIntyre wrote: I'm aiming to have updated binaries posted sometime tomorrow. A lot of changes have gone in since the first cut, so it'll take me some time to update the CHANGES file, etc. FWIW if you have been tracking them in Jira you can have it generate a change log for you -

derby website/forrest 0.51

2004-11-19 Thread scott hutinger
I was wondering if any mention of moving to forrest 0.6 or 0.7-dev might be available? I could track the derby website with 0.7-dev if it might be handy. Also, it would be nice to get derby integration into forrest out of the box. scott

Re: Documentation generation

2004-11-19 Thread scott hutinger
Is this what you are looking for? http://incubator.apache.org/derby/papers/derby_web.html More than likely, it should have a link at the downloads page related to doc changes. scott [EMAIL PROTECTED] wrote: On this topic of generating the documentation.. Could someone who knows how to generate th

[PATCH] For the open issue with key Derby-33

2004-11-19 Thread Shreyas Kaushik
Hi, I am attaching the patch to fix the Open issue with key *Derby-33* having the description *Connection.setTypeMap throws unimplemented exception with empty map*. This patch takes care of proper handling of the empty map condition. I have also updated JIRA with my comments on 18-Nov-2004.

[jira] Commented: (DERBY-21) ResultsetMetaData.getColumnClassName() for CLOB and BLOB datatypes is incorrect.

2004-11-19 Thread Amit Handa (JIRA)
[ http://nagoya.apache.org/jira/browse/DERBY-21?page=comments#action_55668 ] Amit Handa commented on DERBY-21: - The EmbeddedResultSetMetaData.getColumnClassName calls TypeId.getResultSetMetaDataTypeName() as shown :- Class Name :/java/engine/org/ap

[jira] Commented: (DERBY-66) Derby supports open cursor across commits and hence DatabaseMetaData.supportsOpenCursorsAcrossCommit return true.

2004-11-19 Thread Shreyas Kaushik (JIRA)
[ http://nagoya.apache.org/jira/browse/DERBY-66?page=comments#action_55667 ] Shreyas Kaushik commented on DERBY-66: -- Currently the supportsOpenCursorsAcrossCommits returns false, the fix for this is to make it return true? Can more explanation be

[jira] Commented: (DERBY-50) getMaxColumnNameLength() database metadata function returns incorrect value.

2004-11-19 Thread Shreyas Kaushik (JIRA)
[ http://nagoya.apache.org/jira/browse/DERBY-50?page=comments#action_55666 ] Shreyas Kaushik commented on DERBY-50: -- It returned the correct value of 30. Has it been already fixed? > getMaxColumnNameLength() database metadata function returns inco

[jira] Assigned: (DERBY-56) NsSample sample program refered to in documentation is missing

2004-11-19 Thread Samuel Andrew McIntyre (JIRA)
[ http://nagoya.apache.org/jira/browse/DERBY-56?page=history ] Samuel Andrew McIntyre reassigned DERBY-56: --- Assign To: Samuel Andrew McIntyre > NsSample sample program refered to in documentation is missing > ---

[jira] Closed: (DERBY-2) Can't compile Derby on OS X

2004-11-19 Thread Samuel Andrew McIntyre (JIRA)
[ http://nagoya.apache.org/jira/browse/DERBY-2?page=history ] Samuel Andrew McIntyre closed DERBY-2: -- Resolution: Fixed Fix Version: 10.0.2.0 Closing, as the problem appears to be resolved. > Can't compile Derby on OS X >

Re: Extra notes on running tests

2004-11-19 Thread Samuel Andrew McIntyre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Nov 13, 2004, at 4:39 AM, Jan Hlavatý wrote: I suggeest we take the same approach I created for Jetty - have a launcher class that sets up the required classpath by setting up a classloader. This moves the problem of creating classpaths from platform

Re: Re-try for a Derby release

2004-11-19 Thread Samuel Andrew McIntyre
Daniel John Debrunner wrote: Andrew, are you still willing to be the release manager? Definitely. I was just thinking the same thing. :) I'm aiming to have updated binaries posted sometime tomorrow. A lot of changes have gone in since the first cut, so it'll take me some time to update the CHANG

Documentation generation

2004-11-19 Thread sissonj
On this topic of generating the documentation.. Could someone who knows how to generate the documentation please document how this is done (and anything that needs to be set up/installed to do this). The http://incubator.apache.org/derby/derby_downloads.html page documents how to build Derby,

RE: [WEB] Need a web site svn update by a mentor

2004-11-19 Thread Noel J. Bergman
Done. But aren't you folks aware that you have the necessary karma to do the site update? --- Noel