Jason,

ejbjar was originally intended to build 1 bean per jar. That is the way we
use it and all deployment descriptors, both the standard one and the
weblogic extension ones, are prefixed with the bean name.

John Hall provided a patch to ejbjar to allow it to generate a single jar. I
haven't used that capability, however, and I am not quite sure how it would
handle your situation.

Conor

> -----Original Message-----
> From: Jason Dillon [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 3 October 2000 14:26
> To: [EMAIL PROTECTED]
> Subject: Problem with WeblogicDeploymentTool & multiple entity beans
>
>
> Hey, I noticed that the WeblogicDeploymentTool doesn't seem to have any
> support for generating a jar file with more than one
> *-weblogic-cmp-rdbms-jar.xml file.  It looks like WebLogic's cmp xml file
> can only contain field mappings for one entity bean.  Thus you can not
> build an ejb-jar file from ant if you have more than one enity bean.
>
> I was wondering what you think might be the best solution to this?  I was
> thinking to just add something to WeblogicDeploymentTool, but I could see
> that tools others might want to have other files included as well.
>
> Any ideas?
>
> --jason
>

Reply via email to