First of all thanks for the fast reply. I started to add the missing resources... First I added cache.properties, debug.properties. If I only include cache.properties I get the following exception:
java.lang.IllegalStateException: [GenericEntity.getDelegator] could not find delegator with name default if I add debug.properties it starts to throw ClassNotFoundExceptions. I continued to add the missing jars and files. I had to add a lot of stuff, jars (avalon, xerces, oro, geronimo...), even the entityengine.xml and the serviceengine.xml, security.xml... xsd files, and some more ofbiz jars as well. Not a few, a lot... Is this normal? Right now I'm getting the following on the console. Did I add unnecessary files or still missing something (looks like it needs the entity definitions too)? 2007-02-17 20:38:16,933 (main) [ GenericDelegator.java:113:INFO ] Creating new delegator [default] (main) 2007-02-17 20:38:19,427 (main) [ UtilXml.java:243:DEBUG] XML Read 2.234s: file:/F:/workspace-3.2.1/blaze_dev/bin/entityengine.xml 2007-02-17 20:38:19,697 (main) [ ModelReader.java:394:INFO ] FINISHED LOADING ENTITIES - ALL FILES; #Entities=0 #ViewEntities=0 #Fields=0 #Relationships=0 #AutoRelationships=0 2007-02-17 20:38:19,817 (main) [ GenericDelegator.java:148:INFO ] Doing entity definition check... 2007-02-17 20:38:19,857 (main) [ ModelEntityChecker.java:506:INFO ] [initReservedWords] array length=1023 2007-02-17 20:38:20,678 (main) [ GenericDelegator.java:1876:ERROR] ---- exception report ---------------------------------------------------------- Failure in findListIteratorByCondition operation for entity [DynamicView]: org.ofbiz.entity.GenericModelException: Could not find definition for entity name EntityKeyStore. Rolling back transaction. Exception: org.ofbiz.entity.GenericModelException Message: Could not find definition for entity name EntityKeyStore Thanks, Zoltan
