aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Startup Servlet invoking secure EJB in JBoss Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Startup Servlet invoking secure EJB in JBoss" Watch "Startup Servlet invoking secure EJB in JBoss" New topic
Author

Startup Servlet invoking secure EJB in JBoss

Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8145
    
  52

Hi,
I have a startup servlet, in Jboss, which is invoking an secured EJB. I am able to invoke the method the bean without any exceptions.

My question is, what role does the startup servlet use for invoking the bean, since no user has yet logged in? How is it able to invoke the method on the bean, which is secured?

Thank you


[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Startup Servlet invoking secure EJB in JBoss
 
Similar Threads
Startup Servlet invoking a secure EJB in JBoss
can EJB 2.1 call EJB 3.0 ?
How to servlet invoked secured EJB in JBOSS
use of ejb outside of web applications ?
Invoking an EJB Timer