Win a copy of Java Persistence with Spring Data and Hibernate this week in the Spring forum!
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

java.lang.reflect.InvocationTargetException

 
Ranch Hand
Posts: 1325
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have created a Spring Boot application. Below is my pom.xml file.



Below is yaml file.



Seems everything ok, but when i run the project it is not creating the table "Leave in the Database.
I have Leave Entity in model project which is added in the pom.xml. Below is the Leave Entity class.




Below is the logs when i run the project.



 
shawn peter
Ranch Hand
Posts: 1325
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Below is the logs when applications runs

 
Saloon Keeper
Posts: 26728
190
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's in an INFO-level log message. I think it simply means that the hibernate subsystem tested for a feature not available in your specific environment and wants you to know that it adopted an alternative strategy.

I wouldn't worry about it unless something more severe shows up.

It's possible that you could customize your configuration to tell it not to bother testing (and therefore not get the message), but if you're like most of us, you've probably got so much else to do it isn't worth the time and trouble.
 
He loves you so much! And I'm baking the cake! I'm going to put this tiny ad in the cake:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic