[JBoss Seam] - Re: Conversation processing another request error when using
by cwash
anonymous wrote : The problem with that approach is that the proper value for requestDelay depends on the responsiveness of the server (which depends on load, hardware, etc).
|
| Would there be a way for seam to handle this more gracefully?
This is an interesting question, if it's only a conversation causing issues... The only other alternative to blocking requests while one is currently processing in a conversation (which is more or less the point of having a conversation in the first place) would be to be able to configure the conversation to abandon a currently processing request if a new one comes in. I think that might be opening a big can of worms -- first from a security perspective, and it may even change notions and definitions of what conversations are and how they should behave. Or did you have something else in mind?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045572#4045572
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045572
19 years, 1 month
[JBoss Seam] - Re: Embedded EJB
by cwash
There is an embedded EJB container available to you if you want to deploy Seam code that utilizes EJBs outside of an EJB container.
If you follow most of the Seam tutorials, they have you set up JBoss with an EJB3 profile enabled, so you use JBoss's EJB container. So there is no need to use the embedded EJB container.
If you used Seam-gen with the default options and datasource, and have JBoss set up to use the default HSQL datasource (it's a in-memory database that doesn't require external installation or configuration) then it should work with the default options.
If you are pretty sure you're using the standard configuration and still have problems, post any errors you see and others may be able to help.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045567#4045567
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045567
19 years, 1 month