[jira] Commented: (FELIX-212) commons-httpclient 3.0.1 wrapping

2007-03-15 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481495 ] Felix Meschberger commented on FELIX-212: - Considering the discussion on the list regarding the problems relat

Re: (FELIX-212) commons-httpclient 3.0.1 wrapping

2007-03-11 Thread Felix Meschberger
Hi Roland, Thanks a lot for the clarifications ! Given these remarks, I would opt to remove the bundling of HTTPClient 3.0.1again. As a less dramatic means, a way would be to clearly state the issues (in the Commons Wiki Page for example) and add a BundleActivator to the bundling, which calls t

Re: (FELIX-212) commons-httpclient 3.0.1 wrapping

2007-03-11 Thread Roland Weber
Hi Felix, sorry for the late reply, I don't access OSS related mail while travelling. > You also say, that HTTPClient is not built to be used as a shared library. > Can you elaborate on that a bit, please ? The reason for me asking is that > we exactly do that, and if there is actually an issue t

Re: (FELIX-212) commons-httpclient 3.0.1 wrapping

2007-02-25 Thread Felix Meschberger
Hi Roland, As the provider of the original bundling descriptor, I have to admit, that I was not aware of this issue You also say, that HTTPClient is not built to be used as a shared library. Can you elaborate on that a bit, please ? The reason for me asking is that we exactly do that, and i

Re: (FELIX-212) commons-httpclient 3.0.1 wrapping

2007-02-24 Thread Roland Weber
Hello Enrique, > We are using Maven 2 and the "Bundle Plugin for Maven" > (maven-bundle-plugin): > http://cwiki.apache.org/FELIX/bundle-plugin-for-maven-bnd.html > > There was a BerliOS bundle plugin for Maven 1, but it didn't have some > key functionality you would really want. As for minimum J

Re: (FELIX-212) commons-httpclient 3.0.1 wrapping

2007-02-23 Thread Niclas Hedhman
On Friday 23 February 2007 04:03, Enrique Rodriguez wrote: > However, the bundling process simply repackages > the library jar to include bundle metadata. With the bundle metadata, > the jar can now be added to an OSGi runtime, but no code is actively > started. Consumers of the bundle would nee

Re: (FELIX-212) commons-httpclient 3.0.1 wrapping

2007-02-23 Thread Enrique Rodriguez
On 2/23/07, Roland Weber <[EMAIL PROTECTED]> wrote: ... What tool do you use to generate the info in the manifest? I can't promise anything, but if it is easy to integrate into our Maven 1 build process and can be run with an old JVM (HttpClient 3.x is still compatible with 1.2.2) we might add it

Re: (FELIX-212) commons-httpclient 3.0.1 wrapping

2007-02-23 Thread Roland Weber
Hi Enrique, > Thanks for the tip. However, the bundling process simply repackages > the library jar to include bundle metadata. With the bundle metadata, > the jar can now be added to an OSGi runtime, but no code is actively > started. Consumers of the bundle would need to be aware of the issue

Re: (FELIX-212) commons-httpclient 3.0.1 wrapping

2007-02-22 Thread Enrique Rodriguez
On 2/22/07, Roland Weber <[EMAIL PROTECTED]> wrote: ... I just wanted to point out that in HttpClient 3 (and 2), the class MultiThreadedHttpConnectionManager starts background threads when used. ... Hi, Roland, Thanks for the tip. However, the bundling process simply repackages the library ja

(FELIX-212) commons-httpclient 3.0.1 wrapping

2007-02-22 Thread Roland Weber
Hello Enrique, > A wrapper POM creating an OSGi bundle of the 3rd-party library was committed > on rev 510316. > > URL: http://svn.apache.org/viewvc?view=rev&rev=510316 > >> commons-httpclient 3.0.1 wrapping >> - >> >> Key: FELIX-212 >>

[jira] Resolved: (FELIX-212) commons-httpclient 3.0.1 wrapping

2007-02-21 Thread Enrique Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enrique Rodriguez resolved FELIX-212. - Resolution: Fixed A wrapper POM creating an OSGi bundle of the 3rd-party library was commi

[jira] Work started: (FELIX-212) commons-httpclient 3.0.1 wrapping

2007-02-21 Thread Enrique Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on FELIX-212 started by Enrique Rodriguez. > commons-httpclient 3.0.1 wrapping > - > > Key: FELIX-212 >

[jira] Assigned: (FELIX-212) commons-httpclient 3.0.1 wrapping

2007-02-16 Thread Enrique Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enrique Rodriguez reassigned FELIX-212: --- Assignee: Enrique Rodriguez > commons-httpclient 3.0.1 wrapping >

[jira] Updated: (FELIX-212) commons-httpclient 3.0.1 wrapping

2007-02-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated FELIX-212: Attachment: pom.xml > commons-httpclient 3.0.1 wrapping > -

[jira] Updated: (FELIX-212) commons-httpclient 3.0.1 wrapping

2007-02-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated FELIX-212: Priority: Minor (was: Major) > commons-httpclient 3.0.1 wrapping >

[jira] Created: (FELIX-212) commons-httpclient 3.0.1 wrapping

2007-02-12 Thread Felix Meschberger (JIRA)
commons-httpclient 3.0.1 wrapping - Key: FELIX-212 URL: https://issues.apache.org/jira/browse/FELIX-212 Project: Felix Issue Type: New Feature Components: Felix Commons Reporter: Felix Me