Problem Description

This page explains about the following warning you may get while analysing hibernate xml file - hibernate-config.xml 

"Unable to add 'XXX/config/data/model/CategorieDataObj.hbm.xml' (relative path) referenced in 'XXX\WEB-INF\hibernate-config.xml'"

Observed in CAST Extension

Release

Yes/No

JEE 1.1.x(coche)
JEE 1.0.x(coche)
Impact on the Analysis

The warning have no impacts on the analyzes job or on function point computation.

Details

The warning message "Unable to add 'XXX/config/data/model/CategorieDataObj.hbm.xml' (relative path) referenced in 'XXX\WEB-INF\hibernate-config.xml'" means that CAST is unable to identify the mapped files of the application that are referenced in the hibernate-config.xml (or hibernate.cfg.xml).

Nevertheless, these files are analyzed by CAST even if the Hibernate-config.xml file were wrong, so these warnings have no impacts on the analyzes job or on function point computation.

Notes

 

Related Pages