Thanks to Harish, it appears the test failures showing: 07:29:29 java.lang.NoClassDefFoundError: Could not initialize class org.onap.aai.dbmap.AAIGraph$Helper
have nothing to do with "privateEdge" property but with needing to use camelCase for java attributes instead of all-caps for the acronyms. I will rename the java attributes to use camelCase. Shouldn't this be detected as part of the schema generation phase, rather than the unit test phase? The command given was using "-DskipTests" so this never showed up before. In the near future, the AAI schema will be dynamically modified at run-time, so how will that scenario detect these errors? Where in the error logs did you diagnose this particular problem? it was not obvious to me from what I could see. It only complained that the Helper could not be found and all that does is instantiate a graph object. Can the error messages be improved? It is giving false negatives on too many unrelated test cases. Thanks, Keong -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11883): https://lists.onap.org/g/onap-discuss/message/11883 Mute This Topic: https://lists.onap.org/mt/23857209/21656 Mute #aai: https://lists.onap.org/mk?hashtag=aai&subid=2740164 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
