[ 
https://issues.apache.org/jira/browse/TILES-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965168#action_12965168
 ] 

Antonio Petrelli commented on TILES-518:
----------------------------------------

This bug is related to a Felix Maven Bundle plugin:
https://issues.apache.org/jira/browse/FELIX-954
However, until it is fixed, we need to change configuration.

David, can you create and attach a patch?
Thanks

> tiles-el should make org.apache.el an optional OSGi Import-Package
> ------------------------------------------------------------------
>
>                 Key: TILES-518
>                 URL: https://issues.apache.org/jira/browse/TILES-518
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-el
>    Affects Versions: 2.2.2
>            Reporter: David Hay
>
> The tiles-el JAR file has an OSGi Import-Package entry for "org.apache.el".  
> This is only necessary if one uses the TomcatExpressionFactoryFactory class, 
> so the import should be optional.  This can be achieved by adding the 
> following plugin to the tiles-el POM file:
> <plugin>
>     <groupId>org.apache.felix</groupId>
>     <artifactId>maven-bundle-plugin</artifactId>
>     <configuration>
>         <instructions>
>             <Import-Package>
>                 org.apache.el; resolution:=optional,
>                 *
>             </Import-Package>
>         </instructions>
>     </configuration>
> </plugin>

-- 
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