eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
230 stars 72 forks source link

Convert annotation does not work at Key-value-mapping #146

Closed otaviojava closed 5 years ago

otaviojava commented 5 years ago

The @Convert annotation does not seem to work at all (I use it together with an AttributeConverter)- however, it always fails at Caused by:

java.util.NoSuchElementException at java.util.Collections$EmptyIterator.next(Collections.java:4189) at 
org.jnosql.artemis.DefaultConverters.getInstance(DefaultConverters.java:41) at org.jnosql.artemis.DefaultConverters.get(DefaultConverters.java:37) at org.jnosql.artemis.DefaultConverters$Proxy$_$$_WeldClientProxy.get(Unknown Source) at java.util.Optional.map(Optional.java:215)
adam-waldenberg commented 5 years ago

Fixed! :)

otaviojava commented 5 years ago

Thank you, I'll close this issue