We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the framework-context.xml file you can find the following bean:
<bean id="osgi.container.Configuration" class="com.github.dynamicextensionsalfresco.osgi.Configuration"> <description>Specifies the global OSGI container configuration.</description> <property name="frameworkRestartEnabled" value="${osgi.container.restartable:true}" /> <property name="hotDeployEnabled" value="${osgi.container.hot-deploy:true}" /> <property name="repositoryBundlesEnabled" value="${osgi.container.repository-bundles:true}" /> <property name="storageDirectory" value="${osgi.container.storage-directory:#{null}}" /> <property name="bootdelegation" value="${osgi.container.bootdelegation:#{null}" /> <!-- DISABLE by default, see: https://github.com/xenit-eu/dynamic-extensions-for-alfresco/issues/281 --> <property name="systemPackageCacheMode" value="${osgi.container.system-package-cache.mode:DISABLE}" /> </bean>
There is a missing curly bracket in the value of the "bootdelegation" property.
The text was updated successfully, but these errors were encountered:
@kpiot123 didn't we solve this?
Sorry, something went wrong.
No branches or pull requests
In the framework-context.xml file you can find the following bean:
There is a missing curly bracket in the value of the "bootdelegation" property.
The text was updated successfully, but these errors were encountered: