I cannot create a person

24 Sep '13, 12:02 PM
2,354 Views
Forum Forum Starter - Level 3

Hello, I followed the steps of the examples of the wiki to make a CRUD with Person table.

READ functioning properly, but does not work CREATE, UPDATE, and, DELETE, with Person table, but with AAA table if.

My data model is:

alt text

The SiteView for AAA table, CRUD works correctly are:

alt text

The SiteView (only works READ) to the Person table, a copy of the previous SiteView (AAA):

alt text

In Person SiteView to CREATE or UPDATE options I have the same error: "java.lang.NullPointerException"

Details:
* Could not create service 'mfu3' from class: class com.webratio.units.operation.rtx.db.ModifyUnitService
* Error creating service: mfu3 - WEB-INF/descr/mfu3.descr

And, when I select the option DELETE, nothing happens in Person SiteView

Thanks,

Jose

 
x 0
Follow
Answer Answer at this question and get points!
Forum Starter - Level 3

Hello, I solved the problem.

The problem was on the table relationships.

Regards,

Jose Daniel

 
x 0
Answer at this question and get points!