I am new to programming EJB. I gotta figure out why I am getting the error. The following link contains the entire project, the error message (server.log) and the instructions of the project (in spanish). The pdf file has a sql script to create the database in PostGreSQL https://drive.google.com/open?id=0ByDcdmGZJObUMFVtaEQ2ZnduNUU
I basically need to be able to insert a new user (cuidadano) that lives in a city(cuidad) and provincia(province). When selecting the province, the second drop down should only show the cities under the province. I am using "wildfly-8.1.0.Final" is my application server program.
I need to get this right asap for a class i am taking. My final grade depends on it. thanks!