Skip to content
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

Missing curly backet in "osgi.container.Configuration" bean in framework-context.xml #350

Open
kpiot123 opened this issue Jul 5, 2022 · 1 comment

Comments

@kpiot123
Copy link
Member

kpiot123 commented Jul 5, 2022

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.

@todorinskiz
Copy link
Member

@kpiot123 didn't we solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants