[JBoss JIRA] (JBIDE-10610) Search for EL references for Open Call Hierarchy action
by Alexey Kazakov (Created) (JIRA)
Search for EL references for Open Call Hierarchy action
-------------------------------------------------------
Key: JBIDE-10610
URL: https://issues.jboss.org/browse/JBIDE-10610
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: common/jst/core
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 3.4.x
Create a CDI project.
Create the following class:
{code}
@Named("testFishBean")
public class Fish {
public int getFoo1() {
return 0;
}
public int foo23() {
return 1;
}
}
{code}
And an XHTML with the following ELs:
{code}
#{testFishBean.foo1 + testFishBean.foo23()}
{code}
Try to Ctrl+Alt+H on the getFoo1() or foo23() methods.
It would be nice if #{testFishBean.foo1 + testFishBean.foo23()} were found along with the corresponding java calls.
--
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, 2 months
[JBoss JIRA] (JBIDE-10059) Intermittent, random, but recurring - where Indigo + JBT M4 crashes in JBoss Central
by Len DiMaggio (Created) (JIRA)
Intermittent, random, but recurring - where Indigo + JBT M4 crashes in JBoss Central
------------------------------------------------------------------------------------
Key: JBIDE-10059
URL: https://issues.jboss.org/browse/JBIDE-10059
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 3.3.0.M4
Environment: RHEL6
Firefox 3.6.23
Version: Indigo Release
Build id: 20110615-0604
JBoss Tools 3.3.0.M4
Reporter: Len DiMaggio
Assignee: Max Rydahl Andersen
Priority: Critical
Fix For: 3.3.0.Beta1
Attachments: JBT_330M4_strace.txt, log
Seeing a problem - intermittent, random, but recurring - where Indigo + JBT M4 crashes in JBoss Central - sometimes while refreshing the news, other times while looking at preferences. No real pattern yet. Has anyone else seen this?
only clue is:
(npviewer.bin:4218): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
But - and this is on RHEL6 - it is installed:
$ rpm -qa | grep libcanberra
libcanberra-0.22-1.el6.i686
libcanberra-0.22-1.el6.x86_64
libcanberra-gtk2-0.22-1.el6.x86_64
strace and .log files attached
--
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-9778) Maven embedded projects are not properly generated as jars in the deploy folder
by Eric B (JIRA)
Maven embedded projects are not properly generated as jars in the deploy folder
-------------------------------------------------------------------------------
Key: JBIDE-9778
URL: https://issues.jboss.org/browse/JBIDE-9778
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 3.2.1.Final, 3.2.0.Final
Environment: Eclipse Helios SR1
Reporter: Eric B
Assignee: Fred Bricon
I have a Maven eclipse webapp project created and deployed in my JBoss server. I have the deploy set to deploy as an exploded war, so I can see all the files that it produces in the deployment directory.
My webapp project is dependent on another Eclipse project (server.jar artifact). If I have both projects open in Eclipse at the same time, everything works fine.
My server.jar project is also dependent on other Eclipse projects (supportLib.jar). If I have those dependent projects opened at the same time, then the exploded jar file is invalid. Instead of exporting everything in src/main/java/* to the jar file, it exports everything from src/*. Consequently, the TopLevel in my jar file in the embedded projects is main.java.myTLD instead of myTLD.
For example, if I have the supportLib.jar project with files "src/main/java/myTld/file.java" opened at the same time as server.jar and webapp.war, then the exported war for supportLib.jar in the webapp.war folder is contains "META-INF and main" rather than "META-INF and myTLD".
I have updated to the latest version of JBoss Tools from the Helios update site and continue to see this problem.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months