Version: 2015 CI 13
Build id: 13.0.0-20150518
Hi,
Using existing maven projects with the following structure:
/MyEar
/MyWeb
/MyEjb
/MyEjbClient
/…other utility projects
I import the first 3 projects (Ear,Web,Ejb) into MyEclipse using Import->Maven4MyEclipse->Existing Maven Projects. The other projects are all in my local .m2 repo.
Everything compiles fine, all the .component & Manifests files are correct.
I deploy my Ear into WAS 8.5 in exploded mode.
I get ClassNotFoundException s for every project not imported in my workspace.
Any ideas?