Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic Printable version Log in to check your private messages View next topic
Author Message
etccmyeclipse
Post subject: serious bug for myeclipse 7.1  PostPosted: Mar 08, 2009 - 11:30 PM



Joined: Mar 08, 2009
Posts: 15

I downloaded the 7.1 today. then I installed it in my Mac eclipse. Damn, it took me almost a day to figure out this is a bug of 7.1, and I rolled back to 7.0, it worked again. here is the detail:

a simple J2EE 5 project. including a EAR project, a EJB project, a WEB project.
EJB project contains a simple session bean, with a method such as:
public List<DataBean> getData(); the DataBean is a simple POJO.
then I call this from WEB, inside a simple JSP with a simple JNDI lookup of the session bean then print out the databean content.

guess what I got? the session bean got returned, but when I tried to print the content, A ClassCast exception complains can't cast test.DataBean to test.DataBean . crazy enough?
 
 View user's profile Send private message  
Reply with quote Back to top
etccmyeclipse
Post subject: RE: serious bug for myeclipse 7.1  PostPosted: Mar 08, 2009 - 11:34 PM



Joined: Mar 08, 2009
Posts: 15

forgot to mention, I ran it through Jboss 5.0. everything was just fine before I upgraded it to 7.1 after rolling back , it is also fine too.
 
 View user's profile Send private message  
Reply with quote Back to top
etccmyeclipse
Post subject: RE: serious bug for myeclipse 7.1  PostPosted: Mar 10, 2009 - 04:55 AM



Joined: Mar 08, 2009
Posts: 15

Ok, to follow up with this. I found out the problem. I
In "Java Enterprise Project" --> Web Project --> Deployment
If I choose "smart deployment", in 7.0 the dependent EJB project of WEB project will not be merged into Web-INF/classes folder, however, in 7.1, the dependent EJB project will be merged into WEB-INF/classes folder, then during runtime, you get the same classes in two places, it just craps out to complain the crazy classcast exception. In 7.1 if I choose "ignore" option, it will not merge the EJB project to WEB-INF/classes folder, however, my other dependent projects which I want to merge don't merge either,
I think it is a regression bug introduced by myeclipse team.

BTW, I don't know why the myeclipse team has not responded my post yet. We just bought this profession licenses, shouldn't it come with a reasonable level of support response as it is stated in the license?
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject: RE: serious bug for myeclipse 7.1  PostPosted: Mar 10, 2009 - 10:39 AM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 8013

etccmyeclipse,
Could you send us a sample project that will help us reproduce this issue at our end. You can hit the pm button at the bottom of my post and send me the project. I'll get this issue checked right away. Sorry for the inconvenience caused.

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
Baleyba
Post subject: RE: serious bug for myeclipse 7.1  PostPosted: Mar 11, 2009 - 05:53 PM
Veteran Member
Veteran Member


Joined: Sep 11, 2006
Posts: 15

Hi,

We get the same problem.
We must back to the 7.0 version.


regards,
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-nipun
Post subject: RE: serious bug for myeclipse 7.1  PostPosted: Mar 11, 2009 - 08:09 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 8013

Baleyba,
I'm sorry you ran into this issue as well. The dev team is already working on fixing it.

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
Baleyba
Post subject: RE: serious bug for myeclipse 7.1  PostPosted: Mar 12, 2009 - 09:42 AM
Veteran Member
Veteran Member


Joined: Sep 11, 2006
Posts: 15

Hi,

Thank you for your answer.
When do you think the fix will be available approximately ?

regards,
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
Baleyba
Post subject: RE: serious bug for myeclipse 7.1  PostPosted: Mar 12, 2009 - 10:16 AM
Veteran Member
Veteran Member


Joined: Sep 11, 2006
Posts: 15

I tested the last 7.1.1 => It perfectly works!
Thanks !

regards,
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
etccmyeclipse
Post subject: RE: serious bug for myeclipse 7.1  PostPosted: Mar 12, 2009 - 04:35 PM



Joined: Mar 08, 2009
Posts: 15

how do I get the 7.1.1 ? I don't see it in the download place.
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject: RE: serious bug for myeclipse 7.1  PostPosted: Mar 12, 2009 - 04:42 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 8013

Go yo MyEclipse > Manage MyEclipse plugins and you should see the 7.1.1 update showing up there. Hit the install button and then select finish. That should update ME to 7.1.1.

Quote:

I tested the last 7.1.1 => It perfectly works!
Thanks !

Your welcome.

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
etccmyeclipse
Post subject: RE: serious bug for myeclipse 7.1  PostPosted: Mar 12, 2009 - 05:25 PM



Joined: Mar 08, 2009
Posts: 15

I got this message when i click it: the myeclipse dashboard is only available for a full version of myeclipse. But we did purchase the professional licenses and I installed the full archive package
 
 View user's profile Send private message  
Reply with quote Back to top
etccmyeclipse
Post subject: RE: serious bug for myeclipse 7.1  PostPosted: Mar 12, 2009 - 05:47 PM



Joined: Mar 08, 2009
Posts: 15

ok, I was able to go to software update and pick myeclipse workbench to update it.
 
 View user's profile Send private message  
Reply with quote Back to top
etccmyeclipse
Post subject: RE: serious bug for myeclipse 7.1  PostPosted: Mar 12, 2009 - 05:57 PM



Joined: Mar 08, 2009
Posts: 15

thanks a lot, MyEclipse team. Good work to fix it in time.
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject: RE: serious bug for myeclipse 7.1  PostPosted: Mar 12, 2009 - 08:42 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 8013

Quote:

thanks a lot, MyEclipse team. Good work to fix it in time.

Your welcome.

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits