This is with JDK 1.5_15. The reason you are encountering the problem in JAX-WS is probably because it also needs the AnnotationProcessorFactory.
hgomez wrote: > > What JDK are you using ? > > I see the same kind of error with JAX-WS and the fault came from the > jaxws plugin. > > 2008/8/14 stug23 <[EMAIL PROTECTED]>: >> >> I encounterd a Maven 2.1 bug related to use of the JAXB schemagen plugin. >> >> The m2eclipse bug report is here: >> >> NoClassDefFoundError: com/sun/mirror/apt/AnnotationProcessorFactory >> >> <http://jira.codehaus.org/browse/MNGECLIPSE-847> >> >> If this bug affects you, please vote for the Maven 2.1 fix at: >> >> <http://jira.codehaus.org/browse/MNG-3712> >> -- >> View this message in context: >> http://www.nabble.com/Maven-2.1-bug-related-to-use-of-JAXB-schemagen-plugin-tp18988752p18988752.html >> Sent from the Maven Eclipse - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > > -- View this message in context: http://www.nabble.com/Maven-2.1-bug-related-to-use-of-JAXB-schemagen-plugin-tp18988752p19001245.html Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
