Changes between Initial Version and Version 1 of Location


Ignore:
Timestamp:
Nov 13, 2008, 2:41:52 AM (16 years ago)
Author:
erikvaningen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Location

    v1 v1  
     1'''Option 1'''
     2Put the Hibernate mapping files in the same package as the entity class. This would be in geonetwork-domain-ebxml jar file.
     3
     4'''Option 2'''
     5Put the Hibernate mapping files in config package in the project geonetwork-dao-ebxml. Maven will then put it in the geonetwork-dao-ebxml jar file.
     6
     7'''Choice'''
     8Initially option 1 was implemented. From the point of view of Maven this worked fine on Windows XP and Linux Ubuntu. Unfortunately Hudson triggering Maven did not package the hibernate mapping files. Option 2 works as well under Hudson.
     9
     10I do not understand why option 1 was not working. The curious thing is that in the end it is Maven, not Hudson. Because Hudson uses Maven to build the artefact. It may be due to the fact that jibx is used in geonetwork-domain-ebxml.