Bleeding edge baby!..
+1 make it work for the latest/greatest stuff.
[Although I don't think Ubuntu has a Tomcat6 package yet ;) ]
Matt Raible wrote:
All,
I've done some testing with Tomcat 6.0.10 and AppFuse 2.0. Everything
works fine, including Cargo, but it does have some issues with JSF.
The solution seems to be removing the el-api dependency.
Does anyone see a problem with making Tomcat 6 the default? For those
that want to deploy a JSF application on Tomcat 5.5, you'd only need
to add the following dependency to your pom.xml.
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
<version>${el.version}</version>
</dependency>
Of course, then your app wouldn't work with Tomcat 6. Fricken' JSF. ;-)
I imagine this problem will go away after folks have started playing
with Tomcat 6, but that's the current situation.
Making the above change also allows us to upgrade to Jetty 6.1.1.
http://www.nabble.com/forum/ViewPost.jtp?post=9255028&framed=y
Thanks,
Matt
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]