This content has been marked as final.
Show 1 reply
-
1. Re: Problem with js files while migrating from gatein 3.2 to 3.6
vstorm83 Oct 28, 2013 12:24 AM (in response to saumya)Which machanism you used to load your portlet's js files ? did you use the gatein-resources.xml ? We have GateIn improved much from version 3.2 to 3.6. Details is in this doc https://docs.jboss.org/author/display/GTNPORTAL35/JavaScript+in+GateIn
GateIn 3.6 support to declare AMD JS, the previous JS declaration is deprecated but it's still supported. They will be loaded and merged in to SHARED/merged.js file
That means even your portlet still use the 3.2 version gatein-resources.xml. It should works, if that portlet doesn't use GateIn's JS files (js modules in the eXoResources.war, those files are re-written as GMD modules)