私は以下のように自分のデータベースを設定しました。jrubyとoracle_enhacedアダプタで無効な接続文字列
test:
adapter: oracle_enhanced
host: localhost
database: localhost:1521/xe
username: test
password: test
pool: 50
wait_timeout: 10
tns: xe
それはREEとoracled_enhancedアダプタを使用して動作しますが、JRubyのと協力し、代わりに次のエラーが発生しますしない:私はまだそれが実際の接続文字列を出力取得することができていない
% rake spec
(in /home/xxxxxxxx)
rake aborted!
java.sql.SQLException: Io exception: Invalid connection string format, a valid format is: "host:port:sid"
それが使用しようとしている。 --trace
でレーキを走らせても助けにならない。どのように私はこれを動作させることができる任意のアイデア?