On Sat, Jan 06, 2001 at 07:40:25AM -0700, Chris Cuilla wrote:
> Derek -
>
> > This error indicates that the jBoss deployer was unable to find the
> > ejb-jar.xml file in your ejb-jar file. If you investigate the contents of
> > your jar file (using jar tvf interest.jar or WinZip) you should find a file
> > called ejb-jar.xml in a META-INF directory. If this file is missing or in
> > the wrong directory deployment will fail.
> >
> > I've snipped the appropriate sections below so you know what to look for
> > next time you deploy.
>
> Thanks for the response.
>
> I have looked into the interest JAR file and the ejb-jar.xml file is there and
> it is under the META-INF directory. That's the odd thing. Futhermore, the
> ejb-jar.xml file looks to be exactly the same as the one in the interest example
> directory (un-JAR-ed).
>
> Any other possibilities?
First, make sure that the META-INF directory is capitalized in the JAR file,
then look for XML errors. For example, starting an <entity> block and
forgetting an ending tag. You might want to try running the ejb-jar.xml file
through a validating XML parser, as it will give you very detailed
information on your file vs. the DTD.
Good luck,
Derek
> Chris
>
>
>
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> List Help?: [EMAIL PROTECTED]
>
>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]