Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Hibernate Basics Persisting Data with Hibernate Saving Data with Hibernate

Michael Ball
PLUS
Michael Ball
Courses Plus Student 3,582 Points

final ServiceRegistry registry = new StandardServiceRegistryBuilder().configure().build(); ERROR at .configure()

I am not sure what the issue is here. I followed the videos and my code was working up until this step. Can anyone help me with this.

java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException at org.hibernate.boot.cfgxml.internal.ConfigLoader$1.initialize(ConfigLoader.java:41) at org.hibernate.boot.cfgxml.internal.ConfigLoader$1.initialize(ConfigLoader.java:38) at org.hibernate.internal.util.ValueHolder.getValue(ValueHolder.java:55) at org.hibernate.boot.cfgxml.internal.ConfigLoader.loadConfigXmlResource(ConfigLoader.java:57) at org.hibernate.boot.registry.StandardServiceRegistryBuilder.configure(StandardServiceRegistryBuilder.java:163) at org.hibernate.boot.registry.StandardServiceRegistryBuilder.configure(StandardServiceRegistryBuilder.java:152) at com.teamtreehouse.contactmgr.Application.buildSessionFactory(Application.java:16)

Sławomir Lasik
Sławomir Lasik
7,792 Points

Without your project code no one will guess the jiberish that Hibernate spells out. :(

I have the exact same error! I think it's because we are using java 9 and there is this "modules" thing.