Hi buddies,
I got the follow error when trying to start the server (version:jboss-5.0.0.CR1) under jdk1.60_03.
15:50:21,406 ERROR [AbstractKernelController] Error installing to Create: name=M
anagedConnectionFactoryParserDeployer state=Configured
java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstrap classloa
der, but this RI (from vfszip:/C:/jboss-5.0.0.CR1/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/)
at com.sun.xml.bind.v2.model.impl.ModelBuilder.(ModelBuilder.jav
a:173)
at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContex
tImpl.java:422)........................................
Don't know how to tackle it!
Is it jboss problem or jdk1.6 problem.(note:no problem when using jboss-4.2.3.GA.)
Anybody can help?
Thanks
Eddy
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167554#4167554
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167554
Hi,
does anyone know what the possible values are for the hibernate.hbm2ddl.auto property in persistence.xml? The Hibernate docs suggest validate | update | create | create-drop as examples, but it doesn't define their behavior, nor says whether these are all possible options.
Also, what is the default value, i.e. which value is used when the property is not defined in persistence.xml?
Thanks a lot,
Georges
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167551#4167551
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167551