Mike, I'm -1 on doing that, that isn't a fix as it then breaks using
implementation.web and requires users to add explicit excludes. I'm
out today but will add something to get you going by tomorrow.

   ...ant

On Mon, Nov 22, 2010 at 10:21 AM, Mike Edwards (JIRA)
<[email protected]> wrote:
>
>    [ 
> https://issues.apache.org/jira/browse/TUSCANY-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934433#action_12934433
>  ]
>
> Mike Edwards commented on TUSCANY-3760:
> ---------------------------------------
>
> Well, I've no problem with the idea of replacing my original fix with 
> something that is better - but I DO have a problem with leaving the trunk in 
> a state that's broken.  I'm going to put back my original fix - at least this 
> enables things to work.
>
> If you want to work on something that's better - fine, go ahead, but please 
> don't leave trunk broken.
>
>> Stripes and Implementation-Web-Runtime modules have POM & MANIFEST errors 
>> that causes execution failures with main build under OSGi
>> -----------------------------------------------------------------------------------------------------------------------------------
>>
>>                 Key: TUSCANY-3760
>>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3760
>>             Project: Tuscany
>>          Issue Type: Bug
>>          Components: Java SCA Misc Implementation Extensions
>>    Affects Versions: Java-SCA-2.0-M5
>>            Reporter: Mike Edwards
>>             Fix For: Java-SCA-2.x
>>
>>
>> Stripes:
>> a) MANIFEST contains these entries:
>>  javax.servlet.jsp,
>>  javax.servlet.jsp.tagext,
>> ...these are not actually supplied in any dependency of Stripes, but they 
>> are also not used by Stripes either.
>> Earlier versions of the servlet-api package used to contain these packages, 
>> but not the most recent ones, which thus causes a resolution failure under 
>> OSGi, even though the code will actually execute successfully.
>> b) POM problems:
>> Dependency   net.sourceforge.stripes.stripes  is declared as "provided" but 
>> does not appear in the main build at all, leading to an OSGI resolution 
>> failure.
>> b) Implementation-Web-Runtime:
>> Dependencies:
>> javax.servlet.servlet-api
>> org.apache.geronimo.specs.geronimo-jsp_2.1_spec
>> org.apache.geronimo.specs.geronimo-el_1.0_spec
>> ...are declared as "provided" scope, but don't turn up in the main 
>> distribution build, leading to a resolution failure for this module under 
>> OSGi
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

Reply via email to