Re: svn commit: r543877 - in /geronimo/server/trunk: configs/wadi-clustering/pom.xml configs/wadi-clustering/src/plan/plan.xml modules/geronimo-clustering-wadi/src/main/java/org/apache/geronimo/cluste

2007-06-03 Thread Gianny Damour

Hi Jason,

I had to deploy twice the same 2.0-M4 version (not so clean; however,  
I wanted to get ride of an arg parameter for 2.0-M4 and it is the  
reported problem). The version available on http://repo1.maven.org/ 
maven2 is the first version. Though, the version available on http:// 
repository.codehaus.org/ is latest one. I need to understand how to  
quickly drop the version on http://repo1.maven.org/maven2.


Thanks for your patience,
Gianny

On 03/06/2007, at 11:18 PM, Jason Dillon wrote:


Build is not happy with this change:


[INFO]  
-- 
--

[INFO] Building Geronimo :: Clustering WADI
[INFO]task-segment: [install]
[INFO]  
-- 
--

[INFO] [enforcer:enforce {execution: default}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 2 source files to /Users/jason/ws/geronimo/server/ 
modules/geronimo-clustering-wadi/target/classes
[INFO]  
-- 
--

[ERROR] BUILD FAILURE
[INFO]  
-- 
--

[INFO] Compilation failure
/Users/jason/ws/geronimo/server/modules/geronimo-clustering-wadi/ 
src/main/java/org/apache/geronimo/clustering/wadi/ 
TribesDispatcherHolder.java:[61,21] cannot find symbol
symbol  : constructor TribesDispatcher 
(java.lang.String,java.lang.String,org.codehaus.wadi.web.impl.URIEndPo 
int)

location: class org.codehaus.wadi.tribes.TribesDispatcher



/Users/jason/ws/geronimo/server/modules/geronimo-clustering-wadi/ 
src/main/java/org/apache/geronimo/clustering/wadi/ 
TribesDispatcherHolder.java:[61,21] cannot find symbol
symbol  : constructor TribesDispatcher 
(java.lang.String,java.lang.String,org.codehaus.wadi.web.impl.URIEndPo 
int)

location: class org.codehaus.wadi.tribes.TribesDispatcher


--jason


On Jun 3, 2007, at 3:50 AM, [EMAIL PROTECTED] wrote:


Author: gdamour
Date: Sun Jun  3 03:50:37 2007
New Revision: 543877

URL: http://svn.apache.org/viewvc?view=rev&rev=543877
Log:
move to WADI 2.0-M4

Modified:
geronimo/server/trunk/configs/wadi-clustering/pom.xml
geronimo/server/trunk/configs/wadi-clustering/src/plan/plan.xml
geronimo/server/trunk/modules/geronimo-clustering-wadi/src/ 
main/java/org/apache/geronimo/clustering/wadi/ 
TribesDispatcherHolder.java

geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/configs/wadi-clustering/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/ 
wadi-clustering/pom.xml?view=diff&rev=543877&r1=543876&r2=543877
= 
=

--- geronimo/server/trunk/configs/wadi-clustering/pom.xml (original)
+++ geronimo/server/trunk/configs/wadi-clustering/pom.xml Sun Jun   
3 03:50:37 2007

@@ -39,7 +39,6 @@
 2
 http://localhost:8080
 DEFAULT_CLUSTER
-3600
 

 

Modified: geronimo/server/trunk/configs/wadi-clustering/src/plan/ 
plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/ 
wadi-clustering/src/plan/plan.xml? 
view=diff&rev=543877&r1=543876&r2=543877
= 
=
--- geronimo/server/trunk/configs/wadi-clustering/src/plan/ 
plan.xml (original)
+++ geronimo/server/trunk/configs/wadi-clustering/src/plan/ 
plan.xml Sun Jun  3 03:50:37 2007

@@ -33,7 +33,6 @@
 class="org.apache.geronimo.clustering.wadi.TribesDispatcherHolder">

 ${EndPointURI}
 ${PlanClusterName}
-${PlanInactiveTime}attribute>

 
 Node
 

Modified: geronimo/server/trunk/modules/geronimo-clustering-wadi/ 
src/main/java/org/apache/geronimo/clustering/wadi/ 
TribesDispatcherHolder.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/ 
geronimo-clustering-wadi/src/main/java/org/apache/geronimo/ 
clustering/wadi/TribesDispatcherHolder.java? 
view=diff&rev=543877&r1=543876&r2=543877
= 
=
--- geronimo/server/trunk/modules/geronimo-clustering-wadi/src/ 
main/java/org/apache/geronimo/clustering/wadi/ 
TribesDispatcherHolder.java (original)
+++ geronimo/server/trunk/modules/geronimo-clustering-wadi/src/ 
main/java/org/apache/geronimo/clustering/wadi/ 
TribesDispatcherHolder.java Sun Jun  3 03:50:37 2007

@@ -39,30 +39,26 @@

 private final URI endPointURI;
 private final String clusterName;
-private final long inactiveTime;
 private final Node node;

 private TribesDispatcher dispatcher;


-public TribesDispatcherHolder(URI endPointURI, String  
clusterName, long inactiveTime, Node node) {
+public TribesDispatcherHolder(URI endPointURI, String  
clusterName, Node node

Re: svn commit: r543877 - in /geronimo/server/trunk: configs/wadi-clustering/pom.xml configs/wadi-clustering/src/plan/plan.xml modules/geronimo-clustering-wadi/src/main/java/org/apache/geronimo/cluste

2007-06-03 Thread Jason Dillon

Build is not happy with this change:


[INFO]  
 


[INFO] Building Geronimo :: Clustering WADI
[INFO]task-segment: [install]
[INFO]  
 


[INFO] [enforcer:enforce {execution: default}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 2 source files to /Users/jason/ws/geronimo/server/ 
modules/geronimo-clustering-wadi/target/classes
[INFO]  


[ERROR] BUILD FAILURE
[INFO]  


[INFO] Compilation failure
/Users/jason/ws/geronimo/server/modules/geronimo-clustering-wadi/src/ 
main/java/org/apache/geronimo/clustering/wadi/ 
TribesDispatcherHolder.java:[61,21] cannot find symbol
symbol  : constructor TribesDispatcher 
(java.lang.String,java.lang.String,org.codehaus.wadi.web.impl.URIEndPoin 
t)

location: class org.codehaus.wadi.tribes.TribesDispatcher



/Users/jason/ws/geronimo/server/modules/geronimo-clustering-wadi/src/ 
main/java/org/apache/geronimo/clustering/wadi/ 
TribesDispatcherHolder.java:[61,21] cannot find symbol
symbol  : constructor TribesDispatcher 
(java.lang.String,java.lang.String,org.codehaus.wadi.web.impl.URIEndPoin 
t)

location: class org.codehaus.wadi.tribes.TribesDispatcher


--jason


On Jun 3, 2007, at 3:50 AM, [EMAIL PROTECTED] wrote:


Author: gdamour
Date: Sun Jun  3 03:50:37 2007
New Revision: 543877

URL: http://svn.apache.org/viewvc?view=rev&rev=543877
Log:
move to WADI 2.0-M4

Modified:
geronimo/server/trunk/configs/wadi-clustering/pom.xml
geronimo/server/trunk/configs/wadi-clustering/src/plan/plan.xml
geronimo/server/trunk/modules/geronimo-clustering-wadi/src/main/ 
java/org/apache/geronimo/clustering/wadi/TribesDispatcherHolder.java

geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/configs/wadi-clustering/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/ 
wadi-clustering/pom.xml?view=diff&rev=543877&r1=543876&r2=543877
== 


--- geronimo/server/trunk/configs/wadi-clustering/pom.xml (original)
+++ geronimo/server/trunk/configs/wadi-clustering/pom.xml Sun Jun   
3 03:50:37 2007

@@ -39,7 +39,6 @@
 2
 http://localhost:8080
 DEFAULT_CLUSTER
-3600
 

 

Modified: geronimo/server/trunk/configs/wadi-clustering/src/plan/ 
plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/ 
wadi-clustering/src/plan/plan.xml? 
view=diff&rev=543877&r1=543876&r2=543877
== 

--- geronimo/server/trunk/configs/wadi-clustering/src/plan/plan.xml  
(original)
+++ geronimo/server/trunk/configs/wadi-clustering/src/plan/plan.xml  
Sun Jun  3 03:50:37 2007

@@ -33,7 +33,6 @@
 class="org.apache.geronimo.clustering.wadi.TribesDispatcherHolder">

 ${EndPointURI}
 ${PlanClusterName}
-${PlanInactiveTime}attribute>

 
 Node
 

Modified: geronimo/server/trunk/modules/geronimo-clustering-wadi/ 
src/main/java/org/apache/geronimo/clustering/wadi/ 
TribesDispatcherHolder.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/ 
geronimo-clustering-wadi/src/main/java/org/apache/geronimo/ 
clustering/wadi/TribesDispatcherHolder.java? 
view=diff&rev=543877&r1=543876&r2=543877
== 

--- geronimo/server/trunk/modules/geronimo-clustering-wadi/src/main/ 
java/org/apache/geronimo/clustering/wadi/ 
TribesDispatcherHolder.java (original)
+++ geronimo/server/trunk/modules/geronimo-clustering-wadi/src/main/ 
java/org/apache/geronimo/clustering/wadi/ 
TribesDispatcherHolder.java Sun Jun  3 03:50:37 2007

@@ -39,30 +39,26 @@

 private final URI endPointURI;
 private final String clusterName;
-private final long inactiveTime;
 private final Node node;

 private TribesDispatcher dispatcher;


-public TribesDispatcherHolder(URI endPointURI, String  
clusterName, long inactiveTime, Node node) {
+public TribesDispatcherHolder(URI endPointURI, String  
clusterName, Node node) {

 if (null == endPointURI) {
 throw new IllegalArgumentException("endPointURI is  
required");

 } else if (null == clusterName) {
 throw new IllegalArgumentException("clusterName is  
required");

-} else if (0 > inactiveTime) {
-throw new IllegalArgumentException("inactiveTime must  
be > 0");

 } else if (null == node) {
 throw new IllegalArgumentException("node is required");
 }
 this.endPointURI = endPoi