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
But when do a getting start, it not work, just throw exception:
Unable to load generated mapper class com.gavrilov.core.mappers.UserMapperSelmaGeneratedClass failed : com.gavrilov.core.mappers.UserMapperSelmaGeneratedClass]
java.lang.IllegalArgumentException: Unable to load generated mapper class com.gavrilov.core.mappers.UserMapperSelmaGeneratedClass failed : com.gavrilov.core.mappers.UserMapperSelmaGeneratedClass
at fr.xebia.extras.selma.Selma.createMapperInstance(Selma.java:255)
at fr.xebia.extras.selma.Selma.getMapper(Selma.java:158)
at fr.xebia.extras.selma.Selma.access$100(Selma.java:56)
at fr.xebia.extras.selma.Selma$MapperBuilder.build(Selma.java:349)
The text was updated successfully, but these errors were encountered:
I have add the libs into pom.iml
fr.xebia.extras
selma-processor
1.0
provided
fr.xebia.extras
selma
1.0
But when do a getting start, it not work, just throw exception:
Unable to load generated mapper class com.gavrilov.core.mappers.UserMapperSelmaGeneratedClass failed : com.gavrilov.core.mappers.UserMapperSelmaGeneratedClass]
java.lang.IllegalArgumentException: Unable to load generated mapper class com.gavrilov.core.mappers.UserMapperSelmaGeneratedClass failed : com.gavrilov.core.mappers.UserMapperSelmaGeneratedClass
at fr.xebia.extras.selma.Selma.createMapperInstance(Selma.java:255)
at fr.xebia.extras.selma.Selma.getMapper(Selma.java:158)
at fr.xebia.extras.selma.Selma.access$100(Selma.java:56)
at fr.xebia.extras.selma.Selma$MapperBuilder.build(Selma.java:349)
The text was updated successfully, but these errors were encountered: