| Author |
Message |
|
|
Post subject: Critical: Generate Entities and DAOs completely broken in v8
Posted: Feb 24, 2010 - 02:19 PM
|
|
Joined: Feb 24, 2010
Posts: 7
|
|
Hi guys. Since upgrading to MyEclipse v8, our development team is now completely unable to use "Generate Entities and DAOs". We immediately get this popup message:
"Required driver not found. ERDesigner not available"
We cannot ship changes to our product without a fix. Please let me know either how to get around this, or when a fix will be available.
Thank you.
--Brian McNamara
Brian.McNamara@Nolij.com
888.818.6654 x432 |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Critical: Generate Entities and DAOs completely broken i
Posted: Feb 25, 2010 - 04:41 AM
|
|
Registered Member

Joined: May 18, 2009
Posts: 1532
|
|
Brian,
Can you give some more information?
1. Can you copy paste your installation details from MyEclipse > Installation Summary > Installation Details?
2. How did you install MyEclipse? using all-in-one installer/pulse or added MyEclipse as a plugin on top of Eclipse 3.5.1 classic?
3. Are there any errors logged in the log file located at workspace dir > .metadata > .log?
4. Are you working on a new project or did you import the project from any previous versions? |
_________________ Shalini
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: RE: Critical: Generate Entities and DAOs completely broken i
Posted: Feb 25, 2010 - 03:07 PM
|
|
Joined: Feb 24, 2010
Posts: 7
|
|
Hi Shalini. Thanks for your response.
1. Installation Details:
*** Date:
Thursday, February 25, 2010 9:59:03 AM EST
** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.6.0_13
*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 8.0
Build id: 8.0-20091120
*** Eclipse details:
MyEclipse Enterprise Workbench
Version: 8.0
Build id: 8.0-20091120
Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\Genuitec\MyEclipse 8.x Latest\myeclipse.exe
-name
Myeclipse
--launcher.library
C:\Program Files\Genuitec\MyEclipse 8.x Latest\../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll
-startup
C:\Program Files\Genuitec\MyEclipse 8.x Latest\../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
-install
C:/Program Files/Genuitec/MyEclipse 8.x Latest
-configuration
configuration
-vm
C:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll
2. I removed the previous version of MyEclipse completely, and then installed v8 from scratch from an executable one of my coworkers had previously downloaded.
3. There are no messages in that log file.
4. I am working on an existing project. I don't think I explicitly needed to "import" it after installing v8. The workspace did not change.
Thanks,
Brian |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Critical: Generate Entities and DAOs completely broken i
Posted: Feb 26, 2010 - 03:58 AM
|
|
Registered Member

Joined: May 18, 2009
Posts: 1532
|
|
Brian,
Can you answer a few more questions?
1. What was the version used to create the original project?
2. What is the type of project that you are working on and what are the technologies you are using?
3. Can you switch to a brand new workspace, create a new project and check if the issue still exists? |
_________________ Shalini
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: RE: Critical: Generate Entities and DAOs completely broken i
Posted: Feb 26, 2010 - 01:56 PM
|
|
Joined: Feb 24, 2010
Posts: 7
|
|
1. Not sure, but probably v7.
2. Not sure of the original "type". We are using Java, Spring, Hibernate and GWT.
3. I created a new project in a new workspace, added Hibernate capabilities to it, and successfully tested the driver. But I do not see "Generate DAOs" as an option under the MyEclipse. What would I need to do to see that? |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Critical: Generate Entities and DAOs completely broken i
Posted: Mar 01, 2010 - 03:53 AM
|
|
Registered Member

Joined: May 18, 2009
Posts: 1532
|
|
|
_________________ Shalini
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: RE: Critical: Generate Entities and DAOs completely broken i
Posted: Mar 08, 2010 - 09:01 PM
|
|
Joined: Feb 24, 2010
Posts: 7
|
|
Although I do see Hibernate show up from the place you suggest, that is not the place from which we have been doing it, and it does not work with any of the work we have previously defined.
We have always used this technique:
From the Java Enterprise Perspective, right-click on the project.
Select MyEclipse > Generate Entities and DAO's.
When we do that, we now get the error message described above.We want that fixed, rather than having to start over from scratch. How do we fix that?
Thanks. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Critical: Generate Entities and DAOs completely broken i
Posted: Mar 09, 2010 - 04:03 AM
|
|
Registered Member

Joined: May 18, 2009
Posts: 1532
|
|
Brian,
Can you clarify if you were using JPA or Hibernate?
Can you create a new project and add JPA capabilities. Now from the context menu of the project you can see MyEclipse > Generate Entities and DAO's.
Since you are working on an old project, Right click on your project go to Properties > MyEclipse > Java Persistance. Update your driver details and click "Apply".
Let me know if that works for you. |
_________________ Shalini
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: RE: Critical: Generate Entities and DAOs completely broken i
Posted: Mar 09, 2010 - 01:45 PM
|
|
Joined: Feb 24, 2010
Posts: 7
|
|
That works. Thank you very much! |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Critical: Generate Entities and DAOs completely broken i
Posted: Mar 10, 2010 - 04:04 AM
|
|
Registered Member

Joined: May 18, 2009
Posts: 1532
|
|
Brian,
Good to know that you are all set.
Let us know if you have any issues. |
_________________ Shalini
MyEclipse Support
|
| |
|
|
|
 |
|
|