Hotswap share not working on 5.1.f with SDK 3.0
See original GitHub issueIssue Description
When using (haven’t tried other versions) <alfresco.platform.version>5.1.g</alfresco.platform.version> <alfresco.share.version>5.1.f</alfresco.share.version>
Refresh webscripts with goal mvn alfresco:refresh-share
does refresh but the changes aren’t visible.
Steps to reproduce:
- Create a share project
- Change the sample webscript in src\main\resources\alfresco\web-extension\site-webscripts\com\example\pages\simple-page.get.js
- For example remove the logo with id id: “DEMO_SIMPLE_LOGO” within the widget
- run mvn alfresco:refresh-share
- in the console you’ll see that the webscripts are refreshed
- Change isn’t visilbe
The resources are as wel in test-classes, but the extraClasspath property in share-hotswap-agent.properties isn’t triggered. So the changes aren’t available in the embedded tomcat 😃
Issue Analytics
- State:
- Created 6 years ago
- Comments:26 (6 by maintainers)
Top Results From Across the Web
Alfresco SDK 3.0 Beta User Guide
Alfresco SDK 3.0 Beta - User Guide Author: Introduction Alfresco Maven Plugin Support for different versioning of Platform and Share UI Maven....
Read more >Bug listing with status RESOLVED with resolution FIXED as at ...
... Bug:280 - "nautilus-1.0.6-r2 will not compile with gcc 3.0.3 (FIX ... Bug:392 - "grace 5.1.6 is out" status:RESOLVED resolution:FIXED severity:normal ...
Read more >BIG-IP 14.1.5.1 Fixes and Known Issues - AskF5
Cumulative fixes from BIG-IP v14.1.0.1 that are included in this release. Known Issues in BIG-IP v14.1.x. Functional Change Fixes ...
Read more >Spring Boot Reference Documentation
sdk install springboot $ spring --version Spring CLI v3.0.0 ... This allows you to share the devtools global configuration with applications that are...
Read more >6100-06-05.new2.toc - FTP Directory Listing - IBM
IZ44048 1 Stopwpar -F unable to unmount filesystems IZ44049 1 Wrong error ... 2 Auto install bos.iocp IZ30977 2 lppchk -f confusion on...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve confirmed by Patching the JVM + adding the agent + altJVM to Eclipse hotswap is working.
Would be ‘nice’ if this gets a permanent Bold Paragraph in the 3.0 SDK, cause this is clearly different than the previouw SDK. And Also nice for ‘newcomers’ to know directly.
Great work!
It was a problem with HotSwap 1.3 (and 1.2), I rolled back to 1.0 and it now work.