MyEclipse: Generate Entities & DAOs Didier@MyEclipse - Mar 07, 2010 - 05:32 PM Post subject: Generate Entities & DAOs
Hi
I installed version 8.0 last week and i started DB developement today.
I searched for issues regarding DB & JPA development with the following message:
An internal error occurred during: "Generating Artifacts".
java.util.NoSuchElementException
the log is:
java.util.NoSuchElementException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:796)
at java.util.HashMap$ValueIterator.next(HashMap.java:822)
at com.genuitec.eclipse.hibernate.tool.MESingleClassExporter.doStart(MESingleClassExporter.java:59)
at com.genuitec.eclipse.hibernate.tool.hbm2x.VAbstractExporter.start(VAbstractExporter.java:97)
at com.genuitec.eclipse.hibernate.wizards.GenerateArtifactsJob$3.execute(GenerateArtifactsJob.java:582)
at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:64)
at org.hibernate.console.ConsoleConfiguration.execute(ConsoleConfiguration.java:95)
at com.genuitec.eclipse.hibernate.wizards.GenerateArtifactsJob.run(GenerateArtifactsJob.java:417)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Could you please let me know what's wrong in my set up (I suspect some definitions are missing but which one?)
Thank you very much in advance
Didiersupport-shalini - Mar 08, 2010 - 04:21 AM Post subject: RE: Generate Entities & DAOs
Didier,
Can you give some more information?
1. Can you copy paste your installation details from MyEcilpse > Installation Summary > Installation Details?
2. What is the database that you are working with and what are the driver jar files that you are using?