Posts by Izeksson Santos • 5 points
2 posts
-
0
votes1
answer279
viewsQ: how to create a bean that returns an entityManeger
am using springboot + ejb + cdi + wildfly10 already created the datasource and configured , I went to the interface wildfly and DS is connecting normal. Dao @Repository public interface PessoaDao…
-
0
votes1
answer163
viewsQ: cdi does not find daos(spring data +ejb+cdi)
the situation is as follows , I am using spring boot and The first thing I did was disable tom cat and use wildfly(10) I used spring data to create the Daos public interface AutoresDao extends…