Greetings- The Restlet JAXB extension (org.restlet.ext.jaxb) has a dependency on javax.xml.bind.
For folks using a downloaded Restlet full distribution, that dependency is satisfied by the exploded bundle shipped in the "lib/javax.xml.bind_2.1" directory. But, for folks using Maven (or Ivy in my case), the javax-api and javax-impl jars that get downloaded are not OSGI bundles. The use of the 'wrapper' style exploded OSGI bundles for dependencies looks to be the general approach taken for Restlet extensions (as opposed to maybe a bundle classpath approach). So, is anybody who is using Maven also using any of the extensions that have dependencies that are not readily available in OSGI bundle form? If so, did you resort to OSGI bundle-izing the dependencies or is there some other better approach? Thanks, Dave ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2730205

