Skip to content
Snippets Groups Projects
Commit 145cb5f0 authored by “kpepper”'s avatar “kpepper”
Browse files

Added some extra logging

parent e3d34e04
Branches
Tags
No related merge requests found
......@@ -2638,13 +2638,18 @@ public class DatabaseDocument extends Document
if(!iBatis)
{
if(jdbcDAO == null)
{
logger4j.info("Creating Jdbc DAO");
jdbcDAO = new JdbcDAO((String)getLocation(), pfield);
}
return jdbcDAO;
}
else
{
if(connIB == null)
{
logger4j.info("Creating Ibatis DAO");
System.setProperty("chado", (String)getLocation());
connIB = new IBatisDAO(pfield);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment