Commit 682903e0 authored by vvengurlekar's avatar vvengurlekar

ShortageInventory.java datasource name printed


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177559 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6ba32233
......@@ -43,7 +43,7 @@ public class ShortageInventory extends ValidatorEJB implements ShortageInventory
ArrayList<String> valueAgainstDays = new ArrayList<String>();
try
{
System.out.println("Try block of InventoryShortage.getShortageInventory()");
System.out.println("Try block of InventoryShortage.getShortageInventory() dataSourceName: "+dataSourceName);
con = connDriver.getConnectDB(dataSourceName);
connDriver=null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment