schraal / tomahawk-facelets

Facelets support for Apache MyFaces Tomahawk
Apache License 2.0
0 stars 0 forks source link

Deployment exception - must be an instance of com.sun.facelets.tag.TagHandler #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am trying to add Tomahawk to my Seam (2.0.2.SP1) + Facelets (1.1.14) 
project running on Windows XP and JBoss 4.2.2.GA.

I have added tomahawk-1.1.6.jar and the tomahawk-facelets-taglib.jar 
(1.1.6.2) to my classpath.

When I run the project I get these exceptions:

Caused by: java.lang.Exception: 
com.google.code.tomahawk.facelets.GraphicImageDynamicComponentHandler must 
be an instance of com.sun.facelets.tag.TagHandler
    at 
com.sun.facelets.compiler.TagLibraryConfig$LibraryHandler.createClass
(TagLibraryConfig.java:293)
    at 
com.sun.facelets.compiler.TagLibraryConfig$LibraryHandler.endElement
(TagLibraryConfig.java:210)
    ... 71 more

and a similar exception on AliasBeanHandler.

What is causing this problem?
Thank you.

Original issue reported on code.google.com by Moshe.El...@gmail.com on 13 Jun 2008 at 11:10

GoogleCodeExporter commented 9 years ago
Hi Moshe,

sorry for the quite late reaction. I don't know whta caused your problem, but I 
guess
you've already fixed it by now :)

cheers,
Hilbert

Original comment by hilbert....@gmail.com on 31 Mar 2010 at 1:55