Wrox Home  
Search P2P Archive for: Go

  Return to Index  

enterprise_java_beans thread: weblogic 6.0 ejbc error in compiling EJB jar file


Message #1 by "Vijay Cinnakonda" <vijay_ananth@u...> on Wed, 9 May 2001 16:13:22
Hi Mr.Vijay,
acoording to me the problem is with ejb-jar.xml file
only.
in it u didb'e mentioned the home,remote amd bean
class's names under <ejb-name> tag.
here i am giving the solution.

   <ejb-name>statelessSession</ejb-name>
   <home>(full path of home interface class file)    
</home>
   <remote>(same as above) </remote>
   <ejb-class>(path of bean class)</ejb-class>

try again after replacing the code.
all the best.
bye...
veeresh.k


  Return to Index