You need to specify the type as ejb-client in your client project's pom.

<dependency>
  <groupId>com.abc</groupId>
  <artifactId>Ejb</artifactId>
  <version>1.00</version>
  <type>ejb-client</type>
</dependency>

On 10/25/05, Ashley Williams <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Just wondering how I go about including an ejb client jar in my
> project. It seems the main artifact of an ejb project is the ejb jar
> file, which is fair enough. However it can also generate a client
> jar, installed in the same directory in the local repository and I
> can't work out how to include this poor cousin in my webapp project.
> I definitely don't want the full on ejb jar file as it will try to
> pull in quite a few dependencies. Not to mention I don't want the
> enterprise beans in my client app.
>
> Has anyone else come across this problem? (and solved it ;)
>
> Thanks
> - AW
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



--
tom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to