This content has been marked as final.
Show 1 reply
-
1. Re: EJB3 Dependancy between apps
degerhar Jun 21, 2006 4:06 AM (in response to degerhar)I managed to solve my own problem!
I only needed to add a @Depends annotation in some of the B.ear classes to make them depend on the one's in A.ear
Something to the extent of
@Depends({"jboss.j2ee:ear=A.ear,jar=A-ejb.jar,name=SomeClassName,service=EJB3"})
Gerhard