Questions tagged as 'cdi'

1
answer

InvocationTargetException in dynamic method

I have a very strange situation. I get the following arguments from my Bean : #{segurancaBean.callSubAcaoMethod(subAcao, moduloBean.class.name, modulo.id)} This method is dynamic: public void callSubAcaoMethod(Acao acao, String b...
asked by 25.08.2015 / 13:34
1
answer

My application does not recognize my Bean

Look closely at the figure; SeehowmyBeanclassispackagebr.com.terezinha.adm.controller;importjava.io.Serializable;importjavax.faces.bean.ViewScoped;importjavax.inject.Named;importbr.com.terezinha.adm.model.Modelo;@Named@ViewScopedpublicclassC...
asked by 22.09.2015 / 16:36
1
answer

Problem with JSF2 + CDI + Tomcat

Personal speech, I'm working with JSF and I've packed here. I have a simple project for now, with a page with a form that has an enum attribute on it, ie when the page loads it has a selectItems there that should come loaded from the enum. Home...
asked by 22.10.2018 / 21:22
1
answer

Problems setting up a Maven project to place CDI [closed]

Look at the error message; 08:27:28,047 INFO [org.jboss.weld.Bootstrap] (MSC service thread 1-2) WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked sy...
asked by 22.09.2015 / 13:45