I am trying to debug a deployment problem I see when I run the server using the 
orion.jar
as opposed to running it from a shell script. Is there a way to enable verbose
logging so that I can see the details of the deployment process?

Auto-deploying project-repository... StatefulSessionBeanWrapper0.java:0: Class 
com.dscape.projects.documents.IProjectDocRepository
not found in interface com.dscape.projects.documents.ejb.ProjectRepository.
import javax.ejb.*;
^
SessionHomeWrapper1.java:0: Class com.dscape.projects.documents.IProjectDocRepository 
not found in class
com.dscape.projects.documents.ejb.ProjectRepositoryBean.
import com.evermind.server.ejb.*;
^
SessionHomeWrapper1.java:72: Class com.dscape.projects.documents.IProjectDocRepository 
not found in return.
                return new StatefulSessionBeanWrapper0(context, id, checksum);
                ^
SessionHomeWrapper1.java:72: Incompatible type for return. Can't convert 
StatefulSessionBeanWrapper0 to
com.evermind.server.ejb.StatefulSessionEJBObject.
                return new StatefulSessionBeanWrapper0(context, id, checksum);
                ^
4 errors
Error compiling file:/D:/usr/local/Java/orion/applications/dscape/project-repository/: 
Syntax error in source
Orion/1.0 initialized


Reply via email to