Use the myfaces 1.2.x and the tomahawk 1.2 libs. Tomcat supportsxjsf 1.2

R

Sent from my iPhone

On Nov 17, 2009, at 10:00 PM, beginner_prithvi <[email protected]> wrote:


This error comes when i add either one of the following jars:
myfaces-impl-1.1.5.jar
tomahawk-1.1.3.jar

Is there any problem in these jars?

Here is my .classpath file. How do you want me to arrange contents in it?

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
   <classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
   <classpathentry kind="con"
path="org.eclipse.jst.server.core.container/ org.eclipse.jst.server.tomcat.runtimeTarget/Apache
Tomcat v6.0"/>
   <classpathentry kind="con"
path="org.eclipse.jst.j2ee.internal.module.container"/>
   <classpathentry kind="con"
path="org.eclipse.jst.j2ee.internal.web.container"/>
   <classpathentry kind="output" path="build/classes"/>
</classpath>



Mike Kienenberger wrote:

It's probably the el-api.jar (and possibly also el-ri.jar).

Jsp 2.1 provides its own el-api (and I think perhaps el-ri as well,
but I'm no expert on jsp -- I do all of my development in facelets).

I had this "java.lang.LinkageError: loader constraints violated when
linking javax/el/ELResolver class" problem a couple of weeks ago with
jetty.  It was followed by some class-not-found/class-cast issues,
which turned out to be fixed by insuring that the jetty & jetty jsp
jars were the first item in the class path.



--
View this message in context: 
http://old.nabble.com/loader-constraints-violated-when-linking-javax-el-ELResolver-class-error-tp26390522p26402977.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to