And javax.el.ExpressionFactory is not included, so I think I want to go set up a contribution to the tipi.
On Mon, Aug 31, 2015 at 9:00 AM, Benson Margulies <[email protected]> wrote: > In the department of comic relief, using pax-web-jsp as a Maven > dependency results in all its interior pieces showing up in the karaf > feature until I exclude them :-) > > <bundle>wrap:mvn:org.apache.tomcat/tomcat-jasper/8.0.14</bundle> > <bundle>wrap:mvn:org.apache.tomcat/tomcat-servlet-api/8.0.14</bundle> > <bundle>wrap:mvn:org.apache.tomcat/tomcat-jsp-api/8.0.14</bundle> > <bundle>wrap:mvn:org.apache.tomcat/tomcat-el-api/8.0.14</bundle> > <bundle>wrap:mvn:org.eclipse.jdt.core.compiler/ecj/4.4</bundle> > <bundle>wrap:mvn:org.apache.tomcat/tomcat-jasper-el/8.0.14</bundle> > <bundle>wrap:mvn:org.apache.tomcat/tomcat-util-scan/8.0.14</bundle> > <bundle>wrap:mvn:org.apache.tomcat/tomcat-util/8.0.14</bundle> > <bundle>wrap:mvn:org.apache.tomcat/tomcat-juli/8.0.14</bundle> > <bundle>wrap:mvn:org.apache.tomcat/tomcat-api/8.0.14</bundle> > > > > On Mon, Aug 31, 2015 at 8:49 AM, Achim Nierbeck <[email protected]> > wrote: >> Hi Benson, >> >> you might want to try to separate el from the jsp bundle, though I did this >> on purpose as >> lot's of internals of the JSP-Bundle need that and it just felt natural to >> bring it along. >> >> OTH, if you don't use the rest of JSP, it won't hurt to have it along. >> just beeing pragmatic :-) >> >> regards, Achim >> >> >> 2015-08-31 14:46 GMT+02:00 Benson Margulies <[email protected]>: >> >>> I'll try using pax-web-jsp. I have some code that just uses the >>> insides of el without the rest of jsp, so I'm a bit skittish about >>> depending on that. >>> >>> Meanwhile, I'm going to add swagger-annotations! >>> >>> On Mon, Aug 31, 2015 at 8:41 AM, Achim Nierbeck <[email protected]> >>> wrote: >>> > Yeah I guess we could do that. >>> > till now we didn't need that. >>> > only the other tomcat bundles [1]. >>> > As the el is embedded in the pax-web-jsp bundle. >>> > >>> > regards, Achim >>> > >>> > [1] - >>> http://search.maven.org/#search%7Cga%7C1%7Corg.ops4j.pax.tipi.tomcat >>> > >>> > 2015-08-31 14:36 GMT+02:00 Benson Margulies <[email protected]>: >>> > >>> >> Can I release the tomcat-embed-el from there? It doesn't seem to be on >>> >> central. >>> >> >>> >> >>> >> >>> >> On Mon, Aug 31, 2015 at 8:18 AM, Achim Nierbeck < >>> [email protected]> >>> >> wrote: >>> >> > Hi Benson, >>> >> > >>> >> > check out the pax-tipi project. For Pax-Web I needed newer versions of >>> >> > Tomcat to have, you'll find those there. >>> >> > Oth. check out Pax-Web, cause those packages might be already >>> included in >>> >> > the pax-web-jsp bundle. >>> >> > >>> >> > regards, Achim >>> >> > >>> >> > 2015-08-31 14:09 GMT+02:00 Benson Margulies <[email protected]>: >>> >> > >>> >> >> How would I go about trying to bring the following into existence as >>> >> >> bundles in servicemix? >>> >> >> >>> >> >> <dependency> >>> >> >> <groupId>org.apache.tomcat</groupId> >>> >> >> <artifactId>tomcat-el-api</artifactId> >>> >> >> <version>8.0.5</version> >>> >> >> >>> >> >> </dependency> >>> >> >> <dependency> >>> >> >> <groupId>org.apache.tomcat</groupId> >>> >> >> <artifactId>tomcat-jasper-el</artifactId> >>> >> >> <version>8.0.5</version> >>> >> >> >>> >> >> </dependency> >>> >> >> >>> >> > >>> >> > >>> >> > >>> >> > -- >>> >> > >>> >> > Apache Member >>> >> > Apache Karaf <http://karaf.apache.org/> Committer & PMC >>> >> > OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> >>> Committer >>> >> & >>> >> > Project Lead >>> >> > blog <http://notizblog.nierbeck.de/> >>> >> > Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS> >>> >> > >>> >> > Software Architect / Project Manager / Scrum Master >>> >> >>> > >>> > >>> > >>> > -- >>> > >>> > Apache Member >>> > Apache Karaf <http://karaf.apache.org/> Committer & PMC >>> > OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer >>> & >>> > Project Lead >>> > blog <http://notizblog.nierbeck.de/> >>> > Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS> >>> > >>> > Software Architect / Project Manager / Scrum Master >>> >> >> >> >> -- >> >> Apache Member >> Apache Karaf <http://karaf.apache.org/> Committer & PMC >> OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer & >> Project Lead >> blog <http://notizblog.nierbeck.de/> >> Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS> >> >> Software Architect / Project Manager / Scrum Master
