| At line 28 added 2 lines. |
| %%center |
| [+ Back to top|Setting Up Database Access]%% |
| At line 29 removed 1 line. |
| At line 46 added 2 lines. |
| %%center |
| [+ Back to top|Setting Up Database Access]%% |
| At line 59 changed 3 lines. |
| * javax.sql.XADataSource (global transactions), \\ |
| * java.sql.ConnectionPoolDataSource (local transactions, possible performance improvements).\\ |
| * javax.sql.DataSource (local transactions only).\\ |
| * __javax.sql.XADataSource__ (global transactions), \\ |
| * __java.sql.ConnectionPoolDataSource__ (local transactions, possible performance improvements).\\ |
| * __javax.sql.DataSource__ (local transactions only).\\ |
| At line 105 added 2 lines. |
| %%center |
| [+ Back to top|Setting Up Database Access]%% |
| At line 112 changed 1 line. |
| Before creating a JDBC resource, first create a JDBC connection pool. See To Create a JDBC Connection Pool.\\ |
| Before creating a JDBC resource, first create a JDBC connection pool. See <a href="http://wiki.open-esb.java.net/Wiki.jsp?page=SettingUpDatabaseAccess#ToCreateaJDBCConnectionPool">To Create a JDBC Connection Pool</a>.\\ |
| At line 120 changed 1 line. |
| a __JNDI Name__: Specify a unique name. The JNDI name organizes and locates components within a distributed computing environment similarly to the way that card catalogs organize and represent locations of books in a library. Consequently, the JNDI name becomes an important method of accessing the JDBC resource. By convention, the name begins with the jdbc/ string.\\ |
| a __JNDI Name__: Specify a unique name. The JNDI name organizes and locates components within a distributed computing environment similarly to the way that card catalogs organize and represent locations of books in a library. Consequently, the JNDI name becomes an important method of accessing the JDBC resource. By convention, the name begins with the jdbc/string.\\ |
| At line 135 changed 1 line. |
| %%center |
| [+ Back to top|Setting Up Database Access]%% |
| At line 138 changed 1 line. |
| %%(color:blue;)See Also%%\\ |
| %%(color:blue;)__Previous__%%\\ |
| At line 149 changed 1 line. |
| * [Creating a WSDL Document For Type DATABASE|Creating a WSDL Document For Type DATABASE]\\ |
| \\ |
| %%(color:blue;)__Next__%%\\ |
| [Creating a WSDL Document For Type DATABASE|Creating a WSDL Document For Type DATABASE]\\ |
| \\ |
| %%(color:blue;)See Also%%\\ |