Unfortunately, it is a sun jar. Refer to this guide : http://maven.apache.org/guides<http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html> /mini/guide-coping-with-sun-jar<http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html> s.html <http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html> I had the same problem and just switched to Apache JAXB implementation (Jaxme2 <http://ws.apache.org/jaxme/>). What is great with this distribution is that you can use the xjc <http://mojo.codehaus.org/xjc-maven-plugin/>plugin during the generate-sources phase to generate your Java files and be sure they are always in sync with the changes you made to your XML Schemas. Hope it's help!
On 11/13/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > I searched ibiblio for namespace.jar that is a dependency for JAXB, and > I can't find it anywhere. Has it got another name or is it just not there? > > It comes as part of JWSDP 1.6, package name javax.xml.namespace, class > in package == NamespaceContext > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Alexandre Poitras Québec, Canada
