[
https://issues.apache.org/jira/browse/TAPESTRY-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518561
]
Konstantin Ignatyev commented on TAPESTRY-1698:
-----------------------------------------------
org.apache.tapestry.ioc.internal.util.TapestryException
Could not convert 'user' into a component parameter binding: Class
org.apache.tapestry.tutorial.components.Border does not contain a property
named 'user' (within property expression 'user').
location
classpath:org/apache/tapestry/tutorial/components/Border.html, line 20,
column 45
15 </tr>
16 </table>
17 <t:body />
18
19 <p> The current time is: ${currentTime}. </p>
20 <p> The current user is: ${user}. </p>
21 </body>
22 </html>
Of course class Border has the user property just added and everything works
fine after restart.
> On the windows component class change does not get loaded
> ---------------------------------------------------------
>
> Key: TAPESTRY-1698
> URL: https://issues.apache.org/jira/browse/TAPESTRY-1698
> Project: Tapestry
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.0.5
> Environment: Win XP, tomcat 5.5.23
> Reporter: Konstantin Ignatyev
> Fix For: 5.0.6
>
>
> T senses that component class was changed but still gets initial class
> definition from javassist pool and therefore enhances the old class
> definition that does not help at all.
> org.apache.tapestry.internal.services.ComponentInstantiatorSourceImpl#onLoad
> method gets called after changing the class, but actual changes do not get
> picked up.
> Surely if I restart whole application the change taking effect and everything
> is fine.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]