Hi,
Last week, before updating to MyEclipse 3.8.1. (from 3.7) we had an EAR project which referenced a web module. This was deployed to OC4J with no probs (using exploded deployment).
Since the upgrade we are getting the following error from the ‘parent project’
.. No project modules assigned to enterprise project..
The Project-Properties-Project Reference checkbox is ticked for the relevant web project .
The configuration files we have are as follows:-
<b>MyEar_Proj-context.xml</b>
<?xml version=”1.0″ encoding=”UTF-8″?>
<Context docBase=”C:\Tools\oc4j\j2ee\home\applications\MyEar_Proj\MyEar_Proj-web” path=”/MyEar_Proj-web”/>
<b>MyEar_Proj-application.xml</b>
<?xml version=”1.0″?>
<!DOCTYPE application PUBLIC “-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN” “http://java.sun.com/j2ee/dtds/application_1_2.dtd”>
<application>
<display-name>Oracle DCM Generated</display-name>
<module>
<web>
<web-uri>MyEar_Proj-web</web-uri>
<context-root>/MyEar_Proj</context-root>
</web>
</module>
</application>
<b>server.xml -</b>
<application name=”MyEar_Proj” path=”C:\Tools\oc4j\j2ee\home\application-autodeploy\MyEar_Proj.ear” auto-start=”true” />
If I delete MyEar_Proj and recreate it, pointing it to MyEar_Proj-web the problem goes away until I restart Eclipse.
Any ideas how to solve this would be most welcome 🙂