Hi!
I'm developing a JSF web application with sysdeo tomcat plugin in eclipse. I have 2 projects: * A project manager application which contains the logic * The JSF web application In the JSF web application I add the dependency to the first project. This works fine for eclipse. Then I add all classes to the DevLoader Classpath. But the problem is that the dependency link to the first project is not expressed as a link to a JAR in the local repository. It is just a reference to another eclipse project. The DevLoader cannot find the first project and I get a ClassCast exception when I try to instantiate any domain object. Thanks for your help!
