The path to the ejb deployment descriptor is META-INF/ejb-jar.xml,
not meta-inf/ejb-jar.xml. That's most likely your problem (which doesnt
reveal itself
when using directories under win32 due to windows lack of case sensitivity).

/Magnus Stenman, the Orion team

----- Original Message -----
From: "Simon Harris" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, January 26, 2000 1:53 PM
Subject: Deployment error


> I have a a number of entity beans all in there own packages that I wish
> to deploy. If I point orion at the base directory all is fine. However
> if I package them into a jar file I get the following error:
>
>     Error loading package at
> file:/C:/dev/build/java/workflow/workflow.jar, DeploymentDescriptor not
> found/readable
> Orion/0.8.2 initialized
>
> The directory structure is:
>
>     c:\dev\build\java
>         \meta-inf
>             \ejb-jar.xml
>         \workflow\element
>             \ElementEJB.class
>             \IElement.class
>             \ElementPK.class
>             \IElementHome.class
>
> etc., etc.
>
> Any help greatly appreciated.
>
> Simon.
>
>
> __________________________________________________
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
>

Reply via email to