users@jersey.java.net

Build failed

From: Dianne Jiao <Dianne.Jiao_at_Sun.COM>
Date: Mon, 07 Apr 2008 11:35:21 -0400

Hi,

Just updated jersey workspace, got this failure during build:

/files/projects/REST/jersey/jersey/src/impl/com/sun/ws/rest/impl/json/JSONMarshaller.java:106:
cannot find symbol
symbol : method marshal(java.lang.Object,java.io.File)
location: interface javax.xml.bind.Marshaller
            jaxbMarshaller.marshal(jaxbObject, file);

Dianne