I've included the ejb-jar.xml in both places, the META-INF directory in the jar, and 
the META-INF directory where my jar is located. It seems to work. If you are pointing 
to the jar file in your application xml file, the directory shouldn't be needed. What 
does you application xml file point to?

I have  a module in the application.xml that looks like this:

<module>
   <ejb>myejbdirectory/myejbjar.jar</ejb>
</module>

I believe when the war file is made, the extraneous META-INF directory in the 
myejbdirectory will be unnecessary.

Regards,

Lawrence


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Hauke Zühl
Sent: Tuesday, September 05, 2000 3:23 AM
To: Orion-Interest
Subject: What does this error mean?


Hello folks!

Well, I am pretty new to EJBs (and so to this list) and got into real
trouble:
I have a Web-application including a JSP-file and an EJB.
So, when I try to dploy it, I receive the following message:
Error loading package at
file:/home/stp/stp/rel/inventar/inv_liste/inventar-ejb.jar, Unable to
find/read asembly info for
/home/stp/stp/rel/inventar/inv_liste/inventar-ejb.jar (META-INF/ejb-jar.xml)
Installed inv_liste...

The thing is: I have an ejb-jar.xml file in my inventar-ejb.jar!

So what did I wrong?

Any hints are really appreciated.

Regards,
Hauke




Reply via email to