cancel
Showing results for 
Search instead for 
Did you mean: 

Status of Records Management module

drlocke97
Champ in-the-making
Champ in-the-making
What is the status of the Records Management module? I have 2.0 running currently. I don't see a Records Management module on the download page. Is it bundled into the main 2.0 download?

Related issue: I need to encrypt some records. Is there any provision for this within Alfresco?
4 REPLIES 4

kurtkbee
Champ in-the-making
Champ in-the-making
I am also having a problem with records management. I attempted to install the amp file from sourcefourge's website but after installing it (I am using alfresco from svn HEAD –as of 8am this morning) i am getting these errors :

org.springframework.beans.factory.BeanDefinitionStoreException: Error registering bean with name 'rmScript' defined in class path resource [alfresco/module/recordsManagement/context/script-context.xml]: Could not resolve parent bean definition 'baseScriptImplementation'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'baseScriptImplementation' is defined
Caused by:
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'baseScriptImplementation' is defined.

I used the ModuleManager.sh to install the module ;


Module 'recordsManagement' installed in '/usr/share/tomcat5/webapps/alfresco.war'

   -    Title:        Records Management
   -    Version:      1.0
   -    Install Date: Thu Apr 26 10:12:28 EDT 2007
   -    Desription:   Alfresco Record Management Extension

kurtkbee
Champ in-the-making
Champ in-the-making
Just an update ;  I finally got this to work by compiling from svn HEAD and using the "-Denable.module.rm=TRUE" option with the "ant built-tomcat"

dnind
Champ in-the-making
Champ in-the-making

kurtkbee
Champ in-the-making
Champ in-the-making
See also:
http://forums.alfresco.com/viewtopic.php?t=5409

The records management module is a separate download.  See:
http://sourceforge.net/project/showfiles.php?group_id=143373

Thanks, however what i was trying to say is that i got the (amp) patch installed but it would not work with the version in svn HEAD. it seems that they modified the bean name and so it caused problems when trying to use the patch.

The ant build option i sent allows you to compile amp and have it applied to the war file prior the deployment process.