-
Bug
-
Resolution: Done
-
Critical
-
10.0.2
-
None
Primary table property is set wrongly when JDG class name have another name as view model.
I have a project with JDG materialization. When I was setting materialization for view table (viewBooks) I set class name for POJO to 'Book' (from viewBooks). However, generated staging table in the JDG source model have infinispan:Primary Table properties set to BookJDGSource.viewBooks but correctly is BookJDGSource.Book. I think that designer set this property according to name of view model which will be materialized (viewBooks) but it should according to materialized table (Book) in the JDG source model
Actual property:
viewBooksJDGSource.viewBooks
Correctly property:
viewBooksJDGSource.Book