aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes ejb.jar file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "ejb.jar file" Watch "ejb.jar file" New topic
Author

ejb.jar file

trupti nigam
Ranch Hand

Joined: Jun 21, 2001
Posts: 603
hi,
what are the possible reasons that the ejbc compiler is not able to find one of the bean class...
i am getting an error where it says that

weblogic.xml.process.xmlprocessingexception could not locate bean with ejb name "PersistentManager" in ejb-jar.xml file..
thanks in advance.
trupti
Mahesh Kulkarni
Ranch Hand

Joined: Jul 05, 2001
Posts: 62
Hi Trupti,
Check the ejb.jar file for proper name of the home,remote,bean classes.I they are ok while deploying you need to give the password while deploying the bean on WEBLOGIC 5.1. At command prompt you have to pass coomend as follows.
(Before passing the command please run the weblogic/setenv file.Make sure that you have set environment variables in setenv file)
java weblogic.deploy deploy weblogic anyname fullpathofyour deployable jar file(for eg:c:\weblogic\myserver\deployable jar file).
anyname=anyname you can give for your deployment.
weblogic=password on my m/c(check it in properties file of weblogic).
I hope this will solve your problem.
You can also write directly in properties file of weblogic installation.This looks something like as follows.
weblogic.ejb.deploy = \
c:/weblogic/myserver/logindeploy.jar
Thanx
Mahesh
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: ejb.jar file
 
Similar Threads
what is the use of ejb-link
how to declare ejb-local-ref in the jboss-3.2.6
difference between EJB and simple bean
are these beans required to be in same ejb-jar?
Question on ejb-link