Posts by Jonathan Taquita • 26 points
4 posts
-
0
votes1
answer163
viewsQ: Fixture-Factory lib, Index 55663 out of Bounds for length 2187
I’m ultilizing the lib Fixture-Factory to create templates for my tests, but working with it, I got the following error! Index 55663 out of bounds for length 2187 those are my models: Cityprop:…
-
0
votes1
answer163
viewsA: Fixture-Factory lib, Index 55663 out of Bounds for length 2187
So, after an analysis into the source code of Fixture-Factory, found that the problem was the lack of the constructor without class parameters Citytour adding the notation @Noargsconstructor the…
-
1
votes2
answers143
viewsA: Spring Bean tenantEntityManager error: Unable to find column with Logical name
So, on this block @ManyToOne @JoinColumns({ @JoinColumn(name = "orc_empresa", referencedColumnName = "fun_empresa", nullable = false), @JoinColumn(name = "orc_funcionario", referencedColumnName =…
-
0
votes4
answers2676
viewsA: Problem with Beans in spring : No Qualifying bean of type
/** * Service Interface for managing Taxonomia. */ @Service public interface AgrupamentoTaxonomiaService { //METODOS A SEREM IMPLEMENTADOS EM OUTRA CLASSE } Try inserting @Service into the Interface…