The Alfresco In-Process SDK is based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects
I've configured hotswapping per instructions but it does not appear to be working. It seems my Dockerfile & docker-compose changes are working properly but i do not see message noted in documentation that indicates success. Only mention in logs I see of extraClasspath is :
Unable to set extraClasspath to [file:/usr/local/tomcat/hotswap-agent/] on classLoader
aio-sdk-acs_1 | HOTSWAP AGENT: 20:40:10.060 DEBUG (org.hotswap.agent.config.PluginConfiguration) - Unable to set extraClasspath to [file:/usr/local/tomcat/hotswap-agent/] on classLoader org.apache.cxf.common.util.ASMHelper$TypeHelperClassLoader@39872602. Only URLClassLoader is supported.
aio-sdk-acs_1 | extraClasspath configuration property will not be handled on JVM level
aio-sdk-acs_1 | HOTSWAP AGENT: 20:40:10.060 DEBUG (org.hotswap.agent.annotation.handler.InitHandler) - Init plugin class org.hotswap.agent.plugin.watchResources.WatchResourcesPlugin at classloader org.apache.cxf.common.util.ASMHelper$TypeHelperClassLoader@39872602.
aio-sdk-acs_1 | HOTSWAP AGENT: 20:40:10.119 INFO (org.hotswap.agent.config.PluginRegistry) - Plugin 'org.hotswap.agent.plugin.hotswapper.HotswapperPlugin' initialized in ClassLoader 'org.apache.cxf.common.util.ASMHelper$TypeHelperClassLoader@39872602'.
aio-sdk-acs_1 | 28-Aug-2019 20:40:10.282 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/alfresco] has finished in [110,508] ms
aio-sdk-acs_1 | 28-Aug-2019 20:40:10.282 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/ROOT]
aio-sdk-acs_1 | 28-Aug-2019 20:40:10.286 WARNING [localhost-startStop-1] org.apache.catalina.startup.SetContextPropertiesRule.begin [SetContextPropertiesRule]{Context} Setting property 'debug' to '100' did not find a matching property.
I had configuration issue, still not working but issue is no longer this. Maybe should be more specific on naming of volumes (Step 5 --- Hotswap Agent in Project (JDK11))
I've configured hotswapping per instructions but it does not appear to be working. It seems my Dockerfile & docker-compose changes are working properly but i do not see message noted in documentation that indicates success. Only mention in logs I see of extraClasspath is : Unable to set extraClasspath to [file:/usr/local/tomcat/hotswap-agent/] on classLoader