Commit a45fc358 authored by rtiwari's avatar rtiwari

UPDATED


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94102 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d15a2c97
......@@ -259,8 +259,6 @@ public class RpermitGenPrc extends ProcessEJB implements RpermitGenPrcLocal,Rper
finally
{
try
{
if(errString != null && errString.trim().length() > 0)
{
if((errString != null ) && (errString.indexOf("Success") > -1))
{
......@@ -280,7 +278,6 @@ public class RpermitGenPrc extends ProcessEJB implements RpermitGenPrcLocal,Rper
System.out.println("--process not completed--");
errString = itmDBAccessEJB.getErrorString("","VTEPFAIL ","","",conn);
}
}
if(pstmt != null)
{
pstmt.close();
......@@ -452,4 +449,9 @@ public class RpermitGenPrc extends ProcessEJB implements RpermitGenPrcLocal,Rper
}
return input;
}
class A
{
static final int i = 0;
String str = "Itna bada raskala ralakala ";
}
}
......@@ -246,8 +246,6 @@ public class RpermitUpdPrc extends ProcessEJB implements RpermitUpdPrcLocal,Rper
finally
{
try
{
if(errString != null && errString.trim().length() > 0)
{
if((errString != null ) && (errString.indexOf("Success") > -1))
{
......@@ -267,7 +265,6 @@ public class RpermitUpdPrc extends ProcessEJB implements RpermitUpdPrcLocal,Rper
System.out.println("--process not completed--");
errString = itmDBAccessEJB.getErrorString("","VTEPFAIL ","","",conn);
}
}
if( conn != null && ! conn.isClosed() )
{
conn.close();
......
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