yea, just realized that today while testing somethin, am about to fix this as fast as possible. How about the Spring-DM extension for web, do we also need another one for that?
Am 04.12.2010 15:38, schrieb Andreas Pieber: > +1. I like the idea of having a spring-web feature. > > kind regards, > andreas > > On Sat, Dec 4, 2010 at 3:35 PM, Guillaume Nodet <[email protected]> wrote: >> This is actually a problem because the spring features does not >> install anymore (because of the javax.servlet api at least). >> I think spring-web should be a separate feature and have a dependency >> on both spring and http. >> >> Thoughts? >> >> On Wed, Nov 24, 2010 at 17:32, <[email protected]> wrote: >>> Author: anierbeck >>> Date: Wed Nov 24 22:32:09 2010 >>> New Revision: 1038851 >>> >>> URL: http://svn.apache.org/viewvc?rev=1038851&view=rev >>> Log: >>> [KARAF-297] The features concerning the spring part was extended to provide >>> also the spring-web, spring-webmvc and spring-osgi-web for Spring (OSGi) >>> wars. >>> >>> Modified: >>> karaf/trunk/assembly/src/main/filtered-resources/features.xml >>> >>> Modified: karaf/trunk/assembly/src/main/filtered-resources/features.xml >>> URL: >>> http://svn.apache.org/viewvc/karaf/trunk/assembly/src/main/filtered-resources/features.xml?rev=1038851&r1=1038850&r2=1038851&view=diff >>> ============================================================================== >>> --- karaf/trunk/assembly/src/main/filtered-resources/features.xml (original) >>> +++ karaf/trunk/assembly/src/main/filtered-resources/features.xml Wed Nov >>> 24 22:32:09 2010 >>> @@ -24,6 +24,8 @@ >>> >>> <bundle>mvn:org.springframework/spring-aop/${spring2.version}</bundle> >>> >>> <bundle>mvn:org.springframework/spring-context/${spring2.version}</bundle> >>> >>> <bundle>mvn:org.springframework/spring-context-support/${spring2.version}</bundle> >>> + >>> <bundle>mvn:org.springframework/spring-web/${spring2.version}</bundle> >>> + >>> <bundle>mvn:org.springframework/spring-webmvc/${spring2.version}</bundle> >>> </feature> >>> <feature name="spring" version="${spring.version}" resolver="(obr)"> >>> <bundle >>> dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/${aopalliance.bundle.version}</bundle> >>> @@ -34,6 +36,8 @@ >>> >>> <bundle>mvn:org.springframework/spring-aop/${spring.version}</bundle> >>> >>> <bundle>mvn:org.springframework/spring-context/${spring.version}</bundle> >>> >>> <bundle>mvn:org.springframework/spring-context-support/${spring.version}</bundle> >>> + >>> <bundle>mvn:org.springframework/spring-web/${spring.version}</bundle> >>> + >>> <bundle>mvn:org.springframework/spring-webmvc/${spring.version}</bundle> >>> </feature> >>> <feature name="spring-dm" version="${spring.osgi.version}" >>> resolver="(obr)"> >>> <feature version="[2.5.6,4)">spring</feature> >>> @@ -42,6 +46,7 @@ >>> >>> <bundle>mvn:org.springframework.osgi/spring-osgi-core/${spring.osgi.version}</bundle> >>> >>> <bundle>mvn:org.springframework.osgi/spring-osgi-extender/${spring.osgi.version}</bundle> >>> >>> <bundle>mvn:org.springframework.osgi/spring-osgi-annotation/${spring.osgi.version}</bundle> >>> + >>> <bundle>mvn:org.springframework.osgi/spring-osgi-web/${spring.osgi.version}</bundle> >>> >>> <bundle>mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.spring/${project.version}</bundle> >>> </feature> >>> <feature name="wrapper" version="${project.version}"> >>> >>> >>> >> >> >> -- >> Cheers, >> Guillaume Nodet >> ------------------------ >> Blog: http://gnodet.blogspot.com/ >> ------------------------ >> Open Source SOA >> http://fusesource.com >>
