Actually, I'm not new to JAXB :) however I've faced with a problem for the
first time and couldn't solve it.
I"m using Java 1.6.0_18 and the xml file I'm trying to parse and it's schema
are attached. I created the class files by using "xjc" command properly but
when I parse the file, the first tag is returned with correct values at
"id", "to", "from" and "type" fields but "command" object returns null. I
also tried parsing it with xmlBeans but I got the same problem there too.
(I'm going to ask the same question to xmlBeans forum)