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
What application server do u use? El 13/03/2012 17:36, "Gerhard Petracek" escribió: > hi leo, > > some months ago we tested myfaces-core + owb on glassfish (within the same > application) and the config needed for myfaces-core broke owb. > > regards, > gerhard > > > > 2012/3/13 Leonardo Uribe >

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
hi leo, some months ago we tested myfaces-core + owb on glassfish (within the same application) and the config needed for myfaces-core broke owb. regards, gerhard 2012/3/13 Leonardo Uribe > Hi > > I almost forgot to say: > > > org.jboss.weldx.transaction.UserTransaction$1513261869$Proxy$_$$_

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
Hi I almost forgot to say: org.jboss.weldx.transaction.UserTransaction$1513261869$Proxy$_$$_Weld$Proxy$ cannot be cast to javassist.util.proxy.ProxyObject* *java.lang.ClassCastException: org.jboss.weldx.transaction.UserTransaction$1513261869$Proxy$_$$_Weld$Proxy$ cannot be cast to javassist.util.

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
Hi First of all, the problem is related to glassfish. This container does not 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 workaroun

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
hi mike, right now geronimo3 isn't in the list [1] of the supported servers. regards, gerhard [1] https://cwiki.apache.org/confluence/display/EXTCDI/Intro#Intro-Compatibility http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Pro

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
hi jose, based on your tests it looks like the myfaces-core integration in glassfish3 is still broken (at least a part of it). i hoped that they fixed it already. thx for the update - i'll add the information to the wiki. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE

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
I don't have much experience with them, but Apache Geronimo and, to a lesser degree, Apache Tomcat would be alternatives to Glassfish. There may be others. 2012/3/13 José Luis Cetina : > Let me tell you that the example deploy and RAN without any problem and i > dont move any line of code, i only

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
I forgot to add *WELD:* Thanks for your time Gerhard, just for resume: *MyFaces 2.1.6 +CODI 1.0.4+ WELD +Glassfish 3.1.2 = failed* * Mojarra 2.1.6 + CODI+1.0.4+ **WELD +**Glassfish 3.1.2 = OK* * MyFaces 2.1.6+ CODI 1.0.4+ **WELD +**Tomcat 7.0.22 = OK* 2012/3/13 Gerhard Petracek > hi jose

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
Thanks for your time Gerhard, just for resume: *MyFaces 2.1.6 +CODI 1.0.4+Glassfish 3.1.2 = failed* * Mojarra 2.1.6 + CODI+1.0.4+Glassfish 3.1.2 = OK* * MyFaces 2.1.6+ CODI 1.0.4+ Tomcat 7.0.22 = OK* I think is strange that i can deploy mojarra+codi with glassfish and not myfaces+codi with gla

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
hi jose, for myfaces codi the answer is pretty simple and you can see it at [1]. in case of myfaces-core it depends on the application-server. maybe leo made some tests with glassfish 3.1.x + myfaces-core 2.x. however, most glassfish users i know (who are also using myfaces codi) use it as it is

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
Let me tell you that the example deploy and RAN without any problem and i dont move any line of code, i only deploy in tomcat without any problem, i want to use apache product's like myfaces, CODI, etc, i want to know if you can give me an objective suggestion with what Application Server i can us

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
hi jose, you can run the generated demos with a servlet container like jetty (see the comment in the generated pom.xml file), tomcat,... . by default the myfaces-core profile is activated. we just need to know if your implementation works with such a generated application. esp. because 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-13 Thread José Luis Cetina
I downloaded the example number 11 and i run the project without any problem, but i can see that the project is using Mojarra "Profile" as JSF Impl (the log sayed to me Mojarra...). Then if i change to use MyFaces chossing the myfaces profile and adding these lines to my g*lassfish-web.xml *: t

Re: Help : Error while creating a Facelet

2012-03-13 Thread Richard Yee
Try upgrading to Eclipse Indigo + WTP. -Richard On Tue, Mar 13, 2012 at 9:40 AM, ayouB __ wrote: > > First of all i had read the e-book named "definitive guide to apache > myfaces and facelets" whih give basic examples how to create a facelet > template and i did like what they said in, excep

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
hi jose, you can use the myfaces-archetype to generate the correct config for myfaces-core (as well as mojarra) + owb (+ myfaces codi): mvn archetype:generate -DarchetypeCatalog=http://myfaces.apache.org -> e.g. select #11 (afterwards you just have to update the versions in the generated pom.xml

RE: Help : Error while creating a Facelet

2012-03-13 Thread ayouB __
First of all i had read the e-book named "definitive guide to apache myfaces and facelets" whih give basic examples how to create a facelet template and i did like what they said in, except that when i create an html file as "New Facelet template", instead of eclipse should create the new file

Re: Help : Error while creating a Facelet

2012-03-13 Thread Leonardo Uribe
Hi I think you have a configuration problem, but it is related to your IDE. Using eclipse there are two options: - Use JBoss Tools : http://www.jboss.org/tools - Use Eclipse bundle WTP. I suppose you are using WTP. If you are using richfaces, maybe JBoss Tools is the best for you. regards, Leo

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
I see, i erase and only put @Named and @ ViewAccessScoped and get the same error, but i try with only @Named and @RequestScoped (java) 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 understand why

Re: Help : Error while creating a Facelet

2012-03-13 Thread Richard Yee
send the entire .xhtml file -Richard On Tue, Mar 13, 2012 at 8:58 AM, ayouB __ wrote: > > Pleaase HELP ! > > > > From: ayb-2...@hotmail.fr > > To: users@myfaces.apache.org > > Subject: RE: Help : Error while creating a Facelet > > Date: Tue, 13 Mar 2012 14:26:23 + > > > > > > Well i veri

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
just a question, why do you have @Model,@Named and @ViewAccessScoped in the same bean? i think you need @model OR @Named and @ViewAccessScoped or im wrong?   Att, Rafael M. Pestano Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul Graduando em Ciência da Computação UFRGS @r

