session-bean Questions
6
Solved
I am currently developing an EJB 3.0 based application on the JBoss AS 5.0.0.GA and just recently the following warning showed up in the server log:
09:50:19,735 WARN [InterceptorsFactory] EJBTHR...
Lapith asked 29/1, 2009 at 9:30
3
I'm implementing a session bean that throws ApplicationExceptions.
These exceptions have chained stack traces that may contain exceptions whose classes aren't available on the client. Something lik...
Snuggle asked 20/9, 2013 at 7:58
3
Solved
I'm wondering, why not use Session Beans instead of Message Driven Beans ?
If you can call remote methods from EJBs, so why bother sending/receiving messages with Message Driven Beans (which is mo...
Mcalpine asked 1/10, 2010 at 8:54
3
Solved
What would you suggest as a good and practical but simple pattern for a solution with:
HTML + JSP (as a view/presentation)
Servlets (controller, request, session-handling)
EJB (persistence, busin...
Jaclyn asked 3/6, 2010 at 22:0
1
Solved
I'm new to Java and JSF. I need help with an IllegalStateException. Here's the scenario:
In my current project i have this Session Scoped bean for the application menu:
public final class MenuBea...
Joyner asked 8/5, 2012 at 19:51
3
Solved
It's impossible to use static variables on a session bean code. Is this restriction arbitrary or fundamented? And why?
Best regards
Brackett asked 4/2, 2012 at 14:48
1
Solved
I am writing an application that's sole purpose in life is to do CRUD operations for maintaining records in database. There are relationships between some of the tables/entities. Most examples I've...
Citizenship asked 31/5, 2010 at 22:35
1
© 2022 - 2024 — McMap. All rights reserved.