From: <one...@us...> - 2003-01-01 03:03:22
|
Update of /cvsroot/hibernate/Hibernate/cirrus/hibernate/connection In directory sc8-pr-cvs1:/tmp/cvs-serv10832/cirrus/hibernate/connection Modified Files: ConnectionProviderFactory.java Log Message: arbitrary JNDI InitialContext properties may now be passed as hibernate.jndi.* Index: ConnectionProviderFactory.java =================================================================== RCS file: /cvsroot/hibernate/Hibernate/cirrus/hibernate/connection/ConnectionProviderFactory.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ConnectionProviderFactory.java 10 Sep 2002 15:30:32 -0000 1.10 --- ConnectionProviderFactory.java 1 Jan 2003 03:03:16 -0000 1.11 *************** *** 80,85 **** /** ! * Transform JDBC connection properties passed in the for <tt>hibernate.connection.*</tt> to the ! * format accepted by <tt>DriverManager</tt> ie. trim off the leading "<tt>hibernate.connection</tt>". */ public static Properties getJdbcConnectionProperties(Properties properties) { --- 80,85 ---- /** ! * Transform JDBC connection properties passed in the form <tt>hibernate.connection.*</tt> to the ! * format accepted by <tt>DriverManager</tt> by triming the leading "<tt>hibernate.connection</tt>". */ public static Properties getJdbcConnectionProperties(Properties properties) { |