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

2011-12-22 Thread Nandha
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.


deployement axis2 ws to G 2.1.4 failed - TribesClusterManager not found

2009-12-22 Thread Radim Kolar

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

2009-12-22 Thread chi runhua
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
groupIdorg.apache.axis2/groupId
artifactIdaxis2-clustering/artifactId
version${version}/version
typejar/type
/dependency


Hope this helps.

Jeff C


On Wed, Dec 23, 2009 at 3:06 AM, Radim Kolar h...@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.