users@jaxb.java.net

Re: JAXB Plugin

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Fri, 10 Nov 2006 17:17:39 +0100

Hi.

> I found some solution about my problem.
> When I try to change the content of
> META-INF/services/com.sun.tools.xjc.Pluginm delete the line of
> blabla.code_inject.PluginImpl, so it contains only the line
>
> mycodeinjector.PluginImpl
>
> It worked.
>
> But still I wonder why when both lines are given to this file, both
> can't be called? Should all the content from the same package?

It seems like one of the definitions is bad. I.e. the class name that you
specify is not correct and JAXB can't load it and finally gives up loading
plugins from your JAR.

Bye.
/lexi