Posts by B. Fernandes • 13 points
2 posts
-
1
votes1
answer122
viewsQ: The Annotation @Persistencecontext is disallowed for this Location
I’m getting the message "The Annotation @Persistencecontext is disallowed for this Location" when I try to put this annotation in the code, someone knows how I can fix it? @Stateless public class…
-
0
votes1
answer559
viewsQ: Request for Member 'name' in Something not a Structure or Union - Error
#include <stdio.h> #define MAX_VETOR 6 const int na = 1; typedef struct { char nome[10]; char sexo[1]; } tp_pessoa; typedef struct { tp_pessoa *pessoas[MAX_VETOR]; int inicio,fim; } tp_vetor;…