Troubleshooting and fixing common errors in the JBoss Tools (JBT) Editor—often used within Eclipse—requires identifying whether the issue is a performance “hang,” a validation error, or a configuration problem. 1. Fix Editor Freezing and Lag
One of the most common issues is the editor hanging or freezing, particularly when working with large projects or many bean classes.
The Cause: Eclipse may be attempting to synchronize deployment descriptors for every bean, which consumes significant resources.
The Fix: Disable specific extensions that monitor these descriptors.
Leave a Reply