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 163421 - [67cat] [other] Create Project From Existing Sources Screws Up Database Config
Summary: [67cat] [other] Create Project From Existing Sources Screws Up Database Config
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-22 17:45 UTC by esmithbss
Modified: 2011-01-28 20:13 UTC (History)
0 users

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 esmithbss 2009-04-22 17:45:37 UTC
[ BUILD # : 200904210201 ]
[ JDK VERSION : 1.6.* ]

I created a rails 2.3.2 project on the command line.  This project
uses the standard sqlite3 database.  When I use NetBeans to create a
new project from the existing sources, the database adapter is
configuration is changed from 

development:
  adapter: sqlite3
  database: db/development.sqlite3
  pool: 5
  timeout: 5000


to 

development:
  adapter: jdbcmysql
  database: db/development.sqlite3
  pool: 5
  timeout: 5000

which is now an invalid configuration.
Comment 1 Erno Mononen 2010-04-21 11:39:36 UTC
I'll try to fix this for 6.9.