New issue 29 by aricwest: Solve problem with JAXB class loader errors.
http://code.google.com/p/duedates-ulaula/issues/detail?id=29
java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstrap
classloader, but this RI (from jar:file:/C:/java_tools/jaxb-2_1_9/lib/jaxb-
impl.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API.
Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap
classloader. (See http://java.sun.com/j2se/1.5.0/docs/guide/standards/)
Is produced when submitting valid information on the Index page. The above
fix will allow the code to work, however it causes the
TestConfigurationManager to fail during verification, and also causes
sensor data submission to fail.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 29 by aricwest: Solve problem with JAXB class loader
errors.
http://code.google.com/p/duedates-ulaula/issues/detail?id=29
Was not able to solve this issue outright, though I did work around it for
my own
use, and Tyler and Mari did not seem to have this problem.