Re: [jibx-users] Problems with IdDefRefMapperBase

2005-07-20 Thread Dennis Sosnoski
Hi Joachim, It's not clear from this email what you're actually doing with the mapping. The getIdValue() method is only used when marshalling, so if you're only unmarshalling the existing document you won't see this called. What are you seeing as the result of the unmarshalling? - Dennis J

[jibx-users] Problems with IdDefRefMapperBase

2005-07-19 Thread Joachim Kleb
Hi all, I´ve tried to get the IdRefMapperBase (IdDefRefMapperBase) samples to run, but I wasn´t very successful. Maybe somebody can give me a clue why. The problem is: The code will be executed, but it seems like the "protected String getIdValue(Object item)" method is never called. The sys