Hi,

I am trying to get the jar file that contains the class
com.ibm.websphere.ejbcontainer.LocalHomeAccessor

Could you please let me know which open source container can I find
this.

Thanks
-Jagan 

-----Original Message-----
From: Alexandre Poitras [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 25, 2006 8:36 PM
To: Maven Users List
Subject: Re: Maven dependency

First, I don't think you need to include all the WebSphere JEE
implementation jars. To compile, you can use open source containers jars
(geronimo for instance) which are already in the maven repository. Then,
when it's time to deploy, your make sure those jars aren't bundled with
your application by specifying "provided" as their scope.

The fastest way to deploy commercials jar is to use deploy:deploy-file
to install them on your internal repository. It can be a lot of work but
you only have to do it one time and in my opinion it's worth it.

You could also use *system* dependencies but I am not a big fan of it.
Plus, from what I have red on Confluence, the system dependencies will
be deprecated in a future release so still in my opinion, you should
treat them as a quick fix at the moment.

On 4/25/06, Jagan Padmanabha Pillai -X (jpadmana - Insight Solutions,
Inc. at Cisco) <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I need to add the web sphere jars to the internal repository for 
> dependency.
> As its not available in the maven repository, I may have to copy the 
> jar files in the internal rep in the required format of groupId, 
> artifactId, version.
>
> But there are around 50-75 jar files which I need to add as 
> dependencies. Does anyone know whats the easy way to do it.
> I tried to pack all these jars into one single jar and added as 
> dependency but it didn't work. Please let me know.
>
> Thanks
> -Jagan
>
>
>
>

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

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

  • ... Alexandre Poitras
    • ... Jagan Padmanabha Pillai -X \(jpadmana - Insight Solutions, Inc. at Cisco\)
      • ... Alexandre Poitras

Reply via email to