Jboss 5.0.1.GA
- You will need to obtain a copy of the jtds-1.2.2.jar (version 1.2.2). This is the SQL Server Database driver. It is available at http://jtds.sourceforge.net/. Place that jar in the ..\jboss-5.0.1.GA \server\default\lib directory
- Copy the sqlrep-ds.xml to the …\jboss-5.0.1.GA\server\default\deploy directory
- Copy the ExpereIEServices.ear from the CD to the …\jboss-5.0.1.GA\server\default\deploy directory
- Open the ExpereIEServices.ear and edit the bsi.properties file to allow the EAR to connect to a SQL Server database, uncomment the following lines:
- com.bankerssystems.expere.db.SqlServerDriver=net.sourceforge.jtds.jdbc.Driver
- com.bankerssystems.expere.db.AdminAccessorClass=com.bankerssystems.expere.db.SQLAdminAccessor
- com.bankerssystems.expere.db.StoreAccessorClass=com.bankerssystems.expere.db.SQLStoreAccessor
- In the ExpereIEServices.ear remove the xercesImpl.jar
- In the ExpereIEServices.ear remove the xml-apis.jar