RE: Help : Error while creating a Facelet

2012-03-13 Thread ayouB __
Pleaase HELP ! > From: ayb-2...@hotmail.fr > To: users@myfaces.apache.org > Subject: RE: Help : Error while creating a Facelet > Date: Tue, 13 Mar 2012 14:26:23 + > > > Well i verified if i missed a space before "xmlns:ui" except that there's a > one (it's just copy/past which delete 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
I see now im using MyFaces instead of Mojarra, the "ERROR" Message still there, but the application can deploy. My second problem persist: javax.el.PropertyNotFoundException: Target Unreachable, identifier 'myBean' resolved to null viewId=/index.xhtml location=C:\Users\user\Documents\NetBeansProje

Re: Encryption librairies for JSF

2012-03-13 Thread Scott O'Bryan
As for the wiki entry you were given, the algorithms are part if standard java security. Go can go to the website listed in the example for info. Sent from my iPhone On Mar 13, 2012, at 8:17 AM, ayouB __ wrote: > > Ok thanks guys for your replies :) > it's done ^^ > > >> To: users@myfaces.apac

RE: Help : Error while creating a Facelet

2012-03-13 Thread ayouB __
Well i verified if i missed a space before "xmlns:ui" except that there's a one (it's just copy/past which delete the space), besides i don't wanna use maven; for the moment; i need just that my application start well, i still wroking on the configuration of the environnement of developpement a

RE: Encryption librairies for JSF

2012-03-13 Thread ayouB __
Ok thanks guys for your replies :) it's done ^^ > To: users@myfaces.apache.org > From: werner.p...@gmail.com > Subject: Re: Encryption librairies for JSF > Date: Tue, 13 Mar 2012 13:34:24 +0100 > > Set your server to https mode thats it... > > Werner > > > Am 13.03.12 12:13, schrieb ayouB _

Re: Help : Error while creating a Facelet

2012-03-13 Thread Richard Yee
I think you need a space before xmlns:ui You should also learn how to use Maven for your build b/c it will manage your sub dependencies and Eclipse build path. Richard Sent from my iPhone On Mar 13, 2012, at 7:00 AM, ayouB __ wrote: > > > > Hello every one, > > Now i'm working on a jsf 2.

Help : Error while creating a Facelet

2012-03-13 Thread ayouB __
Hello every one, Now i'm working on a jsf 2.0 project which the implementation is done with Apache MyFaces 2.1.6 (Final) and an optional components librairie RichFaces 4.2.0 in eclipse Helios as the develeppement environnement, the problem is what jars should i do knowing that i have add

Re: Encryption librairies for JSF

2012-03-13 Thread Werner Punz
Set your server to https mode thats it... Werner Am 13.03.12 12:13, schrieb ayouB __: hi, I want that every client request and every server response be encrypted not just the users data "login& password" from the connection view (My application concern the electronic banking sector), so i

Re: Encryption librairies for JSF

2012-03-13 Thread Glauco P. Gomes
HTTPS doesn't solve your issue? Em 13-03-2012 08:13, ayouB __ escreveu: hi, I want that every client request and every server response be encrypted not just the users data "login& password" from the connection view (My application concern the electronic banking sector), so i'm asking if MyFa

RE: Encryption librairies for JSF

2012-03-13 Thread ayouB __
hi, I want that every client request and every server response be encrypted not just the users data "login & password" from the connection view (My application concern the electronic banking sector), so i'm asking if MyFaces can supports both of AES and RSA ?! > Date: Tue, 13 Mar 2012 11:5

Re: Encryption librairies for JSF

2012-03-13 Thread Manuel Hartl
hi what actually do you want to secure? what is your requirement for public key cryptography? Manuel. > Thank you my friend for your reply :) > > I want just say that in the example you give me, there's only AES specified > as the encryption algorithm. I'm wondering if MyFaces supports also R

RE: Encryption librairies for JSF

2012-03-13 Thread ayouB __
Thank you my friend for your reply :) I want just say that in the example you give me, there's only AES specified as the encryption algorithm. I'm wondering if MyFaces supports also RSA not just AES ?! > Date: Tue, 13 Mar 2012 11:20:50 +0100 > Subject: Re: Encryption librairies for JSF > Fr

Re: Encryption librairies for JSF

2012-03-13 Thread Bogomil Shopov
http://wiki.apache.org/myfaces/Secure_Your_Application On 13 March 2012 11:12, ayouB __ wrote: > > > > Hi every body, > > I'm asking if there is some librairies in JSF(MyFaces) for encryption like : > Hash SHA for 512 - RSA/AES > > Thanks. > -- Bogomil "Bogo" Shopov Internet enthusiast in m

Encryption librairies for JSF

2012-03-13 Thread ayouB __
Hi every body, I'm asking if there is some librairies in JSF(MyFaces) for encryption like : Hash SHA for 512 - RSA/AES Thanks.

Re: Profiling tool for JSF

2012-03-13 Thread Werner Punz
Ok I am dragging this into the users list You mix things up here, Flex is a pure client side technology which runs in a plugin while JSF is server side which renders html into your presentation layer. So if you need memory profiling you have to be clear that following happens a) Flex everythi

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
Mhh this looks like a bug in Glassfish to me, the entries in the glassfish-web.xml look correct to me. Problem is generally that glassfish is not to keen on overrides of its system libs in my experience. Even while myfaces runs, try to replace Weld for instance and you run into a mess. Glassf