Hello,

I don't need the samples and don't need the ojb block but the Javaflow block, so I had only Javaflow marked as include=true.

But during build I got an exception:

PersistenceFlow.java:81: cannot resolve symbol
symbol : class Employee
location: class org.apache.cocoon.samples.flow.java.PersistenceFlow
employee = (Employee) broker.getObjectByIdentity(new Identity(employee,
broker));
^


I don't need samples and don't need ojb and therefore I had excluded these blocks, but why I got an compilation error here because of an class from ojb cannot resolved?

Is it a bug in the build structure?

That to do?

Regards
Stephan



Reply via email to