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
