I have the latest build of myeclipse:
eclipse.buildId=I20041216-2000
with jdk java.version=1.5.0_01
When i deploy an ear file to WebLogic i noticed two things:
1. It no longer adds the .ear extension to the file.
2. The ejb file also no longer has the .jar extension
3. The war file is correct and has the .war extension
So my ear file fails to deploy. I have to use winrar and add the extension on the jar file and then add the .ear file extension.
This never happened in older version that is why it first through me for a loop trying to figure it out. Is this a bug or a mis-configuration on my part.
Please help.