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?
what may be the solution for this?