I’m not sure if there is an active activerecord-jdbc mailing list, let
me know if there is and I’ll kill the noise here.
I’m working on deploying with OAS and trying to setup a JNDI connection.
I’ve setup and tested my JDBC resources and have ensured that they
work. When deploying my app as a warbler war, no connection is found
when I don’t include a username/password in my database.yml
When I do include username/password, my Rails app fails with an
ActiveRecord error that one of my tables does not exist (they all do).
its important to note that the JNDI pool is really a pool to the Rails
pool, not directly to the database. So your database.yml settings
need to be correct and properly connect to the DB as that is what is
actually connecting.
Out of curiousity what happens if you dont use jndi and just run
script/server, does it work ?