Re: JavaFlow class problem

2004-07-30 Thread Torsten Curdt
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

JavaFlow class problem

2004-07-30 Thread Bart Molenkamp
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: