Tagged Questions

1
vote
1answer
52 views

Seam entity does not persist database

i use seam framework to develop a web site. I want to share one problem when developing time. I have a one seam test method as succeding ; @Test public void saveTwoCategoryToRoot() throws ...
0
votes
1answer
218 views

Remote Seam Persistence

I have a button in a .xhtml file which calls a javascript function which calls a java function remotely (in jboss seam environment). That java function has an entityManager.persist(object). Do you ...