You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Anders Morken (JIRA)" <de...@db.apache.org> on 2006/01/04 23:43:01 UTC

[jira] Updated: (DERBY-483) Error message X0X07 has incorrect property name, db2j.database.classpath instead of derby.database.classpath

     [ http://issues.apache.org/jira/browse/DERBY-483?page=all ]

Anders Morken updated DERBY-483:
--------------------------------

    Attachment: DERBY-483.patch

Patch enclosed. Courtesy of vim: ":/^X0X07.S=/ s/db2j.database/derby.database/" on all the localized property files under java/engine/org/apache/derby/loc/, and also the other suggested fixes for the english property file. (My first derby patch! Yay! =)

> Error message  X0X07  has incorrect property name, db2j.database.classpath instead of derby.database.classpath
> --------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-483
>          URL: http://issues.apache.org/jira/browse/DERBY-483
>      Project: Derby
>         Type: Bug
>   Components: SQL
>     Versions: 10.2.0.0, 10.1.2.0
>     Reporter: Daniel John Debrunner
>     Priority: Trivial
>  Attachments: DERBY-483.patch
>
> Example output is in the test lang/dcl.sql, extracted here.
> ERROR X0X07: Cannot drop jar file '"EMC"."MAIL_APP"' because its on your db2j.database.classpath '"EMC"."MAIL_APP"'.
> Also the its should be it's (it is).
> Might also make sense to change drop to remove, as the procedure is called remove_jar.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Updated: (DERBY-483) Error message X0X07 has incorrect property name, db2j.database.classpath instead of derby.database.classpath

Posted by Anders Morken <an...@stud.ntnu.no>.
Daniel John Debrunner:
> Thanks for the patch, though my guess is that you didn't run tests.

You're quite correct. I first tried the "derbyall" test suite, but it
tok an awful lot of time to complete, so after waiting a long time for
it, I settled for the derbylang suite, which actually completed before I
lost my patience. I'm not sure what test suites exist and what they test
yet, but I'm working on figuring that out. =)

In fact, I hadn't even gotten around to subscribing to derby-dev yet, so
I didn't see this message before I browsed the archives today. =)

> The patch doesn't seem to include any master file updates, though I see
> that exception in the master files for the dcl.sql test.

Fixed in the second attempt. As I mentioned, this is my first attempt to
play with Derby, I'm going to make some mistakes and I'm grateful for
all the guidance I can get. =)

-- 
Anders Morken

My opinions may have changed, but not the fact that I am right!

Re: [jira] Updated: (DERBY-483) Error message X0X07 has incorrect property name, db2j.database.classpath instead of derby.database.classpath

Posted by Daniel John Debrunner <dj...@apache.org>.
Anders Morken (JIRA) wrote:

>      [ http://issues.apache.org/jira/browse/DERBY-483?page=all ]
> 
> Anders Morken updated DERBY-483:
> --------------------------------
> 
>     Attachment: DERBY-483.patch
> 
> Patch enclosed. Courtesy of vim: ":/^X0X07.S=/ s/db2j.database/derby.database/" on all the localized property files under java/engine/org/apache/derby/loc/, and also the other suggested fixes for the english property file. (My first derby patch! Yay! =)
> 

Thanks for the patch, though my guess is that you didn't run tests.

The patch doesn't seem to include any master file updates, though I see
that exception in the master files for the dcl.sql test.


Dan.