-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DE not compatible with Alfresco Records Management #201
Comments
Stacktrace during startup:
|
The problem seems to be avoided (I don't dare say fixed) with an empty catch:
This allows the Alfresco to start up, and both modules seem to work correctly. |
If Alfresco Records Management is a new service or module it should be added in the DE so that it gets listed by the OSGi runtime and can be used inside of OSGi Bundle. Look inside of the /META-INF/spring/osgi-container/services/alfresco-services.txt and classpath:/META-INF/spring/osgi-container/services/osgi-container-services.txt to validate that ARManager is in there maybe ? This is where it is located : Line 16 in 006efa7
|
The problem is that the |
Interesting observations:
-> Seems like Alfresco doesn't want the |
Closed via #299 |
I'm submitting a ... (check one with "x")
Expected Behavior
Dynamic Extensions does not interfere with other modules and can start up when Alfresco Records Management is installed
Current Behavior
Dynamic Extensions encounters a fatal error because it can't find the content model of the Records Management module. This prevents the entire Alfresco system from properly starting up.
Possible Solution
Just carry on when you can't find a content model?
Steps to Reproduce (for bugs)
org.alfresco:alfresco-rm-enterprise-repo:2.5.3@amp
andorg.alfresco:alfresco-rm-enterprise-share:2.5.3@amp
) to your AlfrescoContext
Delivering a product to a customer that requires DE, they can't install it because they also use records management.
Your Environment
The text was updated successfully, but these errors were encountered: