You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2014/11/04 15:26:34 UTC

[jira] [Updated] (SMX4-1876) Missing spring-form.tld in spring-webmvc bundle

     [ https://issues.apache.org/jira/browse/SMX4-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated SMX4-1876:
---------------------------------------
    Fix Version/s: bundles-2014.10

> Missing spring-form.tld in spring-webmvc bundle
> -----------------------------------------------
>
>                 Key: SMX4-1876
>                 URL: https://issues.apache.org/jira/browse/SMX4-1876
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Bundles
>            Reporter: Benjamin Reed
>            Assignee: Jean-Baptiste Onofré
>             Fix For: bundles-2014.10
>
>
> I'm attempting to update our project to use the Spring that is bundled with Karaf (2.4.0) which uses the ServiceMix OSGi bundles of Spring 3.2.9.RELEASE.  Previously, we were using the 3.2.4.RELEASE bundles.
> It appears that the spring-form.tld file for using taglibs is no longer provided.
> If you compare the upstream Spring 3.2.9.RELEASE jar with the org.apache.servicemix.bundles.spring-webmvc-3.2.9.RELEASE_1.jar from the ServiceMix repo, you'll get this diff:
> {code}before = org.springframework/spring-webmvc/3.2.9.RELEASE
> after = org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-webmvc/3.2.9.RELEASE_1
>  
> diff -Nurd before.txt after.txt
> --- before.txt  2014-10-08 17:27:40.000000000 -0400
> +++ after.txt   2014-10-08 17:27:44.000000000 -0400
> @@ -1,11 +1,14 @@
> +META-INF/DEPENDENCIES
> +META-INF/LICENSE
>  META-INF/MANIFEST.MF
> -META-INF/license.txt
> -META-INF/notice.txt
> -META-INF/spring-form.tld
> +META-INF/NOTICE
> +META-INF/maven/org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-webmvc/pom.properties
> +META-INF/maven/org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-webmvc/pom.xml
>  META-INF/spring.handlers
>  META-INF/spring.schemas
>  META-INF/spring.tld
>  META-INF/spring.tooling
> +OSGI-INF/bundle.info
>  org/springframework/web/servlet/AsyncHandlerInterceptor.class
>  org/springframework/web/servlet/DispatcherServlet$1.class
>  org/springframework/web/servlet/DispatcherServlet.class
> @@ -364,4 +367,3 @@
>  org/springframework/web/servlet/view/xslt/AbstractXsltView.class
>  org/springframework/web/servlet/view/xslt/XsltView.class
>  org/springframework/web/servlet/view/xslt/XsltViewResolver.class
> -overview.html{code}
> Is this an oversight?  Or is the Spring form taglib supposed to live elsewhere?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)