Dominic,
After further investigation it seems that the deployer is behaving as-designed… we package up your output contents from your EJB module and deploy them, standard package layout is to have META-INF at the top level of your *src* dir, which looks like:
+ /src
+ /META-INF
+ /com
+ /etc.
I just evaluated the MyEclipse 6.5 deployment code and don’t see that it’s changed in *that* scenario between 6.5 and 7.0 such that it was packaging your META-INF at the top level of your project still with an embedded source dir 1 level down…
Is moving your META-INF an option?