Posts by Braian • 41 points
2 posts
-
1
votes2
answers451
viewsA: Specifying an EJB-client with Maven
For those who are facing the same problem, follow the solution: If all your projects (both the EAR containing the EJB’s and the WAR using the EJB’s client interfaces) are on the same Workspace, you…
-
3
votes2
answers451
viewsQ: Specifying an EJB-client with Maven
I am unable to use the interfaces of an EJB-client generated by Maven. I have basically two separate projects with different functions. An EAR containing EJB’s and a WAR using EJB’s interfaces from…