You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org> on 2005/08/14 23:17:54 UTC

[jira] Assigned: (TAPESTRY-558) raises duplicate method exception when dealing with 'xName' named properties

     [ http://issues.apache.org/jira/browse/TAPESTRY-558?page=all ]

Howard M. Lewis Ship reassigned TAPESTRY-558:
---------------------------------------------

    Assign To: Howard M. Lewis Ship

> <inject> raises duplicate method exception when dealing with 'xName' named properties
> -------------------------------------------------------------------------------------
>
>          Key: TAPESTRY-558
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-558
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>     Reporter: Vjeran Marcinko
>     Assignee: Howard M. Lewis Ship

>
> When I try to inject service into some page/component property by :
> <inject property="chartService" object="engine-service:jfreechart"/>
> everything works fine since property name is 'chartService', but when I use properties that start with name that has only first letter in lower case, such as 'jFreeChartService':
> <inject property="jFreeChartService" object="engine-service:jfreechart"/>
> it raises exception:
> org.apache.hivemind.ApplicationRuntimeException 
> Unable to add method org.apache.tapestry.engine.IEngineService getJFreeChartService() to class $JFreeChartImage_17: duplicate method: getJFreeChartService
> It happens for all getters that look like:
> getJChart();
> getDService();
> ....

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org