( The same sort of error I got during an extension.)
Errors logged during code generation
Failed to generate code for interface com.mycompany.mdm.entityObject.EObjXSearchRequestData due to exception: com.ibm.pdq.tools.exception.GenerationException: Cannot resolve binding for method /**
*
*
* Select XSearchRequest by parameters.
* @generated
*/
@Select(sql=getEObjXSearchRequestSql) @EntityMapping(parameters=EObjXSearchRequestKeyField,results=EObjXSearchRequestAllFields) Iterator
.
Possibly a classpath issue.
Solution:
Go to your module project ->properties -> java build path ->Libraries->remove the JRE system library & add it again .:)
No comments:
Post a Comment