Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting problem to communicate in between two .ear's

Status
Not open for further replies.

vikas31

Programmer
Sep 23, 2002
3
GB
I have two ear in the one ear I have .jar files(For EJB) & in the another I have .war(with .jar's having different .class files). If I am setting the visibility to server then during the start up of the server it says that Home not found & if I am putting a .jar (which is a part of .war file & have the code for lookup & all) it works properly. But this gives me problem when I am starting the application since it(.war) does not find some classes(which is in .jar) & give other error like class not found. If I am putting the .jar file in the server class path & in the .war also then it gives some verify error(it says that the method signature does not match while the .class file & all is ok)
what may be the solution for this?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top