You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the mailing list there was identified in the CMAPI JS code a dependency on OWF that we should remove:
Okay, it worked! I followed the steps below... however, it kept saying "OWF is not defined!" on my javascript console (f12 on Chrome). It turns out that /cmapi/test/channel-validation/html is pointing to a "owf-widget-min.js" file.
However, that directory, path, and file does NOT exist... so I had to import in my own file. So to conclude, the following steps I took for cmapi_v1.2.0 is:
Download the cmapi_v1.2.zip
Extract the zip file
Added ".war" on the end of the folder name
Validate the /cmapi/test/channel-validation.html path, confirming that it is pointing to the an existing "owf-widget-min.js" file (adding it if it doesn't exist)
<script type='text/javascript' src='/owf/js-min/owf-widget-min.js'></script>
From the mailing list there was identified in the CMAPI JS code a dependency on OWF that we should remove:
Okay, it worked! I followed the steps below... however, it kept saying "OWF is not defined!" on my javascript console (f12 on Chrome). It turns out that /cmapi/test/channel-validation/html is pointing to a "owf-widget-min.js" file.
<script type='text/javascript' src='/owf/js-min/owf-widget-min.js'></script>However, that directory, path, and file does NOT exist... so I had to import in my own file. So to conclude, the following steps I took for cmapi_v1.2.0 is:
Download the cmapi_v1.2.zip
Extract the zip file
Added ".war" on the end of the folder name
Validate the /cmapi/test/channel-validation.html path, confirming that it is pointing to the an existing "owf-widget-min.js" file (adding it if it doesn't exist)
<script type='text/javascript' src='/owf/js-min/owf-widget-min.js'></script>
Deployed it on Jboss
Logging onto Ozone
Creating a widget on Ozone pointing to http://WHEREVER:MYPORT/cmapi/test/channel-validation.html
Run the widget on Ozone
Good luck. I hope this helps anyone else who was confused =)
The text was updated successfully, but these errors were encountered: