you use the model and Java code generation to generate the Java source
code.however, your model is set for byte code generation instead of
source code generation.it is controlled by the DMS annotation group with
the annotation item name "ServerGeneratedEntities"Change the value to
false.Also you have to be sure that the java source code you generated,
was compiled and in the classpath too.