Hi All, Restlet comes with a set of extension like org.ext.restlet.jaxb which is like a bridge and helps a lot when serializing. However looking at the manifest of org.ext.restlet.jaxb jar it imports javax.xml.bind;version="2.1.0" and javax.xml.bind.util;version="2.1.0".Is this restriction by mistake or not?javax.xml.bind comes with jdk 6 and jaxb jar works with it.In my case i want to use jaxb jar only and at runtime it complains it cannot find javax.xml.bind with that version exactly.
------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2795019

