Re: EAR+CODI doesnt work

2013-01-04 Thread Romain Manni-Bucau
done - https://issues.apache.org/jira/browse/TOMEE-701 can you give it another try please? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/1/4 José Luis Cetina

Re: EAR+CODI doesnt work

2013-01-04 Thread José Luis Cetina
I've just tested and i still with the same problem. Im using: apache-tomee-1.5.2-20130104.041348-22-webprofile.zip java.lang.IllegalStateException: Could not find beans for Type=class com.grupokx.MyEJBBean and qualifiers:[]

Re: EAR+CODI doesnt work

2013-01-04 Thread Romain Manni-Bucau
think the snapshot is not up to date (== doesnt contain the fix) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/1/4 José Luis Cetina maxtorz...@gmail.com: I've just

Re: EAR+CODI doesnt work

2013-01-04 Thread José Luis Cetina
Ok, then I will try to build from trunk. 2013/1/4 Romain Manni-Bucau rmannibu...@gmail.com think the snapshot is not up to date (== doesnt contain the fix) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau

Re: EAR+CODI doesnt work

2013-01-03 Thread Romain Manni-Bucau
Can you update your sample? Le 3 janv. 2013 17:51, José Luis Cetina maxtorz...@gmail.com a écrit : OK, now i can use CODI stuff but i have a problem with one of them. CODI have a method for inject beans, i use this method in converters and classes where i can inject using @EJB or @Inject.

Re: EAR+CODI doesnt work

2013-01-03 Thread José Luis Cetina
Could you tested? El ene 3, 2013 11:39 AM, José Luis Cetina maxtorz...@gmail.com escribió: Its updated now. 2013/1/3 Romain Manni-Bucau rmannibu...@gmail.com Can you update your sample? Le 3 janv. 2013 17:51, José Luis Cetina maxtorz...@gmail.com a écrit : OK, now i can use CODI

Re: EAR+CODI doesnt work

2012-12-31 Thread Romain Manni-Bucau
hmm i looked quickly in codi and it seems jsfphaselistener are vetoed (org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.PhaseListenerExtension#filterJsfPhaseListeners) so then when trying to create the JsfRequestLifecyclePhaseListener using the bean manager to inject fields it is not

Re: EAR+CODI doesnt work

2012-12-31 Thread José Luis Cetina
I will give a try. What do you mean with vetoed? I dont understand. Thanks. El dic 31, 2012 6:29 AM, Romain Manni-Bucau rmannibu...@gmail.com escribió: hope https://issues.apache.org/jira/browse/TOMEE-689 will help with your issue Romain Manni-Bucau Twitter: @rmannibucau Blog:

Re: EAR+CODI doesnt work

2012-12-23 Thread Romain Manni-Bucau
yes: $ ls apps/myenterprise-ear-1.0-SNAPSHOT/myenterprise-web-1.0-SNAPSHOT/WEB-INF/lib/ myfaces-extcdi-core-api-1.0.5.jar myfaces-extcdi-jsf20-module-api-1.0.5.jar myfaces-extcdi-message-module-api-1.0.5.jar myfaces-extcdi-core-impl-1.0.5.jar myfaces-extcdi-jsf20-module-impl-1.0.5.jar

Re: EAR+CODI doesnt work

2012-12-22 Thread Romain Manni-Bucau
Hi José, just tested again on trunk and it starts without issues for me did you try the snapshot (on apache repo), think it is deployed now. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github:

Re: EAR+CODI doesnt work

2012-12-22 Thread José Luis Cetina
Do you uncomment the codi dependencies lines in pom.xml? El dic 22, 2012 12:37 PM, Romain Manni-Bucau rmannibu...@gmail.com escribió: Hi José, just tested again on trunk and it starts without issues for me did you try the snapshot (on apache repo), think it is deployed now. Romain

EAR+CODI doesnt work

2012-12-20 Thread José Luis Cetina
If you create an ear file with an ejb module + web app module (with CODI dependencies) it doesnt work. Here is the sample: https://github.com/maxtorzito/tomee-tests/tree/master/myenterprise In the sample if you deploy the ear in apps folder it runs, but if you uncomment the CODI dependencies it