Bug [1744094] Workflow - Node With Process Gives NPE

http://sourceforge.net/tracker/index.php?func=detail&aid=1744094&group_id=176962&atid=879332
This commit is contained in:
kthiemann 2007-06-27 10:46:14 +00:00
parent 91047637b0
commit fd2af8e8eb
1 changed files with 3 additions and 0 deletions

View File

@ -266,7 +266,10 @@ public class MProcess extends X_AD_Process
// Java Class
String Classname = getClassname();
if (Classname != null && Classname.length() > 0)
{
pi.setClassName(Classname);
ok = startClass(pi, trx);
}
else
{
// PL/SQL Procedure