Posts by Lucas • 9 points
3 posts
-
0
votes1
answer2005
viewsQ: not-null Property References a null or Transient value
When I try to save a city, it shows not-null error, but looking, I can’t find a solution when looking for the controller, I understand the error, but in my project. Caused by:…
-
0
votes1
answer31
viewsQ: Error while trying to list employees on the project sale screen
I have following error when accessing the sales checkout screen, does not show the registered employees, however customers show. Screenshot: View: <?xml version="1.0" encoding="UTF-8" ?>…
-
-1
votes1
answer283
viewsQ: An error occurred while performing resource injection on the state managed bean
When I try to run java, this error occurs. I’ll send the code. MODEL: package com.pi.drogaria.model; import javax.persistence.Column; import javax.persistence.Entity; @SuppressWarnings("serial")…