workflow module depends on dms
------------------------------
Key: MAGNOLIA-1084
URL: http://jira.magnolia.info/browse/MAGNOLIA-1084
Project: magnolia
Issue Type: Bug
Components: workflow
Affects Versions: 3.0 RC2
Reporter: Fabrizio Giustina
Assigned To: Boris Kraft
Fix For: 3.0 RC3
Although the workflow module doesn't define any explicit dependency on the dms
one, the workflow bootstrap contains configuration for commands in the dms
module (/modules/dms/trees/dms/commands) and magnolia doesn't work properly
when workflow is installed and dms isn't.
The following is the exception you get while starting magnolia (apart from
removing this dependency we should also make sure that the module registration
doesn't try to load dummy module definitions without a class defined):
WARN info.magnolia.cms.beans.config.ModuleRegistration
ModuleRegistration.java(readModuleDefinitions:201) 27.09.2006 11:18:19 no
proper module definition file found for [dms]: will add an adhoc definition
INFO info.magnolia.cms.beans.config.ModuleRegistration
ModuleRegistration.java(registerModule:355) 27.09.2006 11:18:19 Registration
of module adminInterface completed in 0 second(s)
INFO info.magnolia.cms.beans.config.ModuleRegistration
ModuleRegistration.java(registerModule:355) 27.09.2006 11:18:19 Registration
of module cache completed in 0 second(s)
ERROR info.magnolia.cms.util.ClassUtil ClassUtil.java(classForName:54)
27.09.2006 11:18:19 Unable to load class "" due to a ClassNotFoundException
ERROR info.magnolia.cms.beans.config.ModuleRegistration
ModuleRegistration.java(registerModule:378) 27.09.2006 11:18:19 can't register
module [dms] due to a java.lang.ClassNotFoundException exception:
java.lang.ClassNotFoundException:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------