Failed to deploy BDM

While deploying BDM im getting below issue Too many parameters, parameter pl710202782 is exceeding the limit of 255 words eligible for method parameters

Hello,

See this thread for similar problem.

HTH

Emmanuel

Hi,

The BDM generates java code and it looks like you manage to have a query in your BDM that generates a method with more than 255 parameters, which is not supported by the java compiler.

Did you define custom queries on your objects ? Do you really have a query with more than 255 query parameters ?