Pages

Tuesday, June 29, 2010

Errors logged during code generation- Failed to generate code for interface

I had done an entity addition and was trying to generate code after a successful model validation.
( 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 getEObjXSearchRequest(Long pkName);
.
  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