[
https://issues.jboss.org/browse/JBIDE-19187?page=com.atlassian.jira.plugi...
]
Burr Sutter commented on JBIDE-19187:
-------------------------------------
Just tested on a brand new Windows machine - same error message.
Since JBDS 8.0.0 we have:
1) a 404 on the livereload URL
http://www.screencast.com/t/W8j5ceXxuYk
2) a new failure to work with localhost:8080
3) a new Syntax error on token "Invalid Character", delete this token in the
editor
http://www.screencast.com/t/NxHIzeo84P
This test was done on Eclipse Luna for Java EE + JBoss Tools (Luna) installed via Eclipse
Marketplace + Hybrid Mobile Tools installed via Software/Update tab.
CordovaSim + localhost:8080 fail
--------------------------------
Key: JBIDE-19187
URL:
https://issues.jboss.org/browse/JBIDE-19187
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cordovasim
Environment: JBDS 8
Reporter: Burr Sutter
Assignee: Ilya Buziuk
Priority: Critical
Fix For: 4.2.3.Beta1, 4.3.0.Alpha1
Attachments: 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)