[ http://issues.apache.org/jira/browse/HIVEMIND-131?page=comments#action_12313565 ]
Knut Wannheden commented on HIVEMIND-131: ----------------------------------------- Stefan, By coincidence this issue was just brought up by another user a few days ago. In our code repository we have now removed the reference to the bean translator, as it doesn't exist anymore, as you just found out. Sorry about the inconvenience! You now have to use the "object" translator in conjunction with the "bean:" object provider instead. As for the documentation on BeanFactoryBuilder I can see that an example would help here. We're currently discussing on how to overhaul the entire documentation. In we'd generally like to provide more hands-on examples. If this answers all your questions I will now close this issue. > 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]
