Howdy folks, We have Ear1 and Ear2. In Ear1 we have a class that is used by Ear2. We make an API reference to it for compile time but at deploy time we get a ClassDefNotFound. We do have Ear1 being referenced in Ear2's application-j2ee-engine.xml.
Question: Is the Ear to Ear reference only used to share EJB's ONLY or can we refer to other classes in the package?
Thanks,
Brian