Re: Re[3]: EJB v2 and EJB v3 conflict when deploying .ear
Scott Ferguson <[email protected]> Thu, 6 Jul 2006 15:13:35 -0700
| Newsgroups | gmane.text.xml.resin.user |
|---|---|
| Message-ID | <[email protected]> |
Try the following:
<ear-deploy path='deploy'>
<ear-default>
<ejb-server/>
</ear-default>
</ear-default>
It looks like the .ear deployment requires the ejb-server to be
defined in the .ear's context.
-- Scott