Author Login
Post Reply
Hello,
I'm trying to run Tapestry 5.1 with JBoss 5.1. However, I'm still having this error :
<<
09:58:56,329 ERROR [RequestExceptionHandler] Processing of request failed with uncaught exception: Unable to resolve 'pagelink' to a component class name. Available component types: (none).
org.apache.tapestry5.ioc.internal.util.TapestryException: Unable to resolve 'pagelink' to a component class name. Available component types: (none). [at classpath:com/pouet/repository/wizard/tapestry/pages/Index.tml, line 15]
at org.apache.tapestry5.internal.pageload.PageLoaderImpl.startComponent(PageLoaderImpl.java:742)
at org.apache.tapestry5.internal.pageload.PageLoaderImpl.component(PageLoaderImpl.java:614)
>>
I've looked in the mail archive of Tapestry-Users and saw :
<<
ok, I found solution for JBoss 5.1.0.
It's enough to use the same url
converter that Geoff pointed out and add "-Djboss.vfs.forceCopy=false"
to JBoss JAVA_OPTS. At least, it solved the problem for me :)
enjoy,
m.
>>
So I've added the -Djboss.vfs.forceCopy=false argument, however it doesn't solve anything...
I saw this case opened https://issues.apache.org/jira/browse/TAP5-576, however the status is "Won't fix" :(
I've read also that providing another implementation of
ClasspathURLConverter could resolve it : "http://www.mail-archive.com/users@(protected)"
However, how can I plug this classpathurlconverter to my existing project ?
Does somebody
already managed to resolve this problem ?
Regards,
mondes_engloutis.