Hello,
I've found a problem with JavaFlow. I use OJB in my flow class. When I
try to execute the following code:
QueryByCriteria query = new QueryByCriteria(Account.class, new
Criteria());
I get a black page returned (the flow code is not executed). But the
following code is correctly executed:
Que
Hello,
I've found a problem with JavaFlow. I use OJB in my flow class. When I
try to execute the following code:
QueryByCriteria query = new QueryByCriteria(Account.class, new
Criteria());
I get a black page returned (the flow code is not executed). But the
following code is correctly executed: