[JBoss JIRA] (JBIDE-9941) Recognize and define ESB Runtime from SOA-P product
by Vlado Pakan (Created) (JIRA)
Recognize and define ESB Runtime from SOA-P product
---------------------------------------------------
Key: JBIDE-9941
URL: https://issues.jboss.org/browse/JBIDE-9941
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: runtime detection
Affects Versions: 3.2.1.M1
Reporter: Vlado Pakan
Assignee: Snjezana Peco
Priority: Critical
Fix For: 3.2.2.M1, 3.3.0.M4
When searching for runtimes (Menu Window > Preferences > JBoss Tools > JBoss Tools Runtimes) SOA-P is properly recognized as SOA-P Runtime but contained ESB Runtime is not added to defined ESB Runtimes.
Doesn't work with these SOA-P versions 5.0.2, 5.1.0, 4.3.CP.04.
JBT should automatically detect ESB Runtime within SOA-P product and define it for later use.
Has to be working also with SOA-P Standalone products.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] Created: (JBIDE-7030) HTML highlighting and code assist in JS editor inside string variables
by Dzianis Sheka (JIRA)
HTML highlighting and code assist in JS editor inside string variables
----------------------------------------------------------------------
Key: JBIDE-7030
URL: https://jira.jboss.org/browse/JBIDE-7030
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor core
Reporter: Dzianis Sheka
Assignee: Maxim Areshkau
When we develop something on JavaScript,sometimes we use the next constructions:
function insert_tree_base(data) {
eval("window.items=" + data + ";");
if (items && (items.length > 0)) {
var s = "<table cellspacing='0' cellpadding='5' class='tree'>";
for (var i=0; i < items.length; i++) {
s = s + "<tr><td valign='top' align='left'>" + window.insert_tree_build(window.items[i], 0) + "</td></tr>";
}
s = s + "</table>";
jQuery("#treeFragment").append(s);
}
And in VPE we don't have a html highlighting inside s = s + "<tr><td valign='top' align='left'>" + window.insert_tree_build(window.items[i], 0) + "</td></tr>";
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] Created: (JBIDE-6173) Parsing and color coding the two paned editor
by Jim Tyrrell (JIRA)
Parsing and color coding the two paned editor
---------------------------------------------
Key: JBIDE-6173
URL: https://jira.jboss.org/jira/browse/JBIDE-6173
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Environment: All
Reporter: Jim Tyrrell
Attachments: Screen shot 2010-04-09 at 7.05.05 PM.png
If a quotation mark disappears the color coding of the facelet page should be toggled to black to help with error detection when writing code. The red x on the left is nice, but it is hard to know if things are coded correctly. The attached screen shot shows a missing quotation mark on the tag: <ui:define name=body"> It would be nice if the body text would turn black letting you know it was not parsing, or if it could be underlined in red as the possible problem.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] (JBIDE-9994) Hot deployment not working in JBT with EAP 5.1.1
by Martin Malina (Created) (JIRA)
Hot deployment not working in JBT with EAP 5.1.1
------------------------------------------------
Key: JBIDE-9994
URL: https://issues.jboss.org/browse/JBIDE-9994
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.2.2.Final
Environment: JBoss Tools 3.2.2.CR1, build H1422
Tried on Mac OS X and RHEL 6
EAP 5.1.1
Reporter: Martin Malina
Assignee: Rob Stryker
Fix For: 3.2.2.Final
For some reason hot deployment doesn't seem to work with JBoss Tools, but DOES work with JBDS.
Scenario:
1. Add EAP 5.1.1 server
2. Create a simple Seam Web Project MySeamProject
3. Start server and deploy MySeamProject
4. Check http://localhost:8080/MySeamProject
5. Make changes to home.xhml (e.g. change the text in <h1>) and save the document
6. Wait for publish (a few seconds)
7. Reload the browser; assert: you should see the change
I don't see any change. What I don't understand is why it doesn't work for me when using JBT, but works when using JBDS.
The I change the xhtml file and save it, the file in deploy/ gets changed and its mtime updated. Also the directory of the exploded war gets touched. All of this is correct, but still the changes don't get processed by EAP.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months