Hi,
I have used the Jboss EE 6 EAR archetype to create a new maven project , and it created 4 project/modules : project-ejb, project-war, project-ear, and project.
When i add 3rd party libraries to to the project-ear , as expected they end up in EAR/lib which should be visible to both project-ejb and project-war , but the IDE is showing "calls not found" errors whenever I try to reference 3rd party classes from the ejb or war projects.
If i used the maven CLI to compile it works fine , and even deploying to jboss 7 works without any issues, but in the IDE i keep getting compile errors.
Any advice?
Thanks,
Shay