Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6472711
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:22:45+00:00 2026-05-25T06:22:45+00:00

In JavaEE6, we can make good use of IoC through various annotations ( @EJB

  • 0

In JavaEE6, we can make good use of IoC through various annotations (@EJB, @Resource, …).

But, is it possible to obtain an instance of the server component used to instanciate those objects ? What for ? Well, in some case, i want to be able to instanciate objects (of random classes) that may contain @EJB and other similar references. To ease my job, it would be great if I could use the component used by the server to instanciate my application, as I wouldn’t have to configure myself usable classpath and other such elements.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T06:22:45+00:00Added an answer on May 25, 2026 at 6:22 am

    To instanciate objects in CDI, one should not try to find instanciator object (named BeanManager), but rather access to already defined instances, which are Instance objects. As an example, to access the generic instance, one can simply define an instance variable this way :

     @Inject private Instance<?> instance;
    

    Then use it anywhere in the code to instanciate a random class :

    MyEJB ejb = instance.select(MyEJB.class).get();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know this has been asked before, but i can't find a good answer
I have a JavaEE6-application running on Glassfish v3.0.1 with EJB 3.1 (app is packaged
The javaEE 6 tutorial says that you can not use Session Bean asynchronously, then
edit 10/8/10 @ 8:20am est - since I can't make this work in prod,
I am trying to make a sample Spring 3 Web Hello World sample but
How can I use view files with a different extension, other than XHTML, still
I compile my programm against javaee-api. But for Junit testing I must use a
I'm trying to use Arquillian for some unit tests, however I can't find why
We have some JavaEE5 stateless EJB bean that passes the injected EntityManager to its
I have a JavaEE6 application, consisting of Web stuff and EJBs and which is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.