Hi, Did you put the jaxb.index file into the "com.foo.bar" directory?
Willem mcnamara wrote: > using .unmarshal(new JaxbDataFormat("com.foo.bar") is returning a JAXBElement > instead of the desired object that was generated by xjc. > > I've looked at UnmarshalTest, and cannot account for the discrepancy. > > Any insight would be appreciated. > > Tim...