문제

I have a big project, which has a lot of sub-projects.

For testing, I'm using OpenEJB, and it works pretty well.

But now, in one sub-project, I also need an EJB that is in another sub-project.

Is it possible to force OpenEJB to load other sub-projects EJBs? How can I do that?

도움이 되었습니까?

해결책

I made it work by adding the dependencies of the projects I needed with test scope in my pom.xml.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top