Dozer mapper fichier xml path absolu
Bonjour,
Je suis en train d'utiliser l'outil de mapping des objets DOZER_MAPPER,
Comment indiquer à dozer le path absolu du fichier dozer-bean-mappings.xml ( dozer n'accepte pas que si le path du fichier xml est relatif).
exemple:
List<String> mappingFiles = new ArrayList<String>();
mappingFiles.add("dozer-bean-mappings.xml");
mais si je lui indique un chemain absolu
List<String> mappingFiles = new ArrayList<String>();
mappingFiles.add("D:\\dozer-bean-mappings.xml");
il ne fonctionne plus.
Par défaut GWT probleme classpath------------ fichier.xml
au lieu d'utilisé le code java tu peut utilisé la configuration à l'aide des fichier xml