Hi Shalini, I’m having the same problem that Jason. Do you have any update on this issue?
My development environment is:
• MyEclipse Blue 8.6
• IBM WebSphere Application Server for Developers 7.0.0.13
My projects are:
• shared: Java project
• foo: EAR project
• fooService: EJB project (depends of “shared” project)
• fooWebUI: Web project (depends of “shared” and “fooService” projects)
My dependent Java project’s deployment policies are:
• EAR project: Ignore (I will manually manage them)
• EJB project: Merge into EJB Project output folder
• Web project: Use Smart Deployment
So, I was expecting that “shared” project’s class files were deployed inside WEB-INF/classes directory of “fooWebUI” project. They weren’t. For EJB projects it is working fine. The problem only occurs for Web projects.
Thanks in advance,
Daniel