MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
support-tony
Post subject:   PostPosted: May 25, 2011 - 12:38 PM



Joined: Mar 09, 2011
Posts: 731

ranaDatra,

Sorry for the delay. I'm able to replicate the problem. It's not clear what is going on, and it doesn't appear to be a problem in other versions of MyEclipse (e.g. the standard version) so we're doing more research. Unfortunately, I don't have a good workaround for you, at present. One possibility is to, in your operating system, associate .xml files with a text editor and then open the file within MyEclipse by selecting "System Editor" in the context menu.

We'll report back with more information when we have it.

Sorry for the inconvenience.

_________________
Tony
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
support-tony
Post subject:   PostPosted: May 27, 2011 - 04:16 AM



Joined: Mar 09, 2011
Posts: 731

Although I was able to replicate the problem once, I couldn't do so again. It may be a problem with workspace corruption.

Please try starting MyEclipse with the -clean flag. This entry explains how: http://myeclipseide.com/PNphpBB2-viewtopic-t-10280.html.

If that doesn't work, try starting with a new workspace, then import the projects from the old workspace.

If neither of these methods work, would it be possible to put together a small project that exhibits this behaviour and attach it in a private message to me? In this way, we may have a better chance of replicating the problem and tracking it down.

_________________
Tony
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
ranaDatra
Post subject:   PostPosted: Jun 01, 2011 - 11:05 AM



Joined: May 19, 2011
Posts: 4

hi tony,

I tried the -clean-flag and the new workspace. Doesn't work either. We currently solved the problem by removing the Hibernate/JPA-Support- and all depending spring-features from myEclipse. Now there's no problem with editing hbm-files (oh and eclipse is much faster, too^^)

Sorry for our impatience but we needed a working solution. I'll try to create a project with that problem but same as you we don't have that issue in every project so that could take a while and there are some deadlines we have to reach.

greetz
ceiphren
 
 View user's profile Send private message  
Reply with quote Back to top
support-tony
Post subject:   PostPosted: Jun 01, 2011 - 01:39 PM



Joined: Mar 09, 2011
Posts: 731

Hi ceiphren,

Thanks for posting your workaround. That may give us a bit more information to work with.

If you do get the chance to put that small project together sometime, that would be great.

_________________
Tony
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
sfrancolla
Post subject:   PostPosted: Jun 08, 2011 - 06:03 PM
Registered Member
Registered Member


Joined: Dec 25, 2010
Posts: 7

Somebody shoot me. My brand new Intel Core i5 2.5ghz 6GB memory and SSD machine hangs for THREE MINUTES when I even so much as hint at clicking on an hbm.xml. I mean, this is great in one respect, because I can get back in shape by jogging around the block between mouse clicks. Seriously, though, you guys need to fix this. hbm.xml file editing and navigating has been horrendous since I've been adopted MyEclipse 6 months ago. Yikes.
 
 View user's profile Send private message  
Reply with quote Back to top
support-tony
Post subject:   PostPosted: Jun 09, 2011 - 06:29 AM



Joined: Mar 09, 2011
Posts: 731

sfrancolla,

I'm sorry you're having this issue and we'd love to fix it for you. Unfortunately, we can't replicate the problem here reliably (I've only seen it once), which makes it difficult to fix. If you can create a workspace with a minimal project that replicates the issue and send it to us, it would be a great help in tracking this down.

Have you been able to use ceiphren's workaround?

_________________
Tony
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
rcolbert
Post subject: MyEclipse for Spring 9.1 hangs when trying to open *.hbm.xml  PostPosted: Aug 18, 2011 - 09:12 PM
Registered Member
Registered Member


Joined: Dec 09, 2010
Posts: 1

yes this is still true with 9.1 My eclipse for Spring. and It also slows down extremely when you navigate thru a hbm package.
 
 View user's profile Send private message  
Reply with quote Back to top
support-tony
Post subject:   PostPosted: Aug 19, 2011 - 05:01 AM



Joined: Mar 09, 2011
Posts: 731

rcolbert,

I'm sorry that you're seeing this problem. It's not a problem we can reproduce here. I've asked others this but if you could put together a small project that reliably exhibits this problem, in a clean workspace, we might be able to replicate it here.

I don't think this is really a workaround but I did see the problem once in MyEclipse for Spring. In trying to see if it was a problem in other editions of MyEclipse, I opened the workspace in a standard MyEclipse installation. I didn't see the problem there and never saw it again in MyEclipse for Spring, even with new projects and new workspaces. So, if you install the standard MyEclipse edition, and open your workspace there, it might just cure the problem. If so, please let us know.

Otherwise, the only workaround is the one posted in an earlier post by ranaDatra.

Meanwhile, we continue to investigate the issue.

_________________
Tony
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
ranaDatra
Post subject:   PostPosted: Sep 27, 2011 - 03:51 PM



Joined: May 19, 2011
Posts: 4

I've got something interesting:

The problem occures everytime when I do something with the hbm.xml-file (selecting, opening, closing, even closing the package).

I've captured the network-trace and voila:
myEclipse tries to validate the hbm-file with the given doctype-url (which is a sourceforge-address) and losses round about 50% of the packages. If I reference to a file on my system the validation seems to run really fast.

So I disabled xml-validation for the project: doesn't work
Then I disabled xml-schema-validation: doesn't work
Then I disabled dtd-validation: doesn't work either

Then I disabled every validator possible (angry programmers are not very logical) : same problem!

So here I gave up. I'm not able to supress the communication between myEclipse and the sourceforge-server. I looked into the received packages and found many filled with dtd-tags from the hibernate-mapping.dtd.

The problem occures in MyEclipse 8.5 and 9 (Spring Edition).

The only workaround I could figure out is to reference the DOCTYPE-tag to a local file.
 
 View user's profile Send private message  
Reply with quote Back to top
ranaDatra
Post subject:   PostPosted: Sep 27, 2011 - 04:44 PM



Joined: May 19, 2011
Posts: 4

Again the problems are gone when I remove the hibernate/jpa-support. Looks like that there's a daemon that hooks itself in every operation I do with an *hbm.xml-file.

The strange thing is that the network-acitivity is nearly the same but now it doesn't freeze myEclipse.

Oh and the problem appears in every project I create, no matter what type is it.
 
 View user's profile Send private message  
Reply with quote Back to top
Support-Brian
Post subject:   PostPosted: Oct 05, 2011 - 06:55 AM
Moderator
Moderator


Joined: Aug 21, 2004
Posts: 2518

ranaDatra,

We found one of the sources of delays and would like to see they are the cause of the delays you are experiencing.

The problem we isolated was in MyEclipse for Spring. I have a fix for 9.1 which I will send you privately.

If any other users are experiencing this problem in 9.1 (not 8.x) and would like to try this fix, please let me know.

_________________
Brian
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits