cdi

NullPointerException Java JPA CDI Tomcat

Good afternoon, guys. I am developing a Test Java application with JPA, CDI and Tomcat. I have created a basic test class and ... rg.jboss.weld.resources.ManagerObjectFactory" /> </Context> The file beans.xml is created, but empty, as practice.

Better definition of EntityManager

I am studying about JPA along with Dependency Injection and read some points about EntityManager: If we use the following m ... t need to be the method main ? Or these features are already read when starting a server application, in my case the wildfly?

Composite vs. Bean CDI - how to access Bean methods

I am trying to create a component to receive the user profile picture. But for this I need to make the component access the m ... button that is in the component the method fecharFotoDialog() is named. Any direction on where am I going wrong? Grateful,

Using CDI in the app

Guys I have a problem , in my login screen I can inject the em in a good, when I move to the second screen that would be the ... numloj = user.getLojtra(); usuario = user.getUsuario(); inicializaLoja(); loja = cadloj.getNomloj(); } }

No bean corresponds to CDI injection point

I am wanting to implement CDI. But when I use the @Inject annotation I am notified with this warning "No bean matches Inje ... this.session = session; this.result = result; } } What might be occurring for this warning to appear ?