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
Caused by: java.lang.IllegalArgumentException: Failed to create query for method public abstract java.util.Optional com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphJpaSpecificationExecutor.findOne(org.springframework.data.jpa.domain.Specification,com.cosium.spring.data.jpa.entity.graph.domain2.EntityGraph); No property 'findOne' found for type 'AdDaBookingDefaultSetting'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What steps will reproduce the problem ?
Steps to reproduce the behavior:
EntityGraphJpa...
interfaces.findOne
problemDetailed scenaio
I have an upstream module which defined mapped superclasses and no-repository-beans.
An I tried, with my down-stream module like this.
And I got this.
Oh. I neve forget the configuration.
Did I do something wrong?
Is my scenario expected?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions