You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Guillaume Nodet <gn...@gmail.com> on 2009/06/18 18:40:21 UTC

Problem with http service

Did I miss something with the HTTP service ?
The headers looks like:

Import-Package =
javax.net.ssl;resolution:=optional,javax.security.cert;resolution:=optional,javax.servlet;version="2.5",javax.servlet.http;version="2.5",javax.xml.parsers;resolution:=optional,org.osgi.framework;version="1.3",org.osgi.service.cm;version="1.2",org.osgi.service.http;version="1.2",org.osgi.service.log;version="1.3",org.osgi.util.tracker;version="1.3",org.slf4j;resolution:=optional,org.xml.sax;resolution:=optional,org.xml.sax.helpers;resolution:=optional

Export-Package =
org.osgi.service.http;uses:="javax.servlet.http,javax.servlet";version="1.1",javax.servlet;version="2.5",javax.servlet.http;uses:="javax.servlet";version="2.5"

which means the http service is exporting the javax.servlet package
with version 1.1 but imports 1.2 ...

Thoughts ?

-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Re: Problem with http service

Posted by Rob Walker <ro...@ascert.com>.
Richard S. Hall wrote:
> On 6/18/09 12:48 PM, Guillaume Nodet wrote:
>> My bad for not having checked the jira issues.
>> Does'nt this bug deserve a release ?
>>    
>
> Probably. I am not the release manager. ;-)
>
> If we do release it as is, we should probably downgrade the version to 
> a micro bump.
>
Fine with me
- Rob
> -> richard
>
>> On Thu, Jun 18, 2009 at 18:44, Richard S. Hall<he...@ungoverned.org>  
>> wrote:
>>   
>>> http://issues.apache.org/jira/browse/FELIX-1236
>>>
>>> On 6/18/09 12:40 PM, Guillaume Nodet wrote:
>>>     
>>>> Did I miss something with the HTTP service ?
>>>> The headers looks like:
>>>>
>>>> Import-Package =
>>>>
>>>> javax.net.ssl;resolution:=optional,javax.security.cert;resolution:=optional,javax.servlet;version="2.5",javax.servlet.http;version="2.5",javax.xml.parsers;resolution:=optional,org.osgi.framework;version="1.3",org.osgi.service.cm;version="1.2",org.osgi.service.http;version="1.2",org.osgi.service.log;version="1.3",org.osgi.util.tracker;version="1.3",org.slf4j;resolution:=optional,org.xml.sax;resolution:=optional,org.xml.sax.helpers;resolution:=optional 
>>>>
>>>>
>>>> Export-Package =
>>>>
>>>> org.osgi.service.http;uses:="javax.servlet.http,javax.servlet";version="1.1",javax.servlet;version="2.5",javax.servlet.http;uses:="javax.servlet";version="2.5" 
>>>>
>>>>
>>>> which means the http service is exporting the javax.servlet package
>>>> with version 1.1 but imports 1.2 ...
>>>>
>>>> Thoughts ?
>>>>
>>>>
>>>>        
>>
>>
>>
>>    
>

-- 


Ascert - Taking systems to the Edge
robw@ascert.com
+44 (0)20 7488 3470
www.ascert.com


Re: Problem with http service

Posted by "Richard S. Hall" <he...@ungoverned.org>.
On 6/18/09 12:48 PM, Guillaume Nodet wrote:
> My bad for not having checked the jira issues.
> Does'nt this bug deserve a release ?
>    

Probably. I am not the release manager. ;-)

If we do release it as is, we should probably downgrade the version to a 
micro bump.

-> richard

> On Thu, Jun 18, 2009 at 18:44, Richard S. Hall<he...@ungoverned.org>  wrote:
>    
>> http://issues.apache.org/jira/browse/FELIX-1236
>>
>> On 6/18/09 12:40 PM, Guillaume Nodet wrote:
>>      
>>> Did I miss something with the HTTP service ?
>>> The headers looks like:
>>>
>>> Import-Package =
>>>
>>> javax.net.ssl;resolution:=optional,javax.security.cert;resolution:=optional,javax.servlet;version="2.5",javax.servlet.http;version="2.5",javax.xml.parsers;resolution:=optional,org.osgi.framework;version="1.3",org.osgi.service.cm;version="1.2",org.osgi.service.http;version="1.2",org.osgi.service.log;version="1.3",org.osgi.util.tracker;version="1.3",org.slf4j;resolution:=optional,org.xml.sax;resolution:=optional,org.xml.sax.helpers;resolution:=optional
>>>
>>> Export-Package =
>>>
>>> org.osgi.service.http;uses:="javax.servlet.http,javax.servlet";version="1.1",javax.servlet;version="2.5",javax.servlet.http;uses:="javax.servlet";version="2.5"
>>>
>>> which means the http service is exporting the javax.servlet package
>>> with version 1.1 but imports 1.2 ...
>>>
>>> Thoughts ?
>>>
>>>
>>>        
>
>
>
>    

Re: Problem with http service

Posted by Guillaume Nodet <gn...@gmail.com>.
My bad for not having checked the jira issues.
Does'nt this bug deserve a release ?

On Thu, Jun 18, 2009 at 18:44, Richard S. Hall<he...@ungoverned.org> wrote:
> http://issues.apache.org/jira/browse/FELIX-1236
>
> On 6/18/09 12:40 PM, Guillaume Nodet wrote:
>>
>> Did I miss something with the HTTP service ?
>> The headers looks like:
>>
>> Import-Package =
>>
>> javax.net.ssl;resolution:=optional,javax.security.cert;resolution:=optional,javax.servlet;version="2.5",javax.servlet.http;version="2.5",javax.xml.parsers;resolution:=optional,org.osgi.framework;version="1.3",org.osgi.service.cm;version="1.2",org.osgi.service.http;version="1.2",org.osgi.service.log;version="1.3",org.osgi.util.tracker;version="1.3",org.slf4j;resolution:=optional,org.xml.sax;resolution:=optional,org.xml.sax.helpers;resolution:=optional
>>
>> Export-Package =
>>
>> org.osgi.service.http;uses:="javax.servlet.http,javax.servlet";version="1.1",javax.servlet;version="2.5",javax.servlet.http;uses:="javax.servlet";version="2.5"
>>
>> which means the http service is exporting the javax.servlet package
>> with version 1.1 but imports 1.2 ...
>>
>> Thoughts ?
>>
>>
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Re: Problem with http service

Posted by "Richard S. Hall" <he...@ungoverned.org>.
http://issues.apache.org/jira/browse/FELIX-1236

On 6/18/09 12:40 PM, Guillaume Nodet wrote:
> Did I miss something with the HTTP service ?
> The headers looks like:
>
> Import-Package =
> javax.net.ssl;resolution:=optional,javax.security.cert;resolution:=optional,javax.servlet;version="2.5",javax.servlet.http;version="2.5",javax.xml.parsers;resolution:=optional,org.osgi.framework;version="1.3",org.osgi.service.cm;version="1.2",org.osgi.service.http;version="1.2",org.osgi.service.log;version="1.3",org.osgi.util.tracker;version="1.3",org.slf4j;resolution:=optional,org.xml.sax;resolution:=optional,org.xml.sax.helpers;resolution:=optional
>
> Export-Package =
> org.osgi.service.http;uses:="javax.servlet.http,javax.servlet";version="1.1",javax.servlet;version="2.5",javax.servlet.http;uses:="javax.servlet";version="2.5"
>
> which means the http service is exporting the javax.servlet package
> with version 1.1 but imports 1.2 ...
>
> Thoughts ?
>
>