Java Mailing List Archive

http://www.gg3721.com/

Home » users.tapestry »

Run Tapestry 5.1 with JBoss 5.1

jaques robert

2010-03-16

Replies: Find Java Web Hosting

Author LoginPost 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.


©2008 gg3721.com - Jax Systems, LLC, U.S.A.