[ http://issues.apache.org/jira/browse/HIVEMIND-131?page=comments#action_12313461 ]
Stefan Ledent commented on HIVEMIND-131: ---------------------------------------- I just found after digging more onto the hivemind configuration that the documented bean translator is actually not a translator but a configured objectranslator. So the configuration is rather missleading. So: translator="bean" should be replaced by translator="object" and all configured values should be prefixed with "bean:" !!! REM: Documentation might be updated !??? > Configuration for the documented "bean" translator is missing in > "hivemind.lib" module > -------------------------------------------------------------------------------------- > > Key: HIVEMIND-131 > URL: http://issues.apache.org/jira/browse/HIVEMIND-131 > Project: HiveMind > Type: Bug > Components: library > Versions: 1.1 > Environment: n/a > Reporter: Stefan Ledent > > The partially documented "bean" translator is not implemented or configured. > The documnention is also not clear in where and how parameters to the > BeanFactoryBuilder are provided. > Maybe a configuration example should be provided !? > Although I am still not sure of the correctness of a following configuration: > <configuration-point id="Test" > schema-id="hivemind.lib.BeanFactoryContribution"/> > <service-point id="TestFactory" > interface="org.apache.hivemind.BeanFactory"> > <invoke-factory service-id="hivemind.lib.BeanFactory"> > <factory vend-class="Test" configuration-id="Test" > default-cacheable="false"/> > </invoke-factory> > </service-point> -- 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]
