InjectObject allows default scope for acessor method, but enhancer doesnt
implement
-----------------------------------------------------------------------------------
Key: TAPESTRY-758
URL: http://issues.apache.org/jira/browse/TAPESTRY-758
Project: Tapestry
Type: Bug
Components: Framework
Versions: 4.0
Environment: Win XP/JDK 1.5/Tomcat 5.5.9
Reporter: Henrik Vendelbo
Priority: Minor
If you specify the following it compiles and runs without any errors, but
doesnt work.
@InjectObject("service:module.Name")
abstract Interface getValue();
It makes sense conceptually to have an access type other than public. Even if
it is not possible to support Tapestry should at some point complain about the
concept not being supported.
Ideally injections should support even private methods. If it isn't possible to
support, it should cause a proper error message rather than fail to enhance the
class.
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]