Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.

2012-03-12 Thread José Luis Cetina
Im triying to start a new project for first time with myfaces, i always used Mojarra but know i want to change but im having problems at the start: My only requierement is use Glassfish 3.1.2.1. Hi i have this WARNING: *Both MyFaces and the RI are on your classpath. Please make sure to use only

Re: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.

2012-03-12 Thread José Luis Cetina
Well sorry, really this says: ERROR Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations. Grave: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations. 2012/3/12 Shasi Mitra > It's

Re: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.

2012-03-12 Thread Shasi Mitra
We too get that error in our logs when we use myfaces with websphere. It doesn't create a problem. I am sure about that. And the issue related to your bean should be a configuration issue. Sent from my iPhone On Mar 12, 2012, at 10:28 PM, José Luis Cetina wrote: > Well sorry, really this say

Re: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.

2012-03-12 Thread Shasi Mitra
It's just a warning rite? You can go ahead with your development. It doesn't affect anything. Sent from my iPhone On Mar 12, 2012, at 10:10 PM, José Luis Cetina wrote: > Im triying to start a new project for first time with myfaces, i always > used Mojarra but know i want to change but im ha

Re: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.

2012-03-12 Thread José Luis Cetina
Ok, im a little confusing because it says in spanis: *Grave*: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations. Grave it means: seriuos in english. But i see the application deploy ok. Is there a way to see if the web app is using My

Re: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.

2012-03-12 Thread Shasi Mitra
From ur exception I can see that ur application is using Mojarra and not myfaces. There should be a way to change the class load policy so that your application picks the myfaces classes instead of mojarra's which comes with the server. This setting should be done in your server, somewhere in c

Re: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.

2012-03-12 Thread Mike Kienenberger
You are correct in that it is a serious error. Having both jars in your path will result in identically-named, but differently-operating classes to be present in your application. You need to configure Glassfish to disable the RI, or you need to remove the myfaces jars. 2012/3/12 José Luis Ceti

Re: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.

2012-03-12 Thread Rafael Pestano
You can try to remove jsf-api.jar and jsf-impl.jar from glassfish, if your app still running you are using myfaces ;). RI jars are under GLASSFISH_HOME\glassfish\modules, also make sure to delete cache folder in GLASSFISH_HOME\glassfish\domains\domain1\osgi-cache Att, Rafael M. Pestano Desen

Re: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.

2012-03-12 Thread Gerhard Petracek
@ mike - short addition: only the myfaces-core jars and its dependencies. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2012/3/12 Mike Kienenberger > You are correct

Re: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.

2012-03-12 Thread José Luis Cetina
I cant do that , in the server exist other app that use mojarra :( and what happend with this: 2012/3/12 Rafael Pestano > You can try to remove jsf-api.jar and jsf-impl.jar from glassfish, if your > app still running you are using myfaces ;). > > RI jars are under GLASSFISH_HOME\glassfish\

Re: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.

2012-03-12 Thread Rafael Pestano
i see, if you are using CODI it should be printing(at startup time) all information about your enviroment like JSF, CDI implementations,  is that the case? what it is printing?   Att, Rafael M. Pestano Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul Graduando em Ciência

Re: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.

2012-03-12 Thread José Luis Cetina
*This:* Información: org.apache.myfaces.extensions.cdi.core.impl.provider.DefaultServiceProvider installed successfully. Información: org.apache.myfaces.extensions.cdi.core.impl.provider.DefaultServiceProviderContext installed successfully. Información: Computed the following CODI ProjectStage: Pr

MyFaces AnnotationLifecycleProvider Questions

2012-03-12 Thread Paul Nicolucci
Hey Everyone, I have a couple of questions regarding the MyFaces AnnotationLifecycleProviders. 1) I see that the default AnnotationLifeCycleProvider for MyFaces 2.0 is one specifically for Tomcat. In order for MyFaces to resolve the new MyFaces 2.0 specific annotations a server needs to impleme