Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
0
-
Tiger Sprint 133
Description
Beanwriter fails to add binding for a new Resource field to the document type.
The only message that turned up in the logs indicate the following: [INFO] [talledLocalContainer] 04.03.2016 14:26:32 WARN http-nio-8080-exec-1 [ContentBeansService.addMethods:537] TODO: Beanwriter: Failed to create getter for node type: hippo:resource This message is indicated in the bean file: /** * TODO: Beanwriter: Failed to create getter for node type: hippo:resource */
Steps to reproduce:
1. Add a new document type with a Resource field, and a String field
2. Run Beanwriter
The console output shows the above error messages. The error message is also included in the generated Java bean class.