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 <[email protected]> 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.
>
>