lbane opened a new pull request #418: Exception in dbimport when relationships 
should be imported, but no explicit configuration exists
URL: https://github.com/apache/cayenne/pull/418
 
 
   If there is no explicit database import configuration (e.g. included or 
excluded tables) then the database import may fail with a NullPointerException 
when 'Skip relationship loading' is *not* activated. When relationships are 
skipped, the import succeeds.
   
   Check if `sourceTableFilter` in 
`RelationshipFilter.checkAndAddRelationship(DbEntity, DbRelationship` is null 
and skip then the include check (under the assumption that then all 
relationships should get imported).
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to