Oleg, Thanks for the patch it worked. I applied the patch on your behalf and also updated the Qpid version to point to a revision instead of M2-Snapshot as it seems maven keeps downloading the old snapshots from the maven snapshot repo.
Can you try now and see if you can compile properly with the qpid stuff? Regards, Rajith On Jan 26, 2008 4:12 PM, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > On Sat, 2008-01-26 at 10:22 -0500, Rajith Attapattu wrote: > > Hi folks, > > > > I get the following compilation errors when trying to compile synapse > > on trunk. > > Maybe the nio deps changed and the pom is not updated ? > > Anybody else seeing the same problem ? > > > > Rajith, > > This patch (attached to this message) upgrades Synapse dependency on > HttpCore from 4.0-alpha7-SNAPSHOT to 4.0-beta1 and resolves the > compilation errors you have been seeing. > > I am unable to test the patch myself because I am also getting lots of > compile errors related to org.apache.qpidity classes. > > Oleg > > > [INFO] [compiler:compile] > > Compiling 66 source files > > to > /opt/workspace/webservices/synapse/java/modules/transports/target/classes > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] BUILD FAILURE > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Compilation failure > > > > > /opt/workspace/webservices/synapse/java/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/ClientHandler.java:[26,30] > cannot find symbol > > symbol : class HttpParamsLinker > > location: package org.apache.http.params > > > > > /opt/workspace/webservices/synapse/java/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/ClientHandler.java:[129,12] > cannot find symbol > > symbol : variable HttpParamsLinker > > location: class org.apache.synapse.transport.nhttp.ClientHandler > > > > > /opt/workspace/webservices/synapse/java/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/ClientHandler.java:[163,12] > cannot find symbol > > symbol : variable HttpParamsLinker > > location: class org.apache.synapse.transport.nhttp.ClientHandler > > > > > > -- > > Regards, > > > > Rajith Attapattu > > Red Hat > > blog: http://rajith.2rlabs.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Regards, Rajith Attapattu Red Hat blog: http://rajith.2rlabs.com/
