The Artima Developer Community
Sponsored Link

Java Buzz Forum
JNDI, JRuby and ActiveRecord

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ryan Bell

Posts: 33
Nickname: kofno
Registered: Jun, 2003

Ryan Bell is a Software Engineer for Noteworthy Medical Systems
JNDI, JRuby and ActiveRecord Posted: Oct 12, 2006 1:27 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Ryan Bell.
Original Post: JNDI, JRuby and ActiveRecord
Feed Title: Kofno
Feed URL: http://direct.netli.wordpress.com/feed/
Feed Description: Who's Ready For Safe Fun?
Latest Java Buzz Posts
Latest Java Buzz Posts by Ryan Bell
Latest Posts From Kofno

Advertisement
I made my first pass and extending the jdbc-adapter for ActiveRecord so that it it will pull the connection from a JNDI DataSource. Here’s the code that does the heavy lifting: require 'jdbc_adapter' module ActiveRecord class Base def self.jdbc_connection(config) config.symbolize_keys if config[:jndi] [...]

Read: JNDI, JRuby and ActiveRecord

Topic: How To Change Temporary Download Directory of Download Accelerator Plus (DAP) Previous Topic   Next Topic Topic: A real stupid Question about IBM DW

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use