Sorry for the HTML escape characters, I rewrite the problem as following:

 SQL select count(a.PA01AI01) from p.PRH_PA01 as a
failed with :
Caused by: java.sql.SQLException: Error while executing SQL "select 
count(a.PA01AI01) from p.PRH_PA01 as a
": From line 1, column 16 to line 1, column 23: Column 'PA01AI01' not found in 
table 'a'

to resolve the problem we must make the table fields of the target Java class 
as public, is this a rule for ReflectiveSchema?

Reply via email to