Hi Paul,
I'm trying to build 1.0.2 and I'm close but seem to have a few missing  
symbols. I'm probably pulling down the wrong jar files. Can you point  
me at the right versions for the current build?
Thanks,
Eric
Compiling 449 source files to /Users/emarsh/Development/java/HereIAmDb/ 
build/web/WEB-INF/classes
/Users/emarsh/Development/java/HereIAmDb/src/java/com/sun/jersey/api/ 
json/JSONJAXBContext.java:256: cannot find symbol
symbol  : variable RETAIN_REFERENCE_TO_INFO
location: class com.sun.xml.bind.v2.runtime.JAXBContextImpl
             jaxbContext = JAXBContext.newInstance(classesToBeBound,  
new HashMap<String,Object>(1) 
{{put(JAXBContextImpl.RETAIN_REFERENCE_TO_INFO, Boolean.TRUE);}});
/Users/emarsh/Development/java/HereIAmDb/src/java/com/sun/jersey/api/ 
json/JSONJAXBContext.java:306: cannot find symbol
symbol  : variable RETAIN_REFERENCE_TO_INFO
location: class com.sun.xml.bind.v2.runtime.JAXBContextImpl
             myProps.put(JAXBContextImpl.RETAIN_REFERENCE_TO_INFO,  
Boolean.TRUE);
/Users/emarsh/Development/java/HereIAmDb/src/java/com/sun/jersey/api/ 
json/JSONJAXBContext.java:345: cannot find symbol
symbol  : variable RETAIN_REFERENCE_TO_INFO
location: class com.sun.xml.bind.v2.runtime.JAXBContextImpl
             jaxbContext = JAXBContext.newInstance(contextPath,  
Thread.currentThread().getContextClassLoader(), new  
HashMap<String,Object>(1) 
{{put(JAXBContextImpl.RETAIN_REFERENCE_TO_INFO, Boolean.TRUE);}});
/Users/emarsh/Development/java/HereIAmDb/src/java/com/sun/jersey/api/ 
json/JSONJAXBContext.java:411: cannot find symbol
symbol  : variable RETAIN_REFERENCE_TO_INFO
location: class com.sun.xml.bind.v2.runtime.JAXBContextImpl
             myProps.put(JAXBContextImpl.RETAIN_REFERENCE_TO_INFO,  
Boolean.TRUE);
/Users/emarsh/Development/java/HereIAmDb/src/java/com/sun/jersey/api/ 
json/JSONJAXBContext.java:428: cannot find symbol
symbol  : variable RETAIN_REFERENCE_TO_INFO
location: class com.sun.xml.bind.v2.runtime.JAXBContextImpl
              
workProperties.put(JAXBContextImpl.RETAIN_REFERENCE_TO_INFO,  
Boolean.TRUE);
/Users/emarsh/Development/java/HereIAmDb/src/java/com/sun/jersey/json/ 
impl/reader/Jackson2StaxReader.java:293: cannot find symbol
symbol  : method getCurrentExpectedElements()
location: class  
com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
                 for (QName n :  
UnmarshallingContext.getInstance().getCurrentExpectedElements()) {
/Users/emarsh/Development/java/HereIAmDb/src/java/com/sun/jersey/json/ 
impl/writer/Stax2JacksonWriter.java:236: cannot find symbol
symbol  : method getCurrentProperty()
location: class com.sun.xml.bind.v2.runtime.XMLSerializer
         final Property cp = (xs == null) ? null :  
xs.getCurrentProperty();
/Users/emarsh/Development/java/HereIAmDb/src/java/com/sun/jersey/json/ 
impl/writer/Stax2JacksonWriter.java:237: cannot find symbol
symbol  : method getInfo()
location: interface com.sun.xml.bind.v2.runtime.property.Property
         final RuntimePropertyInfo ri = (cp == null) ? null :  
cp.getInfo();