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

2012-03-14 Thread Gerhard Petracek
be > > > > > > 2012/3/13 Leonardo Uribe : > > > > Hi > > > > > > > > First of all, the problem is related to glassfish. This container > does > > > > not provide a clear way to change of jsf implementation. > > > > >

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

2012-03-13 Thread José Luis Cetina
provide a clear way to change of jsf implementation. > > > > > > It is not that myfaces cannot run with glassfish, instead glassfish is > > > not kind with any other alternate jsf implementation. > > > > > > The classloader flag is just a workaround

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

2012-03-13 Thread Gerhard Petracek
clear way to change of jsf implementation. > > > > It is not that myfaces cannot run with glassfish, instead glassfish is > > not kind with any other alternate jsf implementation. > > > > The classloader flag is just a workaround in my opinion, but it works. > > T

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

2012-03-13 Thread Leonardo Uribe
rizzly.http.ProcessorTask.doProcess(ProcessorTask.java:746) >>> >> > at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1045) >>> >> > at >>> >> > >>> >> > >>> >> >>> com.sun.grizzly.http.DefaultPr

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

2012-03-13 Thread Leonardo Uribe
workaround in my opinion, but it works. The message: *Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.* Just ignore it. Glassfish classloader will find myfaces jars first than mojarra ones. The other problem you are experiencing is related to

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

2012-03-13 Thread Gerhard Petracek
> >> > at > >> > > >> > > >> > com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532) > >> > at > >> > > >> > > >> > com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThre

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

2012-03-13 Thread Gerhard Petracek
a) and > > > still > > > > > the > > > > > > > error, i think the problem is the @Named is not injecting my > > bean, > > > > not > > > > > > > MyFaces, because if i use @ManagedBean this works ok, but i > dont >

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

2012-03-13 Thread Mike Kienenberger
> > > Enviadas: Terça-feira, 13 de Março de 2012 12:28 >> > > > > Assunto: Re: Both MyFaces and the RI are on your classpath. Please >> > make >> > > > > sure to use only one of the two JSF-implementations

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

2012-03-13 Thread José Luis Cetina
> > > > at com.sun.grizzly.ContextTask.run(ContextTask.java:71) > > > > at > > > > > > > > > > > > > > com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532) > > > > at > > >

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

2012-03-13 Thread José Luis Cetina
nKeyContextTask.call(SelectionKeyContextTask.java:59) > > > > at com.sun.grizzly.ContextTask.run(ContextTask.java:71) > > > > at > > > > > > > > > > > > > > com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.jav

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

2012-03-13 Thread Gerhard Petracek
> > Cc: > > > > > > Enviadas: Terça-feira, 13 de Março de 2012 12:28 > > > > > > Assunto: Re: Both MyFaces and the RI are on your classpath. > Please > > > make > > > > > > sure to use only one of the two JSF-implementations. > >

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

2012-03-13 Thread José Luis Cetina
n provide > the > > > example and we can have a look at it. > > > > > > regards, > > > gerhard > > > > > > > > > > > > 2012/3/13 José Luis Cetina > > > > > > > I see, i erase and only put @Named and @ ViewAccess

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

2012-03-13 Thread Gerhard Petracek
> > > > :( > > > > > > > > > 2012/3/13 Rafael Pestano > > > > > > > just a question, why do you have @Model,@Named and @ViewAccessScoped > in > > > > the same bean? > > > > > > > > i think

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

2012-03-13 Thread José Luis Cetina
--- > > > >> > > > >> Here are my libraries: > > > >> > > > >> --MYFACES > > > >> myfaces-api-2.1.6.jar > > > >> myfaces-impl-2.1.6.jar > > > >> commons-beanutils-1.8.3.jar > &g

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

2012-03-13 Thread Gerhard Petracek
of its system libs in my experience. Even > > while > > > myfaces runs, try to replace Weld for instance and you run into a mess. > > > Glassfish as good as it is is an all or nothing pack in many cases. > > > But it has been some time since I last touched Glassfish, thin

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

2012-03-13 Thread José Luis Cetina
De: José Luis Cetina > Para: MyFaces Discussion > Cc: > Enviadas: Terça-feira, 13 de Março de 2012 12:28 > Assunto: Re: Both MyFaces and the RI are on your classpath. Please make > sure to use only one of the two JSF-implementations. > > I see now im using MyFaces instead of Mojarra, t

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

2012-03-13 Thread Rafael Pestano
jarra 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 one of the

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

2012-03-13 Thread José Luis Cetina
ant 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 one of the two JSF-implementations.*

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

2012-03-13 Thread Werner Punz
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 one of the two JSF-implementations.* Why this happend if im using only jars from myfaces

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
tensions CDI) alternative config org.apache.myfaces.extensions.cdi.jsf.alternative.config.AlternativeJsfModuleConfig is active (v1.0.4) Información: MyFaces Bean Validation support enabled Información: [Started] MyFaces CODI (Extensions CDI) alternative config org.apache.myfaces.extensions.cdi.core.alternative.config.AlternativeCodiCoreConfig is active (v1.0.

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
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 Cetina : > > Well sorry, really this says: ERROR Both MyFaces and the RI are on your > > classpath. Please ma

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
lpestano > http://code.google.com/p/jsf-conventions-framework/ > > > > > De: Mike Kienenberger > Para: MyFaces Discussion > Enviadas: Segunda-feira, 12 de Março de 2012 14:17 > Assunto: Re: Both MyFaces and the RI are on your classpath.

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
12/3/12 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

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
2012 14:17 Assunto: Re: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations. 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

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
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

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
re in class loading Sent from my iPhone On Mar 12, 2012, at 10:34 PM, José Luis Cetina wrote: > 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. &g

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

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
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 one of the two JSF-implementations.* > > Why this happend if

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
lly 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 Shas

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

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
achable, identifier 'myBean' resolved to null at com.sun.el.parser.AstValue.getTarget(AstValue.java:153) I dont know if this is for the first problem (*Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.*) I read i need t