Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #33515 All Revisions ] Back to Issue ]
Summary 0033515: NPE in AdvancedQueryBuilder with joinAssociatedEntities if entity has computed columns
Revision 2016-07-21 09:08 by alostale
Description AdvancedQueryBuilder has a joinAssociatedEntities which creates the query including joins for all many-to-one properties. If the entity being queried includes computed columns, a NPE is thrown.

Note this does not affect standard behavior, as the default value for joinAssociatedEntities is always null when invoked from UI.
Revision 2016-07-20 16:52 by alostale
Description Call to KernelUtils.hasNullableIdentifierProperties(property.getTargetEntity())
throws nullpointer exception when property.getTargetEntity() is null.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker