| Author |
Message |
|
|
Post subject: serious bug for myeclipse 7.1
Posted: 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? |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: serious bug for myeclipse 7.1
Posted: 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. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: serious bug for myeclipse 7.1
Posted: 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? |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: serious bug for myeclipse 7.1
Posted: Mar 10, 2009 - 10:39 AM
|
|
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
|
| |
|
|
|
 |
|
|
Post subject: RE: serious bug for myeclipse 7.1
Posted: Mar 11, 2009 - 05:53 PM
|
|
Veteran Member


Joined: Sep 11, 2006
Posts: 15
|
|
Hi,
We get the same problem.
We must back to the 7.0 version.
regards, |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: serious bug for myeclipse 7.1
Posted: Mar 11, 2009 - 08:09 PM
|
|
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
|
| |
|
|
|
 |
|
|
Post subject: RE: serious bug for myeclipse 7.1
Posted: Mar 12, 2009 - 09:42 AM
|
|
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, |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: serious bug for myeclipse 7.1
Posted: Mar 12, 2009 - 10:16 AM
|
|
Veteran Member


Joined: Sep 11, 2006
Posts: 15
|
|
I tested the last 7.1.1 => It perfectly works!
Thanks !
regards, |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: serious bug for myeclipse 7.1
Posted: 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. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: serious bug for myeclipse 7.1
Posted: Mar 12, 2009 - 04:42 PM
|
|
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
|
| |
|
|
|
 |
|
|
Post subject: RE: serious bug for myeclipse 7.1
Posted: 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 |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: serious bug for myeclipse 7.1
Posted: 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. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: serious bug for myeclipse 7.1
Posted: Mar 12, 2009 - 05:57 PM
|
|
Joined: Mar 08, 2009
Posts: 15
|
|
thanks a lot, MyEclipse team. Good work to fix it in time. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: serious bug for myeclipse 7.1
Posted: Mar 12, 2009 - 08:42 PM
|
|
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
|
| |
|
|
|
 |
|
|