MyFaces on Glassfish 3

2011-06-03 Thread Cagatay Civici
Hi Guys, I'm no Glassfish expert, does anyone know how to replace mojarra of gf3 with MyFaces? Thanks, Cagatay

[jira] [Updated] (MYFACESTEST-55) MockValueExpression cannot handle list/array indices

2011-06-03 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/MYFACESTEST-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher updated MYFACESTEST-55: Resolution: Fixed Fix Version/s: 1.0.4-SNAPSHOT Assignee: Rudy

Re: MyFaces on Glassfish 3

2011-06-03 Thread Juan Fernandez-Corugedo Igual
Put the myfaces jar files and all of its dependencies in the WEB-INF/lib folder of your proyect and add a Glassfish configuration file (WEB-INF/sun-web.xml) with this content: sun-web-app class-loader delegate=false / property name=useMyFaces value=true / property name=useBundledJsf

Re: MyFaces on Glassfish 3

2011-06-03 Thread Gerhard Petracek
hi, in glassfish v3 they renamed it from useMyFaces to useBundledJsf [1] - you don't need both. regards, gerhard [1] http://java.net/jira/browse/GLASSFISH-6577 http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for

Re: MyFaces on Glassfish 3

2011-06-03 Thread Cagatay Civici
Great, thanks! On Jun 3, 2011, at 11:10 AM, Juan Fernandez-Corugedo Igual wrote: Put the myfaces jar files and all of its dependencies in the WEB-INF/lib folder of your proyect and add a Glassfish configuration file (WEB-INF/sun-web.xml) with this content: sun-web-app class-loader

[jira] [Commented] (MYFACESTEST-55) MockValueExpression cannot handle list/array indices

2011-06-03 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/MYFACESTEST-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13043352#comment-13043352 ] Matt Benson commented on MYFACESTEST-55: Thanks Rudy! MockValueExpression

[core] EL improvements - summary

2011-06-03 Thread Martin Koci
Hi, summary of ExpressionLanguage-related improvements (done or in progress) 1) ELResolvers sorting: https://cwiki.apache.org/MYFACES/elresolver-ordering.htm 2) EL Resolvers filtering: MYFACES-3075 3) Disable JSP (and javax.faces.el) support: MYFACES-3078 4) cache ELExpressions:

[jira] [Created] (MYFACES-3167) UIComponent EventListenerWrapper optimizations

2011-06-03 Thread Leonardo Uribe (JIRA)
UIComponent EventListenerWrapper optimizations -- Key: MYFACES-3167 URL: https://issues.apache.org/jira/browse/MYFACES-3167 Project: MyFaces Core Issue Type: Improvement Components:

[jira] [Resolved] (MYFACES-3167) UIComponent EventListenerWrapper optimizations

2011-06-03 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-3167. - Resolution: Fixed Fix Version/s: 2.1.1 2.0.7 UIComponent

[jira] [Created] (PORTLETBRIDGE-213) Portlet 2.0 Bridge: FacesMessages not updated in bridge scope if empty

2011-06-03 Thread Michael Freedman (JIRA)
Portlet 2.0 Bridge: FacesMessages not updated in bridge scope if empty --- Key: PORTLETBRIDGE-213 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-213 Project: MyFaces

Re: [core] performance: avoid wrapped EL Expressions

2011-06-03 Thread Martin Koci
Hi, the idea seems very good - but when is decided that expression does not uses some variable resolved by VariableResolver? TagAttributeImpl.getValue/MethodExpression methods are called in VDL.buildView - how is the check done? String parsing? Yes, I didn't look in the patch, its friday :)

Re: [core] performance: avoid wrapped EL Expressions

2011-06-03 Thread Leonardo Uribe
Hi 2011/6/3 Martin Koci martin.kocicak.k...@gmail.com: Hi, the idea seems very good - but when is decided that expression does not uses some variable resolved by VariableResolver? Inside VariableMapperWrapper.resolveVariable. If it returns a not null value, a variable has been resolved.

Re: [core] performance: avoid wrapped EL Expressions

2011-06-03 Thread Kito Mann
Leonardo, would this reduce the number of calls to getters during request processing? --- Kito D. Mann | twitter: kito99 | Author, JSF in Action Virtua, Inc. | http://www.virtua.com | JSF/Java EE training and consulting http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info | twitter:

Re: [core] performance: avoid wrapped EL Expressions

2011-06-03 Thread Leonardo Uribe
Hi Kito No, this will reduce the number of value/method expressions created each request, but the calls to getters during request will be the same. In my understanding, some additional getter calls are triggered by effect of ve.getType(). The only way to prevent that is define the type

[jira] [Created] (EXTCDI-195) Rename ClassLevelValidator to ClassLevelConstraintValidator

2011-06-03 Thread Gerhard Petracek (JIRA)
Rename ClassLevelValidator to ClassLevelConstraintValidator --- Key: EXTCDI-195 URL: https://issues.apache.org/jira/browse/EXTCDI-195 Project: MyFaces CODI Issue Type: Task

[jira] [Created] (EXTCDI-196) advanced version of ValidatorFactory#usingContext

2011-06-03 Thread Gerhard Petracek (JIRA)
advanced version of ValidatorFactory#usingContext - Key: EXTCDI-196 URL: https://issues.apache.org/jira/browse/EXTCDI-196 Project: MyFaces CODI Issue Type: Improvement Components:

[jira] [Resolved] (EXTCDI-196) advanced version of ValidatorFactory#usingContext

2011-06-03 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTCDI-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved EXTCDI-196. - Resolution: Fixed Fix Version/s: 1.0.0 advanced version of

[jira] [Resolved] (EXTCDI-195) Rename ClassLevelValidator to ClassLevelConstraintValidator

2011-06-03 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTCDI-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved EXTCDI-195. - Resolution: Fixed Fix Version/s: 1.0.0 Rename ClassLevelValidator to

Not able to use tr validators/convertors with facelets

2011-06-03 Thread parthiv pradhan
Hi All, I am having this strange problem. I am able to use all trinidad components in my project where I am using facelets. But when I use any of the trinidad validator/convertor tag I get the below error while running the xhtml file. any help on this would be very useful!! thanks Parthiv

Re: Blank check validator in Trinidad 1.2

2011-06-03 Thread parthiv pradhan
please ignore this. seems like a conflict between trinidad components and java JSF components. I placed the components inside trinidad table layout instead of panelgrid and the error messages are shown in red color. thanks On Wed, Jun 1, 2011 at 10:57 PM, parthiv pradhan