Perhaps it is time for Axis2 to move to JDK 1.6 as well in line with other major projects? Otherwise it would not be possible to upgrade version of dependencies.
On Sat, Mar 12, 2011 at 4:11 PM, Andreas Veithen <[email protected]>wrote: > Are you aware that Tomcat 7.0 requires Java 1.6 and that this change > means that Axis2 can no longer be built with Java 1.5? > > Andreas > > On Wed, Mar 9, 2011 at 09:26, <[email protected]> wrote: > > Author: azeez > > Date: Wed Mar 9 08:26:31 2011 > > New Revision: 1079695 > > > > URL: http://svn.apache.org/viewvc?rev=1079695&view=rev > > Log: > > Upgraded to Tribes 7.0.8 > > > > > > Modified: > > axis/axis2/java/core/trunk/modules/clustering/pom.xml > > > > axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes/WkaMembershipService.java > > axis/axis2/java/core/trunk/modules/parent/pom.xml > > > > Modified: axis/axis2/java/core/trunk/modules/clustering/pom.xml > > URL: > http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/clustering/pom.xml?rev=1079695&r1=1079694&r2=1079695&view=diff > > > ============================================================================== > > --- axis/axis2/java/core/trunk/modules/clustering/pom.xml (original) > > +++ axis/axis2/java/core/trunk/modules/clustering/pom.xml Wed Mar 9 > 08:26:31 2011 > > @@ -56,11 +56,11 @@ > > </dependency> > > <dependency> > > <groupId>org.apache.tomcat</groupId> > > - <artifactId>tribes</artifactId> > > + <artifactId>tomcat-tribes</artifactId> > > </dependency> > > <dependency> > > - <groupId>org.apache.tomcat</groupId> > > - <artifactId>juli</artifactId> > > + <groupId>org.apache.tomcat.embed</groupId> > > + <artifactId>tomcat-embed-logging-juli</artifactId> > > </dependency> > > </dependencies> > > <scm> > > > > Modified: > axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes/WkaMembershipService.java > > URL: > http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes/WkaMembershipService.java?rev=1079695&r1=1079694&r2=1079695&view=diff > > > ============================================================================== > > --- > axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes/WkaMembershipService.java > (original) > > +++ > axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes/WkaMembershipService.java > Wed Mar 9 08:26:31 2011 > > @@ -15,6 +15,8 @@ > > */ > > package org.apache.axis2.clustering.tribes; > > > > +import org.apache.catalina.tribes.ChannelException; > > +import org.apache.catalina.tribes.ChannelMessage; > > import org.apache.catalina.tribes.Member; > > import org.apache.catalina.tribes.MembershipListener; > > import org.apache.catalina.tribes.MembershipService; > > @@ -113,6 +115,10 @@ public class WkaMembershipService implem > > return null; > > } > > > > + public void setLocalMemberProperties(String s, int i, int i1, int > i2) { > > + //Nothing to implement at the momenet > > + } > > + > > public void setLocalMemberProperties(String listenHost, int > listenPort) { > > properties.setProperty("tcpListenHost", listenHost); > > properties.setProperty("tcpListenPort", > String.valueOf(listenPort)); > > @@ -151,4 +157,8 @@ public class WkaMembershipService implem > > this.domain = domain; > > ((StaticMember) > membershipManager.getLocalMember()).setDomain(domain); > > } > > + > > + public void broadcast(ChannelMessage channelMessage) throws > ChannelException { > > + //Nothing to implement at the momenet > > + } > > } > > > > Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml > > URL: > http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=1079695&r1=1079694&r2=1079695&view=diff > > > ============================================================================== > > --- axis/axis2/java/core/trunk/modules/parent/pom.xml (original) > > +++ axis/axis2/java/core/trunk/modules/parent/pom.xml Wed Mar 9 08:26:31 > 2011 > > @@ -112,7 +112,7 @@ > > <stax.impl.artifact>wstx-asl</stax.impl.artifact> > > <stax.impl.groupid>org.codehaus.woodstox</stax.impl.groupid> > > <stax.impl.version>3.2.9</stax.impl.version> > > - <tomcat.version>6.0.16</tomcat.version> > > + <tomcat.version>7.0.8</tomcat.version> > > <wsdl4j.version>1.6.2</wsdl4j.version> > > <xalan.version>2.7.0</xalan.version> > > <xmlbeans.version>2.3.0</xmlbeans.version> > > @@ -472,12 +472,12 @@ > > </dependency> > > <dependency> > > <groupId>org.apache.tomcat</groupId> > > - <artifactId>tribes</artifactId> > > + <artifactId>tomcat-tribes</artifactId> > > <version>${tomcat.version}</version> > > </dependency> > > <dependency> > > - <groupId>org.apache.tomcat</groupId> > > - <artifactId>juli</artifactId> > > + <groupId>org.apache.tomcat.embed</groupId> > > + <artifactId>tomcat-embed-logging-juli</artifactId> > > <version>${tomcat.version}</version> > > </dependency> > > <dependency> > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- *Afkham Azeez* Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, * * *Member; Apache Software Foundation; **http://www.apache.org/*<http://www.apache.org/> * email: **[email protected]* <[email protected]>* cell: +94 77 3320919 blog: **http://blog.afkham.org* <http://blog.afkham.org>* twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez> * linked-in: **http://lk.linkedin.com/in/afkhamazeez* * * *Lean . Enterprise . Middleware* * *
