[jboss-user] [JBoss Seam] - jboss el and jstl functions issue

tazman do-not-reply at jboss.com
Sun May 27 14:20:59 EDT 2007


Hi all,

I'm using jstl's fn:length() function in several places in my application. It was working with the combination of jJboss 4.0.5, ajax4jsf 1.1, faceletes 1.1.12, jsf ri 1.2, and seam 1.2.1. I started getting ClassNotFoundExceptions after I upgraded to seam cvs, ajax4jsf latest snapshot, and jboss 4.2.

This is the exception I'm getting:

java.lang.ClassNotFoundException: No ClassLoaders found for: com.sun.
  | facelets.tag.jstl.fn.JstlFunction
  |         at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212)
  |         at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryCl
  | assLoader.java:514)
  |         at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassL
  | oader.java:408)
  |         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
  |         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
  |         at java.lang.Class.forName0(Native Method)
  |         at java.lang.Class.forName(Class.java:164)
  |         at org.jboss.el.lang.FunctionMapperImpl$Function.getMethod(FunctionMappe
  | rImpl.java:147)

My jsf-facelets.jar is under web-inf/lib and I can use all other facelets features without any problem, so I don't understand why jstl functions cannot be loaded. Any ideas?

tazman


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048925#4048925

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048925



More information about the jboss-user mailing list