Posts by Eudson • 81 points
6 posts
-
0
votes0
answers235
viewsQ: System.Data.Sqlclient.Sqlexception Conversion failed when Converting date and/or time from Character string
Viva Pessoal, I’m new to the world. NET, C#, Entityframework (Microsoft world). I am working on a project with the mentioned technologies, initially I was programming on a VM (with Windows) because…
-
1
votes1
answer100
viewsA: Django - Problems saving objects with UUID type ID in admin
After much struggle I discovered the problem. I was setting the default for Uuidfield this way default=uuid.uuid4() when it must be so default=uuid.uuid4 If you notice the difference in parentheses.…
-
0
votes1
answer100
viewsQ: Django - Problems saving objects with UUID type ID in admin
Work on a project in Python with Framework Django and recently we decided to change the generation of Ids integer to UUID on grounds of merge data before synchronization (we have data that comes…
-
2
votes1
answer174
viewsA: Problem in initial project configuration of 2nd edition Javaee book with JSF Prime Faces and CDI
I was able to solve the problem I was having and the book is not wrong, just not very clear. I will explain the problem and solution. Problem: In the book they ask to create a simple Maven project…
-
3
votes3
answers3382
views -
2
votes1
answer174
viewsQ: Problem in initial project configuration of 2nd edition Javaee book with JSF Prime Faces and CDI
Galley, I started reading today the book I mention in the title of this question. Following step by step I created the server in the eclipse, the project and the initial Servlet following the…