Posts by kairos • 39 points
2 posts
-
0
votes1
answer57
viewsQ: Error in android genymotion emulator (linux): Httpexception: Connection closed before full header was Received, Uri = http://127.0.0.1
I have the following error while running an android flutter project, I noticed that if I leave my code without letters in the text class, the code will run. An example: import…
-
3
votes1
answer68
viewsQ: How to create a relationship using JPA that contains attributes?
Hello, I am working on a Java Web project with Hibernate, Postgres, Glassfish, and JPA/JSF usage. The problem is that my relationships were being generated with the following strategy:…