Davide D'Alto
Davide D'Alto
This is the exception running `session-example`: ``` Exception in thread "main" java.lang.ClassCastException: class org.hibernate.reactive.example.session.Book cannot be cast to class org.hibernate.engine.spi.PersistentAttributeInterceptable (org.hibernate.reactive.example.session.Book and org.hibernate.engine.spi.PersistentAttributeInterceptable are in unnamed module of loader 'app')...
Nevermind, this was an issue with the example. I was using the wrong fetch after I've remove the gradle plugin
I will reopen this one becaus eI need to update the examples
I think this is a bug in ORM, I've converted the example to work with ORM here: https://github.com/DavideD/jakarta-lazy-fields
I'm waiting for the ORM team to confirm this
The project that only uses ORM seems to work as expected now (with ORM 5.6.11.Final). I think it's just something wrong with dependencies we use for the examples. I will...
@blafond Do you have time to look into this? It's about reverting [this commit](https://github.com/hibernate/hibernate-reactive/commit/a9027ad22e0af642a05ace4912421d151ee713fd) and double checking the dependencies on the `jakarta/main` branch.
The build doesn't run the examples and doesn't start the db (maybe it should do both). You need to start the database manually and then use the following command: ```...
> However, my 2 cents, I'm not a big fan of the :tc: URLs. I think it's too much magic going on and prefer to have containers explicitly defined/configured in...