Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x

2013-04-03 Thread Adrian Gonzalez
De : Adrian Gonzalez adr_gonza...@yahoo.fr À : MyFaces Discussion users@myfaces.apache.org; Mark Struberg strub...@yahoo.de Envoyé le : Mardi 26 mars 2013 17h22 Objet : Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x Hello, Sorry for the late feedback. Currently

Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x

2013-04-03 Thread Adrian Gonzalez
EAR support only for the JSF module). Regards, Adrian - Mail original - De : Adrian Gonzalez adr_gonza...@yahoo.fr À : MyFaces Discussion users@myfaces.apache.org Cc : Envoyé le : Mercredi 3 avril 2013 11h52 Objet : Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x Hello, I just

Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x

2013-03-26 Thread Adrian Gonzalez
] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:189) ~[javax.j2ee.jsf.jar:na] De : Mark Struberg strub...@yahoo.de À : MyFaces Discussion users@myfaces.apache.org; Adrian Gonzalez adr_gonza...@yahoo.fr Envoyé le : Jeudi 21 mars 2013 22h01 Objet : Re: CODI ViewAccessScoped issue with EAR

Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x

2013-03-22 Thread Adrian Gonzalez
MyFaces 2013/3/22 Adrian Gonzalez adr_gonza...@yahoo.fr Hi Gerhard, Thanks, didn't know you already coded @JsfPhaseListener support in DS. Looking at your source code [1], it should work like my patch in CODI : it should work in EAR situation with JBoss 7.1.0, but 'for multiple wars

Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x

2013-03-21 Thread Adrian Gonzalez
ClassDeactivatorStorage ConfiguredArtifactUtils PersistenceHelper ViewConfigCache De : Adrian Gonzalez adr_gonza...@yahoo.fr À : MyFaces Discussion users@myfaces.apache.org Envoyé le : Mercredi 20 mars 2013 16h05 Objet : Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x Thanks

Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x

2013-03-21 Thread Adrian Gonzalez
Also, you can download directly the patch from github by appending .patch to the commit : In our case; it's  https://github.com/gonzalad/myfaces-extcdi/commit/d141ac555cb263c6413c6f4ddebbd41bd4768eac.patch Best regards, Adrian - Mail original - De : Пестов Алексей

Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x

2013-03-21 Thread Adrian Gonzalez
Hi Aleksey, Here's the patch file (my first one with git). I've obtained it executing [1] I've changed CODI version from 1.0.5 to 1.0.5.nxs1-SNAPSHOT in the same commit (so sorry, you have this modification with this patch). Hope this helps, [1] execute the following line after cloning 

Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x

2013-03-21 Thread Adrian Gonzalez
original - De : Mark Struberg strub...@yahoo.de À : MyFaces Discussion users@myfaces.apache.org; Adrian Gonzalez adr_gonza...@yahoo.fr Cc : Envoyé le : Jeudi 21 mars 2013 22h01 Objet : Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x Hi folks! a.) I hope you find CODI useful

Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x

2013-03-21 Thread Adrian Gonzalez
would help. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2013/3/21 Adrian Gonzalez adr_gonza...@yahoo.fr Hi Mark, I find CODI really usefull - great library (IMO

Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x

2013-03-20 Thread Adrian Gonzalez
, schrieb Adrian Gonzalez: Hi Denis, I've already checked your post (very instructive, thanks). I'm sure SINGLE_CLASSLOADER for ear will resolve this issue. Problem is I don't know how to specify it in JBoss AS 7 (I don't think it's supported - JBoss always creates an isolated classloader

Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x

2013-03-20 Thread Adrian Gonzalez
, *Christian Beikov* Am 20.03.2013 10:04, schrieb Adrian Gonzalez: Hi Christian, Thanks for the update. I'm also testing on JBoss 7.1.0.Final. I've modified [1] with your remarks (except dependentWarExcludes which is deprecated - I

Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x

2013-03-19 Thread Adrian Gonzalez
name=javax.xml.bind.api /             module name=javax.xml.jaxp-provider /             module name=com.google.guava /         /dependencies     /deployment /jboss-deployment-structure Am 19.03.2013 16:34, schrieb Adrian Gonzalez: Hello, This is a follow up on http://mail-archives.apache.org

Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x

2013-03-19 Thread Adrian Gonzalez
19.03.2013 20:43, schrieb Adrian Gonzalez: Hi Christian, Thanks for the tip ! Just made a quick test using your file with my sample, but no luck, it doesn't work. I'm using JBoss jsf impl (so no jsf jars in my app). I've also putting myfaces-extcdi-bundle-jsf20-1.0.5.jar in the war, WEB-INF

Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x

2013-03-19 Thread Adrian Gonzalez
. De : titou10 titou10 titou10.tito...@gmail.com À : MyFaces Discussion users@myfaces.apache.org; Adrian Gonzalez adr_gonza...@yahoo.fr Envoyé le : Mardi 19 mars 2013 22h37 Objet : Re: CODI ViewAccessScoped issue with EAR on JBoss 7.1.x Maybe you should check my previous

Re: CODI ViewAccessScoped destroyed on GET request

2012-12-04 Thread Adrian Gonzalez
I just created an application from scratch, and the problem went away. Everything working fine for now. Sorry for this wrong alert. - Mail original - De : Adrian Gonzalez adr_gonza...@yahoo.fr À : users@myfaces.apache.org users@myfaces.apache.org Cc : Envoyé le : Mardi 4 décembre 2012

RE : Re: RE : Re: WAS 6.1 MyFaces 1.1.5 : Both MyFaces and the RI are on your classpath

2007-08-07 Thread Adrian Gonzalez
this road, please change the log-settings yourself by supplying a log4j.properties file which masks this log-entry, as generally, this is very much an error, and we specifically wanted to alarm users in this case. regards, Martin On 8/6/07, Adrian Gonzalez [EMAIL

WAS 6.1 MyFaces 1.1.5 : Both MyFaces and the RI are on your classpath

2007-08-06 Thread Adrian Gonzalez
Hello, I've migrated from MyFaces 1.1.4 to 1.1.5 (with Websphere 6.1). I've this error message on my first access to the application : ERROR - MyfacesConfig.getCurrentInstance(191) | Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.