- 
        1. Re: where to deploy javabean in jboss-3.0.0alphaadrian.brock Jan 2, 2002 9:30 PM (in response to edwu00)Hi, 
 If it's not an EJB what type of bean is it?
 JBoss regonises lots of different types of beans.
 On 3.0 these will all hot deploy providing they
 are in deploy or deploy/lib (standard set-up)
 Regards,
 Adrian
- 
        2. Re: where to deploy javabean in jboss-3.0.0alphappetit Jan 3, 2002 3:12 AM (in response to edwu00)I'm not a guru but I think you have two possibilities : 
 1-package your jababean within the same jar or ear of the EJB
 2-or drop the javabean jar in the lib/ext jboss folder and include the path of this jar in your classpath
 hope this helps...
- 
        3. Re: where to deploy javabean in jboss-3.0.0alphaedwu00 Jan 3, 2002 1:29 PM (in response to edwu00)I am deploying just some library which is 
 used by my EJB, I tried to put the library
 in jboss/lib/ext and jboss/deploy/lib.
 Neither can jboss find it.
 (I reboot jboss after deploy.)
 Of course I can package it with all my EJB.
 But that means I have a lot of redundancy.
 Ed Wu
- 
        4. Re: where to deploy javabean in jboss-3.0.0alphaedwu00 Jan 3, 2002 2:21 PM (in response to edwu00)I am just deploying standard 
 library
 util.jar
 But my EJB can not find the library.
 I tried lib/ext, deploy, deploy/lib.
 Neither works.
 This is not a problem with jboss 2.4.4 version.
 Ed Wu
- 
        5. Re: where to deploy javabean in jboss-3.0.0alphadavidjencks Jan 3, 2002 5:59 PM (in response to edwu00)With 3.0 alpha download (not from cvs) you have to include the jar that you put in lib/ext in the list of jars in conf/default/jboss-service.xml in the classpath element. 
 Alternatively you can replace this list with
 and everything will be picked up.
 
     
     
    