Maciej and all Synapse Devs..

I made a terrible mistake a couple of days back and have copied the wrong Synapse 1.1.1 JARs into the http://people.apache.org/repo/m2-ibiblio-rsync-repository repo, which got synced into the Central Repository. I have been trying to correct this during the past couple of days, but seems like nothing will be deleted or changed from the Central Repo after a sync. (http://maven.apache.org/guides/mini/guide-central-repository-upload.html)

Thus, I can only think of the following workarounds for now,
1. Add http://people.apache.org/repo/m2-ibiblio-rsync-repository to your list of Maven repo's so that Maven will pick up the [newer] correct artifact from there instead of from Central

2. I deploy Synapse 1.1.1 as 1.1.2 or 1.1.1.1 maybe just onto the Maven repos, and anyone who uses Synapse through the JARs use this specific version

Again, I am really sorry for this mistake, but sadly its something that cannot be corrected or undone as far as I understand. Please let me know what you prefer and I will do my best to help you overcome this

asankha

-------- Original Message --------
Subject:        [jira] Created: (SYNAPSE-232) Wrong packages in Maven repository
Date:   Thu, 31 Jan 2008 10:03:10 -0800 (PST)
From:   Maciej Majewski (JIRA) <[EMAIL PROTECTED]>
Reply-To:       [email protected]
To:     [email protected]



Wrong packages in Maven repository
----------------------------------

                Key: SYNAPSE-232
                URL: https://issues.apache.org/jira/browse/SYNAPSE-232
            Project: Synapse
         Issue Type: Bug
           Reporter: Maciej Majewski
            Fix For: 1.1.1


When using packages from http://repo1.maven.org i got:

18:08:33,204 ERROR [STDERR] Exception in thread "I/O dispatcher 3" 18:08:33,204 ERROR [STDERR] java.lang.NoClassDefFoundError: org/apache/http/params/HttpParamsLinker
18:08:33,205 ERROR [STDERR]     at 
org.apache.synapse.transport.nhttp.ClientHandler.connected(ClientHandler.java:163)
18:08:33,205 ERROR [STDERR]     at 
org.apache.synapse.transport.nhttp.LoggingNHttpClientHandler.connected(LoggingNHttpClientHandler.java:57)
18:08:33,205 ERROR [STDERR]     at 
org.apache.synapse.transport.nhttp.PlainClientIOEventDispatch.connected(PlainClientIOEventDispatch.java:59)
18:08:33,205 ERROR [STDERR]     at 
org.apache.http.impl.nio.reactor.BaseIOReactor.keyCreated(BaseIOReactor.java:182)
18:08:33,205 ERROR [STDERR]     at 
org.apache.http.impl.nio.reactor.AbstractIOReactor.processNewChannels(AbstractIOReactor.java:246)
18:08:33,205 ERROR [STDERR]     at 
org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:153)
18:08:33,205 ERROR [STDERR]     at 
org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:70)
18:08:33,205 ERROR [STDERR]     at 
org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:318)
18:08:33,205 ERROR [STDERR]     at java.lang.Thread.run(Thread.java:595)

After replacing synapse-*-1.1.1.jar packages with this available in binary 
distribution everything works fine.

Also packages' size from Maven repository difers from that in binary distribution.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to