Found the problem, and I changed the mapper.xml to work, but I have a question. Does the final coordinate in the French log file end in a comma or a period?
This is a line from the first post in this thread. Notice that the last coordinate ends in a period.
Code:
(1115118560)[Tue May 03 13:09:20 2005] Votre position est -17,83, 628,39, 125,04. Votre orientation est 89,95, 0,00, 0,00
This is a line from your sample log file. Notice that the last coordinate ends in a comma.
Code:
(1114445717)[Mon Apr 25 12:15:17 2005] Votre position est 189,29, -12,76, 140,16, Votre orientation est 0,52, 0,00, 0,00
In any case, I modified the mapper.xml to accept either, and it should now work.