seam-conversation Questions

6

Solved

I have a @ConversationScoped bean, with a start method, like so: @PostConstruct public void start() { if (conversation.isTransient()) { conversation.begin(); log.debug("conversation.getId(): " ...
Crowe asked 28/5, 2011 at 12:22

3

Solved

I want to use SEAM Framework with Hibernate but do not want to use EJB. I cannot use EJB. First question is, can I use EntityManager? or is EntityManager a part of EJB? How can I get access to us...
Genie asked 9/8, 2010 at 14:41

1

Solved

I have a JSF facelets page that displays a table of data depending on which page they are viewing. When I display page 1, I call the view() action method to get the data from the database for both ...
Beseem asked 17/10, 2011 at 0:52

3

I'm using Seam and getting a "Concurrent call to conversation" error. What does this mean? I have a button that takes 5 min to process. I get this error within 2 minutes. Setting the concurrent-re...
Fishgig asked 11/3, 2010 at 7:35
1

© 2022 - 2024 — McMap. All rights reserved.