I followed this video on persisting bidirectional collections with Apache Isis. For some reasons it doesn't work for me (my context is slightly different from the video as I started from the maven starter project). If I look up the CustomerOrder
by from a newly introduced CustomerOrders
, it finds CustomerOrders
that point to the Customer
. Also, the CustomerOrder appears in swagger-ui when throwing requests at it. However, my table in the customer view stays empty? This why I do see the table itself (due unreferencedCollections="true"
). Did I miss something from the video? Where do I start debugging?
Just when you post it, after an hour of frustration, you figure out you were simply hiding the table. Feeling very ashamed now ;-)