posted 20 years ago
Hello all
I have a EJB-QL statement, something like this one
student and teacher are both CMP Entity beans
but they are deployed in different jar files.
I want to put this EJB-QL in student bean finder method.
but how can I get access to teacher bean in another jar?
Thanks