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