[jira] Commented: (DERBY-185) Update incubator status page

2005-03-29 Thread Jean T. Anderson (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-185?page=comments#action_61695 ] Jean T. Anderson commented on DERBY-185: For the what to edit ... Early context for derby is here:

[jira] Created: (DERBY-186) isFirst() returns true when relative(x) goes beyond result set

2005-03-29 Thread George Baklarz (JIRA)
isFirst() returns true when relative(x) goes beyond result set -- Key: DERBY-186 URL: http://issues.apache.org/jira/browse/DERBY-186 Project: Derby Type: Bug Components: JDBC Versions: 10.0.2.0

[doc] dita build with windows xp (no problems)

2005-03-29 Thread scott hutinger
I just did a windows build of the DITA docs. It worked fine without any mods to xerces. Possibly CRLF (linux LF) changes to file markers at specific times would cause the difference. Modifications to the dita sources might change which architecture has problems (or cure all the problems).

[jira] Commented: (DERBY-185) Update incubator status page

2005-03-29 Thread Jean T. Anderson (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-185?page=comments#action_61696 ] Jean T. Anderson commented on DERBY-185: For the where we are The project description at http://incubator.apache.org/projects/derby.html cites these goals: 1)

Re: [PATCH] Derby-174

2005-03-29 Thread Shreyas Kaushik
Sateesh, Did you have a chance to look into this? ~ Shreyas Shreyas Kaushik wrote: Attached is the latest patch with the changes. thanks Shreyas Satheesh Bandaram wrote: I will submit your patches after your changes. Satheesh Shreyas Kaushik wrote: I guess this is an IDE trick , I'll change

[jira] Commented: (DERBY-185) Update incubator status page

2005-03-29 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-185?page=comments#action_61699 ] Jeremy Boynes commented on DERBY-185: - Initial update including Jean's comments Update incubator status page Key: DERBY-185

[jira] Created: (DERBY-187) Starting derby network server as a service in Win OS

2005-03-29 Thread Amit Handa (JIRA)
Starting derby network server as a service in Win OS Key: DERBY-187 URL: http://issues.apache.org/jira/browse/DERBY-187 Project: Derby Type: New Feature Components: Services Versions: 10.0.2.1

[jira] Commented: (DERBY-187) Starting derby network server as a service in Win OS

2005-03-29 Thread Samuel Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-187?page=comments#action_61703 ] Samuel Andrew McIntyre commented on DERBY-187: -- Another, probably better solution than my previous suggestion would be one based around the Jakarta Commons

[jira] Commented: (DERBY-186) isFirst() returns true when relative(x) goes beyond result set

2005-03-29 Thread Shreyas Kaushik (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-186?page=comments#action_61704 ] Shreyas Kaushik commented on DERBY-186: --- I guess the problem is not whether you make a call to isFirst() first or next. The way a call to relative() is behaving when

[jira] Commented: (DERBY-182) BUILDING.txt 3.4.6 refers to a readme file for testing that does not exist

2005-03-29 Thread Bernt M. Johnsen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-182?page=comments#action_61714 ] Bernt M. Johnsen commented on DERBY-182: Wouldn't say this one is fixed, as David commented, the case is wrong,and there is also another reference to the README.htm

Re: [jira] Commented: (DERBY-186) isFirst() returns true when relative(x) goes beyond result set

2005-03-29 Thread Shreyas Kaushik
Please find the patch for this attached. I have added a test case for this as well. I ran the derbyall test suite without any failures. ~ Shreyas Shreyas Kaushik (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-186?page=comments#action_61704 ] Shreyas Kaushik commented on

Re: [Patch] Re: About improvement of DERBY-134

2005-03-29 Thread TomohitoNakayama
Waiting 1 day and no error was found. Can I ask committers to commit this patch ? Or I should commit it by myself ? Best regards. /* Tomohito Nakayama [EMAIL PROTECTED] [EMAIL PROTECTED] Naka http://www5.ocn.ne.jp/~tomohito/TopPage.html */ - Original

Re: [jira] Commented: (DERBY-186) isFirst() returns true when relative(x) goes beyond result set

2005-03-29 Thread Mamta Satoor
On Tue, 29 Mar 2005 16:52:05 +0530, Shreyas Kaushik [EMAIL PROTECTED] wrote: Please find the patch for this attached. I have added a test case for this as well. I ran the derbyall test suite without any failures. ~ Shreyas Hi Shreyas, Thanks for fixing this so quick. One comment, your

Re: [jira] Commented: (DERBY-186) isFirst() returns true when relative(x) goes beyond result set

2005-03-29 Thread Mamta Satoor
On Tue, 29 Mar 2005 21:10:12 +0530, Shreyas Kaushik [EMAIL PROTECTED] wrote: Hi Mamta, One clarifiacation here. Do I have to add it in two places? Some pointers here will help. Also the jdbcapi tests don't run when I run the derbyall suite? ~ Shreyas Hi Shreyas, If you look at

Re: Proposing Derby for graduation

2005-03-29 Thread Rodent of Unusual Size
-BEGIN PGP SIGNED MESSAGE- I proposed Derby for graduation yesterday. Discussion takes place on [EMAIL PROTECTED] - -- #kenP-)} Ken Coar, Sanagendamgagwedweinini http://Ken.Coar.Org/ Author, developer, opinionist http://Apache-Server.Com/ Millennium hand and shrimp!

Re: [WEB] Looking for a way to guarantee web changes don't fall into /dev/null

2005-03-29 Thread Brian McCallister
On Mar 29, 2005, at 12:46 PM, Jean T. Anderson wrote: It might seem like overkill to file a new Jira issue for adding new web content, but it would guarantee that the new content won't fall off the derby community radar. Or consider posting the request in a new thread with [WEB] in the subject.

Re: [WEB] Looking for a way to guarantee web changes don't fall into /dev/null

2005-03-29 Thread Jean T. Anderson
Brian McCallister wrote: On Mar 29, 2005, at 12:46 PM, Jean T. Anderson wrote: It might seem like overkill to file a new Jira issue for adding new web content, but it would guarantee that the new content won't fall off the derby community radar. Or consider posting the request in a new thread

Re: [Patch] Re: About improvement of DERBY-134

2005-03-29 Thread Satheesh Bandaram
I will work on committing this patch. Since you are working on an improvement, would you mind submitting this patch through Jira? Use AttachFile option and you also need to select Grant ASF license to include in ASF works option. (URL:

Re: [PATCH] Derby-174

2005-03-29 Thread Satheesh Bandaram
I have submitted this patch. Thanks for adding new test case to test both. But the new test is not part of any test suite, so it may not get run even though it is there. Can you add the test case into 'jdbcapi' or 'derbylang' test suites? Sending