> This seems more like a configuration error on your side. You are
> correct that the shared runtime code that gets generated into your
> com.seagullsw.*.impl.runtime is also available in the jaxb-xjc.jar
> under com.sun.tools.xjc.runtime. When xjc runs, it essentially
> copies the source from the compiler jar and repackages it in your
> client package.
>
> AFAIK, there are no runtime dependencies on the compiler jar. That
> would be a bug, as you pointed out. Can you double check your client
> package and classpath and make sure that it isn't a configuration
> problem in your environment?
You are correct. It turns out that I ran my JAXB generation ant build
outside of Eclipse and forgot to do a refresh in the IDE. Rookie
mistake!
Sorry,
Gary
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net