- This topic has 4 replies, 2 voices, and was last updated 14 years ago by support-shalini.
-
AuthorPosts
-
larryfloodMemberI have a Web project (w_a) that is included as a module in a enterprise project (e_a).
I’ve copied and pasted (in the package explorer) the web project, naming it w_b. The new web project does not appear in the module list of available modules for enterprise projects. Why did this happen? How can I fix this?
I’ve used the -clean options when starting MyEclipse.
Thank you.
support-shaliniMemberlarryflood,
I am unable to replicate it at my end.
Can you copy paste your installation details from MyEclipse > Installation Summary > Installation Details?
Can you also try switching the workspace and check if the issue persists ?
larryfloodMemberHi Shalini,
Here are the installation details:
*** Date:
Tuesday, October 26, 2010 11:01:20 AM MDT** System properties:
OS=WindowsVista
OS version=6.1.0
Java version=1.6.0_13*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 8.6
Build id: 8.6-20100806*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 8.6
Build id: 8.6-20100806Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Users\larry\AppData\Local\Genuitec\MyEclipse-8.6\myeclipse.exe
-name
Myeclipse
–launcher.library
C:\Users\larry\AppData\Local\Genuitec\MyEclipse-8.6\../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll
-startup
C:\Users\larry\AppData\Local\Genuitec\MyEclipse-8.6\../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
-install
C:/Users/larry/AppData/Local/Genuitec/MyEclipse-8.6
-configuration
configuration
-vm
C:/Users/larry/AppData/Local/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll
larryfloodMemberHi Shalini,
I have determined the problem is due to the enterprise project’s j2ee compliance is 1.3 and the EJB and Web projects are 1.4. So, when attempting to add a module using the “Enterprise Application Modules” window to the enterprise project, those EJB and Web projects don’t appear as they comply to a different version of the Java Enterprise Specification than the enterprise project does.
I verified this via the creation of some test projects.
Does this conclusion coincide with yours?
Larry
support-shaliniMemberlarryflood,
Good to know that you are all set.The Add Modules window lists only the projects which have the same or lower compliance than the Enterprise Project’s J2EE compliance.
-
AuthorPosts