Hi -
While trying to deploy a packaged EJB, the server returns:

    C:\orion>java -jar orion.jar
    Error loading package at file:/C:/orion/DanEJBs/ejb2/,            
DeploymentDescriptor not found/readable
    Orion/0.8.2 initialized

My directory structure is:     c:\orion\DanEJBs\ejb2\bean2\

In my bean2/META-INF dir, my ejb-jar.xml file has these descriptors:
        <ejb-name>MyCalc</ejb-name>
        <home>bean2/CalcHome</home>
        <remote>bean2/Calc</remote>
        <ejb-class>bean2/CalcBean</ejb-class>

My ejb.xml has:
        <ejb-jar>../DanEJBs/ejb2/</ejb-jar>

All my EJB classes have the "package bean2;"  definition at the top.
Everything compiles fine, but I cannot get the EJB deployed. Has anyone else 
seen this when trying to deploy packaged EJBs, or did I leave something out?

thanks,
Dan
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Reply via email to