[
https://issues.jboss.org/browse/JBIDE-19187?page=com.atlassian.jira.plugi...
]
Ilya Buziuk commented on JBIDE-19187:
-------------------------------------
[~burrsutter] I have installed HMT tools from central Software/Update tab -
Software/Update tab - 3.6.1.Final-v20141209
(1) Well, I wasn't able to repro livereload problem. However, I guess it might be
coupled with - JBIDE-19109 / JBIDE-19091 (will be fixed for both Alpha1 and 4.2.3.Beta1)
(2) Cross domain ajax works just fine with CordovaSim. For now we use *remote* proxy
(which is actually not good from the security perspective - will be definitely fixed for
8.1.0 in terms of FeedHenry support ) by default - all you need is to switch it to *local*
to make the sample work. Here is a short demo video -
http://screencast.com/t/1SPsXlyTqK
Please, let me know whether this approach works for you.
(3) Faced the same issue with js validation (Syntax error on token "Invalid
Character", delete this token)
CordovaSim + localhost:8080 fail
--------------------------------
Key: JBIDE-19187
URL:
https://issues.jboss.org/browse/JBIDE-19187
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cordovasim
Affects Versions: 4.2.0.Final
Environment: JBDS 8
Reporter: Burr Sutter
Assignee: Ilya Buziuk
Priority: Critical
Fix For: 4.2.3.Beta1, 4.3.0.Alpha1
Attachments: hybrid4001.zip, localhost_error.png
The following logic used to work and now fails:
$.getJSON("http://localhost:8080/jboss-as-kitchensink-html5-mobile/rest/members",
function(data) {
$("#contacts").empty();
var items = [];
$.each(data, function(key, val) {
console.log("item: " + key + " " + val.name);
items.push("<li><a href='#"+ key +
"'>" + val.name +"</a></li>");
});
$("#contacts").append(items);
$("#contacts").listview("refresh");
});
-------
as seen in this youtube video and comments
https://www.youtube.com/watch?v=FstGLMr3W8s&feature=gp-n-y&google...
---- Using the Chrome Debugger (via CordovaSim, right-click, Dev Tools)
has the following error message:
https://rippleapi.herokuapp.com/xhr_proxy?tinyhippos_apikey=ABC&tinyh...
500 ()
rippleapi.herokuapp.com/xhr_proxy?tinyhippos_apikey=ABC&tinyhippos_ru...
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)