You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by chi runhua <ch...@gmail.com> on 2009/12/23 02:43:01 UTC

Re: deployement axis2 ws to G 2.1.4 failed - TribesClusterManager not found

Looks like you need to install org.apache.axis2.axis2-clustering.${version}.jar
into Geronimo repository. And then specify the dependency to this module in
the deployment plan as followed:

<dependency>
            <groupId>org.apache.axis2</groupId>
            <artifactId>axis2-clustering</artifactId>
            <version>${version}</version>
            <type>jar</type>
</dependency>


Hope this helps.

Jeff C


On Wed, Dec 23, 2009 at 3:06 AM, Radim Kolar <hs...@sendmail.cz> wrote:

>
> my WS fails to deploy:
>
> org.apache.axis2.deployment.DeploymentException: Clustering implementation
> class org.apache.axis2.clustering.tribes.TribesClusterManager not found
>
> Its probably related to this axis2 1.3 issue because G 2.1 is using axis2
> 1.3:
>
> https://issues.apache.org/jira/browse/AXIS2-3079
>
> anybody knows workaround or what jar i need to install into G repository?
>
> --
> View this message in context:
> http://old.nabble.com/deployement-axis2-ws-to-G-2.1.4-failed---TribesClusterManager-not-found-tp26891770s134p26891770.html
> Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
>
>

Re: deployement axis2 ws to G 2.1.4 failed - TribesClusterManager not found

Posted by Nandha <it...@gmail.com>.
Hi, Please anyone help on axis2 clustering?

--
View this message in context: http://apache-geronimo.328035.n3.nabble.com/deployement-axis2-ws-to-G-2-1-4-failed-TribesClusterManager-not-found-tp336779p3606529.html
Sent from the Users mailing list archive at Nabble.com.