jruesga / phoenix-hibernate-dialect

An Apache Phoenix Hibernate dialect
Apache License 2.0
21 stars 5 forks source link

Spring Boot configuration #5

Open matkosoric opened 5 years ago

matkosoric commented 5 years ago

There is no difference with or without these lines in my case:

... @ImportResource(locations = "classpath:/META-INF/ctx.spring.weaving.xml") ... DynamicInstrumentationLoader.waitForInitialized(); DynamicInstrumentationLoader.initLoadTimeWeavingContext();

I am using HBase 1.4.9., Phoenix 4.14.1, and Spring Boot 2.0.1

jruesga commented 5 years ago

@matkosoric Which JVM version? Is there any stacktrace error or is it simple that aspect aren't injected?

matkosoric commented 5 years ago

java version "1.8.0_201"

I have different errors, regarding sequence strategy, but that seems unrelated, so I though to create a separate issue.

There is only this warning: [AppClassLoader@18b4aac2] warning javax.* types are not being woven because the weaver option '-Xset:weaveJavaxPackages=true' has not been specified