Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
Add a resource compound to a document and use the BeanWriter to generate the method in the bean. It will create
@HippoEssentialsGenerated(internalName = "myhippoproject:hippo_resource") public List<HippoResourceBean> getHippo_resource() { return getBeans("myhippoproject:hippo_resource", HippoResourceBean.class); }
but the method getBeans does not exist. Verified on 12.5 and 11.2. Most likely getChildBeans should be used.