I’ve found a problem when deploying an exploded ear to WebLogic when using CVS. The deployment worked before the project was imported to CVS, failed when CVS was used. The problem is that the deployment of the ear project itself copies the top CVS directory to the WebLogic application area, then WebLogic complains that a J2EE module does not have a descriptor – it thinks the CVS directory is a J2EE module.
I have a workaround: delete the CVS directory from the deployed ear, move the application somewhere else then move it back, to cause WebLogic to redeploy it.
What operating system and version are you running? Windows XP.
What Eclipse version and build id are you using? (Help > About Eclipse Platform) Eclipse 2.1.1.
What MyEclipse version are you using? (Help > About Eclipse Platform > Features) MyEclipse 2.6.2
What JDK version are you using to run Eclipse? (java -version) 1.4.2
What JDK version are you using to launch your application server? 1.4.1_03
What application server are you using? WebLogic 8.1
Andrew