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 trialMichael Ball
Courses Plus Student 3,582 Pointsfinal 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)
uzbx hfjx
110 PointsI have the exact same error! I think it's because we are using java 9 and there is this "modules" thing.
Sławomir Lasik
7,792 PointsSławomir Lasik
7,792 PointsWithout your project code no one will guess the jiberish that Hibernate spells out. :(