- This topic has 3 replies, 3 voices, and was last updated 12 years, 11 months ago by
Brian Fernandes.
-
AuthorPosts
-
MatthewInTorontoMember1) Attempting to migrate an EAR and dependents from RAD to MyEclipse emitted the following:
Problems encountered while setting project description.
The Enhancing EJB project activity did not complete properly: Problems encountered while setting project description2) Under the Problems tab:
No generator named “uuid-hex” is defined in the persistence unit RexxxxxScxxxx.java /PSxxxDataAccess/ejbModule/com/xxx/xx/xx line 60 JPA Problem
Note that com.ibm.ws.jpa_6.1.0.jar is in the build, library pathPossible Cause: in RAD I needed to add the DB Connection to the project. How do I accomplish the same linkage in MyEclipse?
Environment
MyEclipse Blue Edition
Version: 10.0 Blue
Build id: 10.0-Blue-20111028
Win XP SP2 [Version 5.1.2600]
MS SQL Server 2008 R2
ClearCaseThank you
MatthewInTorontoMemberHello,
The .project permissions were read-only because ClearCase retrieves elements this way.The persistence-unit issue still remains, I’d appreciate a pointer.
Thank you,
Matthew
support-swapnaModeratorMatthew,
Sorry that you are seeing this issue.I have escalated it to a dev team member. They will get back to you.
Brian FernandesModeratorMatthew,
We have fixed a number of bugs in this area for the upcoming 10.1 release. I’m not sure if the read only setting would have affected this setting, but we’ll check that too.
Could you tell us the structure of your application? Is it one EAR with several web / ejb modules? Do you have Java modules too?
1) Restore the project to their original states from clearcase.
2) Instead of enhancing the EAR directly, please enhance each module project one at a time so that we know which of the projects is causing the problem. Finally, enhance the EAR.
3) For the problematic project, can you send us the .project, .classpath and all the files in the .settings folder? This will help us replicate and examine the issue internally.On the DB connection, can you please clarify exactly what wizard (in RAD) you use to add the connection to the project? This will not affect the enhancement process, however.
-
AuthorPosts