Re: ui repeat fails to reflect collection after render

2018-01-29 Thread Matthew Broadhead
ok i have reverted the repo back to jpa version.  also switched to plume and can confirm it works with plume but not with plus. also sysout before and after shows that the list size is correct. it is just the view that is not updating On 29/01/2018 14:37, Thomas Andraschko wrote: Not sure. Yo

Re: ui repeat fails to reflect collection after render

2018-01-29 Thread Matthew Broadhead
i did step through and the list was updated correctly, i.e. if list was 3 items and i deleted 1 then it was 2 when i switched to mojarra i just included the mojarra libraries in the pom. but yes it might be easier to switch to tomee plume for testing, i will try it On 29/01/2018 14:37, Thomas

Re: ui repeat fails to reflect collection after render

2018-01-29 Thread Thomas Andraschko
Not sure. You did this withing your JPA example: @Transactional public String delete() { itemDao.delete(getItem()); update(); Could you check the the list size after and before the update method was called? Maybe there is something wrong with transaction handling. I assume that you also s

Re: ui repeat fails to reflect collection after render

2018-01-29 Thread Matthew Broadhead
i have updated the project https://github.com/chongma/myFacesJpa and removed the JPA stuff.  it seems to work correctly without the JPA stuff.  does this mean i should report this over there? On 26/01/2018 10:38, Thomas Andraschko wrote: Yep, a small as possible example (without JPA and other