[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-4434) Broken wicket instrumentation instructions for Ant

Christian Bauer (JIRA) jira-events at lists.jboss.org
Sat Oct 3 11:42:49 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBSEAM-4434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12488320#action_12488320 ] 

Christian Bauer commented on JBSEAM-4434:
-----------------------------------------

I've got it to run now without errors, it seems like the classpath you set on the task has to include all dependencies you are using such as EntityManager if you want to inject it. 

Now it's throwing http://seamframework.org/Community/WicketWicketComponent at runtime. I've no idea if anything got instrumented because there is no info output in the task. There is also no verbose switch.

> Broken wicket instrumentation instructions for Ant
> --------------------------------------------------
>
>                 Key: JBSEAM-4434
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4434
>             Project: Seam
>          Issue Type: Bug
>          Components: Wicket
>    Affects Versions: 2.2.0.GA
>            Reporter: Christian Bauer
>         Attachments: screenshot-1.jpg
>
>
> 1. The HTML documentation of the wicket chapter is broken, see attached screenshot.
> 2. The PDF documentation includes the following instructions for enhancing the Wicket components:
> <taskdef name="instrumentWicket" 
>    classname="org.jboss.seam.wicket.ioc.WicketInstrumentationTask"> 
>   <classpath>
>     <pathelement location="lib/jboss-seam-wicket-ant.jar"/> 
>     <pathelement location="web/WEB-INF/lib/jboss-seam-wicket.jar"/> 
>     <pathelement location="lib/javassist.jar"/> 
>     <pathelement location="lib/jboss-seam.jar"/> 
>   </classpath> 
> </taskdef> 
> <instrumentWicket outputDirectory="${build.instrumented}" useAnnotations="true"> 
>   <classpath refid="build.classpath"/> 
>   <fileset dir="${build.classes}" includes="**/*.class"/> 
> </instrumentWicket> 
> What is "build.classpath"?Nobody can look at the examples/wicket/build.xml and figure that one out either. So it's a total mystery why an additional classpath needs to be referenced within the task, when the task definition already lists all (you'd think) required classes. Users will not know what should be defined on that classpath.
> Without this classpath setting or with just guessing what could/should be on that classpath, you will get  "java.lang.RuntimeException: javassist.NotFoundException: HelloWorldApplication" (the only classes in build.classes are the ones for a Wicket HelloWorld, so this is just the first class file found).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list