This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 75165 - The string ".netbeans-derby" from DerbySupport class should be in a bundle.properties file.
Summary: The string ".netbeans-derby" from DerbySupport class should be in a bundle.pr...
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Derby (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-18 15:01 UTC by pgebauer
Modified: 2006-06-08 13:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pgebauer 2006-04-18 15:01:11 UTC
The class org.netbeans.modules.derby.spi.support.DerbySupport contains hardwired
string DEFAULT_SYSTEM_HOME = ".netbeans-derby". This string must be changed
during JSE branding process so the move into bundle.properties file will be helpful.
Comment 1 Andrei Badea 2006-04-18 17:42:46 UTC
I agreed with Petr that I will fix this in the release55 branch and he will
backport the fix to the release55_fixes branch, where it is really needed.
Comment 2 Petr Jiricka 2006-04-19 06:31:23 UTC
Did you mean release50_fixes?
Comment 3 pgebauer 2006-04-19 10:25:39 UTC
Yes, the fix is needed in release50_fixes branch so the backport will be done there.
Comment 4 Andrei Badea 2006-04-19 11:21:29 UTC
Yes, sorry, that is what I meant.
Comment 5 Andrei Badea 2006-04-19 22:03:46 UTC
Fixed in the release55 branch.

Checking in src/org/netbeans/modules/derby/spi/support/Bundle.properties;
/cvs/db/derby/src/org/netbeans/modules/derby/spi/support/Attic/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.1.2.1; previous revision: 1.1
done
Checking in src/org/netbeans/modules/derby/spi/support/DerbySupport.java;
/cvs/db/derby/src/org/netbeans/modules/derby/spi/support/DerbySupport.java,v 
<--  DerbySupport.java
new revision: 1.5.2.2.2.3; previous revision: 1.5.2.2.2.2
done
Comment 6 pgebauer 2006-04-26 20:17:19 UTC
Backported into release50_fixes branch.

Checking in DerbySupport.java;
/cvs/db/derby/src/org/netbeans/modules/derby/spi/support/DerbySupport.java,v 
<--  DerbySupport.java
new revision: 1.9.4.1; previous revision: 1.9
done
Checking in Bundle.properties;
/cvs/db/derby/src/org/netbeans/modules/derby/spi/support/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.2.2.1; previous revision: 1.2
done