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:
parent
91047637b0
commit
fd2af8e8eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue