You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.querydsl.jpa.impl.JPAQuery.<init>(JPAQuery.java:48)
at com.premiumminds.billy.portugal.persistence.dao.jpa.DAOPTTaxImpl.getTaxes(DAOPTTaxImpl.java:113)
at com.premiumminds.billy.portugal.services.builders.impl.PTTaxBuilderImpl.validateInstance(PTTaxBuilderImpl.java:58)
at com.premiumminds.billy.core.services.builders.impl.AbstractBuilder.build(AbstractBuilder.java:64)
at com.premiumminds.billy.portugal.PortugalBootstrap$1.buildTaxEntity(PortugalBootstrap.java:364)
at com.premiumminds.billy.portugal.PortugalBootstrap$1.runTransaction(PortugalBootstrap.java:255)
at com.premiumminds.billy.portugal.PortugalBootstrap$1.runTransaction(PortugalBootstrap.java:104)
at com.premiumminds.billy.core.persistence.dao.TransactionWrapper.execute(TransactionWrapper.java:72)
at com.premiumminds.billy.portugal.PortugalBootstrap.execute(PortugalBootstrap.java:415)
at dummyApp.app.App.main(App.java:20)
Caused by: java.lang.NullPointerException
at com.querydsl.jpa.impl.JPAProvider.<clinit>(JPAProvider.java:52)
... 10 more
is caused by querydsl/querydsl#2655 and maven-assembly-plugin configured with jar-with-dependencies
Upgrade to querydsl 5 or do not use uber-jar
The text was updated successfully, but these errors were encountered:
is caused by querydsl/querydsl#2655 and maven-assembly-plugin configured with jar-with-dependencies
Upgrade to querydsl 5 or do not use uber-jar
The text was updated successfully, but these errors were encountered: