|
From: Torsten J. <tor...@on...> - 2004-10-21 21:57:24
|
Antranig, > I find a problem when trying to create the GEF graph that the entire > IDE crashes in a 100% CPU loop. So let's try to track this down: Which way did you create the graph (by selecting a config, a config set or a single bean)? Did this happen with configs of other Spring projects too? Is this bug related to complex Spring projects (external project references, a lot of beans, config sets with many beans, ...) only or are simple projects / config files affected too? Could you please close all Spring projects in the workspace, create a new Spring project with a single config file containing a single bean and open the graph of this simple config. > I also saw this problem in the release plugin when the beans > definitions file contained errors. This stopped happening when I > corrected them, but with the 19/10/04 release candidate it seems > to happen all the time. What do you mean by "errors"? If the XML is not well-formed or doesn't conform to Spring's DTD then the config file is not parsed and the corresponding confing node in the bean shows only a single node containing the parser's error message. Showing a graph on this config file or the dummy bean opens an empty graph editor. All the other errors are detected by Spring IDE's validator. These kind of errors don't have any impact on Spring IDE's beans view or graph editor because they are taking effect during runtime of the Spring application only (they causing configuration errors during initialization of the "real" BeanFactory). > I'm using: > Eclipse 3.0.0 > GEF 3.0.1 > JDK 1.4.2_04 Hhm, I'm not sure if it does matter but GEF 3.0.1 requires Eclipse 3.0.1 (as stated on GEF's download page). Could you please make an additional test by downgrading to GEF 3.0.0. Or install the GEF examples and run the Logic example plugin. Maybe it's a problem with GEF. Is anyone else running Eclipse 3.0 with GEF 3.0.1? I'm already on Eclipse 3.0.1. Cheers, Torsten On 21.10.2004, at 18:31, Antranig Basman wrote: > New plugin looks great, I'm very glad for anonymous beans support. > I find a problem when trying to create the GEF graph that the entire > IDE crashes in a 100% CPU loop. > I also saw this problem in the release plugin when the beans > definitions file contained errors. This stopped happening when I > corrected them, but with the 19/10/04 release candidate it seems > to happen all the time. > I'm using: > Eclipse 3.0.0 > GEF 3.0.1 > JDK 1.4.2_04 > > Any suggestions for how I can investigate the problem and file a > better bug report? > > Thanks, > Antranig. > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on > ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give > us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out > more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Springide-eclip-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer > |