]
Jeff MAURY reassigned JBIDE-13799:
----------------------------------
Assignee: Fred Bricon (was: Snjezana Peco)
Source Lookup enhancements
--------------------------
Key: JBIDE-13799
URL:
https://issues.jboss.org/browse/JBIDE-13799
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: maven
Affects Versions: 4.1.0.Alpha1
Reporter: Snjezana Peco
Assignee: Fred Bricon
Fix For: 4.5.0.AM1
The PR includes the following enhancements:
- AS 7.2/EAP 6.1 are now recognized correctly
- the fix for the issue caused by changing the editor ID for ClassFileEdtor in 3.8/4.2
- the fix for the ConcurrentModificationException exception
- included libraries can be filtered - jsf 1.2 and hibernate 3 will be excluded by
default for JBoss AS Container
- JBoss Runtimes now can be included in the Java Search (this feature has been
implemented in a similar way to adding PDE plugins to the Java Search)
- JBoss Java Project Source Container
See
http://screencast.com/t/39LHqYx5m
Screenshot shows debugging the WeldBootstrap class in JBoss AS 7.1 and JBoss AS 7.2.
Note:
You have to have some deployment on the servers in order the WeldBootstrap class to be
created.
You can add more JBoss servers to the Java Search, but it is the best to use only one at
a time because of the performance reason.
The "Automatically add the JBoss Maven source container to all JBoss AS launch
configurations" and "Include the following JBoss Servers in the Java
Search" checkboxes aren't related. The first checkbox adds the source container
that enables finding a Java source file when debugging, the second enables finding a Java
source file using the Java Search (using the "Open type" command, for instance).