Re: EXTVAL - DefaultValidatorId will not be set

2016-09-29 Thread Gerhard Petracek
her users who can benefit from it. regards, gerhard 2016-09-29 7:38 GMT+02:00 md <m.dre...@dzbw.de>: > Hi Gerhard, > thanks for your response. > Right now we use crossvalidators, also custom implementations, and some > AbstractStartupListener implementations. > Unt

Re: EXTVAL - DefaultValidatorId will not be set

2016-09-28 Thread Gerhard Petracek
hi markus, jsf 2.2 introduced some incompatibilities impacting the (out-of-the-box) forward compatibility of extval (as it was available for jsf 2.1). if you are interested in it, please file a feature-request/jira-ticket. regards, gerhard 2016-09-28 6:56 GMT+02:00 md <m.dre...@dzbw

Re: [COMMUNITY] Thomas Andraschko - Committer

2015-07-03 Thread Gerhard Petracek
welcome! regards, gerhard 2015-07-02 23:16 GMT+02:00 Mike Kienenberger mkien...@gmail.com: The MyFaces PMC is proud to announce a new addition to our community. Please welcome Thomas Andraschko as the newest MyFaces committer! Thomas is a long-time active member of the MyFaces community

PMC chair rotation

2015-05-03 Thread Gerhard Petracek
Kienenberger Regards, Gerhard

Re: Custom converter as tag with attributes?

2015-02-16 Thread Gerhard Petracek
hi karl, in deltaspike that should work since v1.1.0 once you add javassist. at least we have tests for it which pass... regards, gerhard http://www.irian.at Your JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

[ANNOUNCE] Release of Apache MyFaces Extensions Validator 2.0.8

2014-06-26 Thread Gerhard Petracek
/EXTVAL_208 Enjoy! Gerhard Petracek

Re: BeanManager lookup returing null !

2014-06-12 Thread Gerhard Petracek
hi felipe, you pass in a scope-annotation as qualifier. - it can't work, since a scope is no qualifier. (fyi: please ask questions about cdi on the list for openwebbeans.) regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English

Re: Problem with clientWindow id and Deltaspike 0.7

2014-05-21 Thread Gerhard Petracek
@thomas: the bridge just gets active once you enable the client-window of jsf (otherwise deltaspike continues as usual). regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

Re: Problem with clientWindow id and Deltaspike 0.7

2014-05-21 Thread Gerhard Petracek
hi karl, that combination (extval + jsf 2.2 bridge of ds) is currently undefined due to the undefined order of the different wrappers... regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support

Re: Subscribe

2014-05-05 Thread Gerhard Petracek
hi felipe, #1 primefaces is a component library and not a jsf implementation. #2 please use the archetype (for myfaces-core/owb/codi) and change the generated example step by step (then you see the wrong step). regards, gerhard 2014-05-05 0:57 GMT+02:00 Felipe Pina fop@gmail.com: only

Re: Subscribe

2014-05-03 Thread Gerhard Petracek
annotations with @Named) regards, gerhard [1] http://s.apache.org/LJS [2] https://github.com/os890/javaweb-cdi-ds-project-template http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2014-05-04 5

Re: CODI issue with CDI Observer

2014-03-23 Thread Gerhard Petracek
hi rafael, please test the same with deltaspike 0.6 regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2014-03-23 18:23 GMT+01:00 Rafael Pestano rmpest...@yahoo.com.br

Re: CODI issue with CDI Observer

2014-03-23 Thread Gerhard Petracek
since the implementation in ds is different and it works with other servers, it sounds like a general glassfish-issue with custom scopes. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support

Re: CODI issue with CDI Observer

2014-03-23 Thread Gerhard Petracek
it isn't nice that we need such a workaround, however, we can add it easily (in codi as well as in deltaspike). regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2014-03

[ANNOUNCE] Release of Apache MyFaces Extensions CDI 1.0.6

2014-03-04 Thread Gerhard Petracek
/download.html Apache MyFaces CODI is available in the central Maven repository under Group ID org.apache.myfaces.extensions.cdi.*. Release Notes: http://s.apache.org/CODI_106 Enjoy! Gerhard Petracek

Re: @FlowScoped, @Named and @ManagedBean

2014-02-12 Thread Gerhard Petracek
hi ludovic, @ProjectStageActivated is called @Exclude in deltaspike and you can just drop @Advanced. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2014-02-12 9:29

Re: @FlowScoped, @Named and @ManagedBean

2014-02-12 Thread Gerhard Petracek
hi ludovic, once you enable the window-handling for jsf 2.2+, deltaspike v0.6+ will use it automatically. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2014-02-12 10

Re: @FlowScoped, @Named and @ManagedBean

2014-02-12 Thread Gerhard Petracek
@howard: (as announced back then) codi is in maintenance-mode, because new features will be added to deltaspike. you might have seen the latest updates for using it with ee7. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English

Re: @FlowScoped, @Named and @ManagedBean

2014-02-12 Thread Gerhard Petracek
hi ludovic, the add-on is for: codi 1.0.5 - deltaspike 0.5 (that's the reason for: 1.0.5_0.5_01) please don't use it with 0.6 (currently only @ViewAccessScoped is missing in ds) regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses

Re: JSF 2.2 Exit Flow

2014-01-18 Thread Gerhard Petracek
#closeConversations in case of codi or GroupedConversationManager#closeConversations in case of deltaspike). regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2014/1/18 Michael Kurz

Re: Apache ExtVal: Annotation @BeanValidation(useGroups = SkipValidation.class) has no effect for properties, annotated with @Column

2013-11-13 Thread Gerhard Petracek
that's correct. you can file a feature request for it (at [1]). if we provide it in extval-core, we can support both with one annotation. regards, gerhard [1] https://issues.apache.org/jira/browse/EXTVAL http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development

Re: Apache ExtVal: Annotation @BeanValidation(useGroups = SkipValidation.class) has no effect for properties, annotated with @Column

2013-11-12 Thread Gerhard Petracek
hi alexey, if it used to work, it should still work - please file an issue and i'll check it. (it would be great, if you can provide a simple demo-app which illustrates the issue.) regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses

Re: Apache ExtVal: Annotation @BeanValidation(useGroups = SkipValidation.class) has no effect for properties, annotated with @Column

2013-11-11 Thread Gerhard Petracek
by #1). further details are available at [1]. regards, gerhard [1] http://s.apache.org/EXTVAL_Chapter http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2013/11/11 Alexey Shakov alexey.sha

Re: Apache ExtVal: Annotation @BeanValidation(useGroups = SkipValidation.class) has no effect for properties, annotated with @Column

2013-11-11 Thread Gerhard Petracek
-implementation of your choice and bv forces specific constraint-rules, [2] can't support #1. (fyi: a jpa-provider can support #2 as well) regards, gerhard [1] http://svn.apache.org/repos/asf/myfaces/extensions/validator/trunk/validation-modules/property-validation/ [2] http://svn.apache.org/repos/asf/myfaces

Re: Apache CODI x JEE7 Glassfish4

2013-10-31 Thread Gerhard Petracek
i haven't said something different. 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/10/31 Mark Struberg strub...@yahoo.de yea, but that is minor tho what CODI

Re: Apache CODI x JEE7 Glassfish4

2013-10-30 Thread Gerhard Petracek
about conversations): std. cdi conversations are available since cdi 1.0 and have many disadvantages compared to codi-conversations. that was the reason for introducing codi-conversations at all (see e.g. [2]) - they are still useful. regards, gerhard [1] http://os890.blogspot.co.at/2013/07/add

Re: Apache CODI x JEE7 Glassfish4

2013-10-30 Thread Gerhard Petracek
-sets). 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/10/30 Kay Wrobel kay.wro...@gmx.net One could still investigate if @ConversatioScoped has improved in CDI 1.1

Re: Apache CODI x JEE7 Glassfish4

2013-10-30 Thread Gerhard Petracek
@mark: the parameter conversationPropagation was added in 1.1. 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/10/31 Mark Struberg strub...@yahoo.de Nope, we

Re: [MyFaces 2.2] invoke @PreDestroy on (CDI) ViewScoped beans upon session expiration

2013-10-18 Thread Gerhard Petracek
@howard: that's one of the issues i mentioned during the discussion for MYFACES-3797 and i was going to test it tomorrow. - thx for testing it and starting this thread. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English

Re: [MyFaces 2.2] invoke @PreDestroy on (CDI) ViewScoped beans upon session expiration

2013-10-18 Thread Gerhard Petracek
hi howard, i just planned a short (re-)test for starting a discussion like this one. 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/10/18 Howard W. Smith, Jr

Re: [MyFaces 2.2] invoke @PreDestroy on (CDI) ViewScoped beans upon session expiration

2013-10-18 Thread Gerhard Petracek
hi howard, your test confirmed what i saw recently - we have already what i planned to do (the confirmation of the issue). regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

Re: Future of MyFaces in non-CDI environments

2013-10-17 Thread Gerhard Petracek
hi moritz, @myfaces-core: the minimal goal is to be spec. compliant. @osgi+cdi: you might be interested in [1]. regards, gerhard [1] http://s.apache.org/Qu7 http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support

Re: DOwnload codi bundle jar for use inot tomee

2013-08-05 Thread Gerhard Petracek
tomee shouldn't have issues with the separated jar-files, however, see e.g. [1] regards, gerhard [1] http://repo2.maven.org/maven2/org/apache/myfaces/extensions/cdi/bundles/myfaces-extcdi-bundle-jsf20/1.0.5/myfaces-extcdi-bundle-jsf20-1.0.5.jar http://www.irian.at Your JSF/JavaEE powerhouse

Re: DOwnload codi bundle jar for use inot tomee

2013-08-05 Thread Gerhard Petracek
@ #1: please have a look e.g. at [1] @ #2: myfaces-extval doesn't implement the bv-spec. one part of it is a thin bv-integration-layer needed for jsf 1.x which can be used also for jsf 2.x to benefit from additional features. regards, gerhard [1] http://os890.blogspot.co.at/2011/08/scopes-view

Re: [ CODI ] redirect loop

2013-04-25 Thread Gerhard Petracek
hi stephen, please try to reproduce it with a reduced session-timeout. 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/4/22 Stephen More stephen.m...@gmail.com

Re: config web.xml myfaces for use with primefaces

2013-04-09 Thread Gerhard Petracek
hi, @ #1: it shouldn't be needed (myfaces-core is doing it automatically). if you have issues after removing it, please report it to the team of tomee. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German

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

2013-04-04 Thread Gerhard Petracek
hi adrian, we can do EXTCDI-308 easily, but basically it isn't an issue of codi - please file an issue for WAS8. 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

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

2013-03-21 Thread Gerhard Petracek
hi adrian, you can try if the approach i used in deltaspike 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

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

2013-03-21 Thread Gerhard Petracek
hi adrian, we had a lot of discussions about such (ear-)topics (e.g. see the comments at [1]). regards, gerhard [1] https://issues.jboss.org/browse/CDI-129 http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support

[ANNOUNCE] Release of Apache MyFaces Extensions Validator 2.0.7

2013-03-10 Thread Gerhard Petracek
/EXTVAL_207 Enjoy! Gerhard Petracek

Re: ExtVal with multiple RenderKit's (Primeface + Primeface Mobile) does not work correctly

2013-02-19 Thread Gerhard Petracek
hi @ all, i've moved the renderkit-cache used in GenericRenderKitWrapperFactory to AbstractRenderKitWrapperFactory and simplified the rest (see [1]). regards, gerhard [1] https://issues.apache.org/jira/browse/EXTVAL-151 2013/1/30 Howard W. Smith, Jr. smithh032...@gmail.com On Tue, Jan 29

Re: ExtVal with multiple RenderKit's (Primeface + Primeface Mobile) does not work correctly

2013-01-29 Thread Gerhard Petracek
hi reto, first of all: welcome @ myfaces! you are welcome to provide the patch for such an improvement (just attach it to a jira ticket). regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support

[ANNOUNCE] Release of Apache MyFaces Extensions Validator 1.2.6 and 2.0.6

2012-12-15 Thread Gerhard Petracek
://s.apache.org/EXTVAL_126 http://s.apache.org/EXTVAL_206 Enjoy! Gerhard Petracek

Re: [CODI] CODI v1.0.5 + WebSphere v8.5.0.1 problem

2012-12-10 Thread Gerhard Petracek
hi denis, maybe rohit can provide further details. regards, gerhard 2012/12/10 Denis Forveille denis.forvei...@gmail.com Hello I'm trying to use CODI v1.0.5 in WebSphere v8.5.0.1 with a very simple application, Even if the applications deploys and starts well, on the first page I

Re: Bug EXTVAL-130?

2012-12-05 Thread Gerhard Petracek
hi howard, please ensure that you are using the current snapshot from [1]. if you still have issues, please provide a link to a simple demo. (maybe you are facing an issue which affects codi but which isn't an issue of codi itself.) regards, gerhard [1] https://repository.apache.org/content

Re: Bug EXTVAL-130?

2012-12-05 Thread Gerhard Petracek
the integration of class-level validation which gets triggered at the end of the update-model-values phase. @ snapshot repository: see [1] regards, gerhard [1] https://repository.apache.org/content/groups/snapshots http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development

Re: el issue with weld (was: Bug EXTVAL-130?)

2012-12-05 Thread Gerhard Petracek
hi gerald, @ el issue with weld: that sounds like a serious weld bug. extval is just using the std. jsf-api (in this case: javax.faces.application.Application#evaluateExpressionGet). brian leathem confirmed the weld-issue - maybe jozef can provide further details. regards, gerhard http

Re: el issue with weld (was: Bug EXTVAL-130?)

2012-12-05 Thread Gerhard Petracek
short addition: in this case it's actually Application#getELResolver#getValue (brian confirmed it for Application#evaluateExpressionGet which is needed by extval as well) regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English

Re: Bug EXTVAL-130?

2012-12-04 Thread Gerhard Petracek
). you would need e.g. [2] to use the bv-api with a thin layer to allow bv based cross-field validation. regards, gerhard [1] https://issues.apache.org/jira/browse/EXTCDI-302 [2] http://os890.blogspot.co.at/2010/06/multi-field-form-validation-with-jsr.html http://www.irian.at Your JSF/JavaEE

Re: CODI: Exclude windowId from certain pages

2012-11-30 Thread Gerhard Petracek
load. - imo you would see the same issue with the std. session scope (just a bit later). 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/11/30 Mark Struberg strub

Re: CODI: Exclude windowId from certain pages

2012-11-29 Thread Gerhard Petracek
hi andreas, first of all: welcome @ myfaces! there are different approaches - e.g. you can use urls with windowId=automatedEntryPoint (see the javadoc in WindowContextManager) regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses

Re: CODI: Exclude windowId from certain pages

2012-11-29 Thread Gerhard Petracek
an issue - but we don't use glassfish ;) 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/11/29 Andreas Kaiser kaiser.andr...@gmail.com Hi thanks for the answer I

Re: Injection into filters with Tomcat

2012-11-26 Thread Gerhard Petracek
hi laurent, first of all: welcome @ myfaces! that isn't supported out-of-the-box (for filters). if you would like to do it on your own, you can have a look at the implementation of CodiUtils#tryToInjectFields . regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE

Re: Migrating to CDI: injecting stateless/facade in Converter via facescontext

2012-11-21 Thread Gerhard Petracek
hi howard, yes - i've fixed EXTCDI-302 already - if you like, you can test it with the current snapshot (just ensure that you have the latest snapshot). if you have an apache-jira account, i'll update the ticket so that you are listed as the reporter of it. regards, gerhard http://www.irian.at

Re: Can start in debug, but not in release

2012-11-21 Thread Gerhard Petracek
hi ludovic, then we would need a link to a package example which illustrates the issue. 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/11/21 l.pe...@senat.fr

Re: Migrating to CDI: injecting stateless/facade in Converter via facescontext

2012-11-21 Thread Gerhard Petracek
hi howard, #1: i've updated the ticket - thx! #2: via maven (to update a local snapshot build your application with the maven-parameter -U) or download it from [1] or checkout codi and build it locally (see the description in the wiki) regards, gerhard [1] https://repository.apache.org/content

Re: Migrating to CDI: injecting stateless/facade in Converter via facescontext

2012-11-21 Thread Gerhard Petracek
the jsf2 module of codi is tested with jsf 2.0.x and 2.1.x 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/11/21 Howard W. Smith, Jr. smithh032...@gmail.com

Re: Migration to TomEE/CDI complete, regression testing, ViewAccessScoped

2012-11-21 Thread Gerhard Petracek
hi howard, you can have a look at [1] (e.g. slide #9) the mentioned public application is using codi scopes like @ViewAccessScoped without any performance and/or memory issue. regards, gerhard [1] http://os890.blogspot.co.at/2012/11/slides-apache-myfaces-universe.html http://www.irian.at Your

Re: MyFaces 2.1.9 / Glassfish 3.1.2.2: Migrating to CDI Managed Beans

2012-11-20 Thread Gerhard Petracek
) and as suggested by mark, you can have a look at tomee. regards, gerhard [1] https://cwiki.apache.org/confluence/display/EXTCDI/Index [2] https://cwiki.apache.org/confluence/display/EXTCDI/Module+Overview 2012/11/17 Howard W. Smith, Jr. smithh032...@gmail.com Web application details: JSF 2.1

Re: MyFaces 2.1.9 / Glassfish 3.1.2.2: Migrating to CDI Managed Beans

2012-11-20 Thread Gerhard Petracek
yes - i sent this message a while ago from a different box (it looks like the sending process failed initially - so it was (re-)sent a bit too late...) you are welcome! regards, gerhard 2012/11/20 Howard W. Smith, Jr. smithh032...@gmail.com Gerhard, Thanks for the response. I've actually

Re: Migrating to CDI: injecting stateless/facade in Converter via facescontext

2012-11-20 Thread Gerhard Petracek
please have a look at [1] and [2]. regards, gerhard [1] https://issues.apache.org/jira/browse/EXTCDI-302 [2] http://people.apache.org/~gpetracek/myfaces/codi/demos/ http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional

Re: MyFaces 2.1.9 / Glassfish 3.1.2.2: Migrating to CDI Managed Beans

2012-11-17 Thread Gerhard Petracek
hi jose, just fyi: with tomee you don't need weld, because you get openwebbeans out-of-the-box. 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/11/17 José Luis

Re: @BeanValidation annotation at class level

2012-10-19 Thread Gerhard Petracek
hi manuel, thx for providing the details. please file a jira ticket (improvement) for it at [1]. regards, gerhard [1] https://issues.apache.org/jira/browse/EXTVAL http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional

Re: @BeanValidation annotation at class level

2012-10-19 Thread Gerhard Petracek
hi manuel, i guess - you are using weld... you can register a custom ProxyHelper to get rid of the issue. 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/10/19

Re: @BeanValidation annotation at class level

2012-10-19 Thread Gerhard Petracek
provide a custom implementation of org.apache.myfaces.extensions.validator.core.proxy.ProxyHelper (also see e.g. DefaultExtValCoreConfiguration#proxyHelper) however, you should get the real class in the next iteration (see #getSuperclass in #processClass) in any case. regards, gerhard http

Re: @BeanValidation annotation at class level

2012-10-19 Thread Gerhard Petracek
hi manuel, that's right - in my quick-check i haven't checked the parameters... - i'll fix it. thx 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/10/19

Re: @BeanValidation annotation at class level

2012-10-18 Thread Gerhard Petracek
hi manuel, you can check it in ExtValBeanValidationMetaDataInternals# extractExtValBeanValidationMetaData (see #inspectFirstBean (= class level), #inspectFirstProperty, #inspectBaseOfProperty (= class level) and #inspectLastProperty) regards, gerhard http://www.irian.at Your JSF/JavaEE

Re: MyFaces ExtVal at WAS 8.0.0.4 - Call in violation of protocol

2012-10-08 Thread Gerhard Petracek
hi heiko, imo it isn't an issue in extval. you can check if both jar-files (extval-core and extval-bv-module) are packaged correctly (in the application). regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German

Re: CODI scoped beans @PreDestroy not running after redirect

2012-09-07 Thread Gerhard Petracek
WindowContext#close (or #closeConversations) manually before you do the redirect. 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/9/7 oversteer brendanhealey...@yahoo.co.uk

Re: EXTCDI/CODI: Message: Posibility to use messageContext.message() for a specific componentId?

2012-09-04 Thread Gerhard Petracek
such a feature. 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/9/4 it-media.k...@daimler.com Hello everybody, I'm trying to get familiar with the power CODI

Re: Apache CODI Bug in version 1.0.5

2012-08-28 Thread Gerhard Petracek
hi christian, please file a jira ticket and attach the demo there. thx regards, gerhard 2012/8/28 Christian Beikov christian.bei...@gmail.com Hello guys! I just found a bug in the CODI code and wanted to report that to you. In The attachment you can find a maven WAR project

Re: [EXTVAL] Disable ExtVal for specific pages

2012-07-10 Thread Gerhard Petracek
hi thomas, thx - i'll have a look at it. 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/7/10 Thomas Andraschko zoi...@googlemail.com Hi, I created EXTVAL-145

Re: CODI addParameter problem while using PrettyFaces and windowId is null

2012-07-04 Thread Gerhard Petracek
hi glister, first of all: welcome @ myfaces! you can compare your setup with [1]. also see threads like [2] and [3]. regards, gerhard [1] http://s.apache.org/0IZ [2] http://s.apache.org/bzs [3] http://s.apache.org/6WK http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting

Re: Apache CODI and TomEE problem

2012-07-04 Thread Gerhard Petracek
hi martin, first of all: welcome @ myfaces! that's a tomee issue - there is nothing we can do about it in codi. please contact the tomee team. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional

Re: Extval ClassCastException when displaying entities

2012-07-03 Thread Gerhard Petracek
hi, that might happen due to the missing shared-lib-support. (it wasn't done so far because there are also other basic issues related to it (with some servers).) regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German

Re: DefaultErrorView

2012-06-26 Thread Gerhard Petracek
hi jose, exceptions during the rendering process are always special. - everything which could lead to an exception should be done before the rendering process. in this case you can't switch to an error-view, if you are in the middle of the rendering process of a page. regards, gerhard http

Re: DefaultErrorView

2012-06-26 Thread Gerhard Petracek
hi jose, yes - in a view-config @Secured is a simple annotation and not an interceptor (because there is nothing to intercept) - currently no @Stereotype support. @ custom (additional) meta-data: see [1]. regards, gerhard [1] https://cwiki.apache.org/confluence/display/EXTCDI/JSF+Usage

Re: DefaultErrorView

2012-06-26 Thread Gerhard Petracek
(); viewConfigResolver.getViewConfigDescriptor(currentViewId).getMetaData(); or viewConfigResolver.getViewConfigDescriptor(currentViewId).getMetaData(CustomMetaData.class); regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support

Re: [EXTVAL] @Column.lenght - h:inputText

2012-06-25 Thread Gerhard Petracek
hi thomas, +1 for adding it - please create a jira ticket (improvement). 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/6/25 Thomas Andraschko zoi

Re: @Secured CODI

2012-06-25 Thread Gerhard Petracek
hi jose, we wrap ViewHandler#createView - if your config is correct, it should work (you can check e.g. [1]). regards, gerhard [1] http://s.apache.org/SBP http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support

Re: DefaultErrorView

2012-06-25 Thread Gerhard Petracek
hi jose, your secured bean should always get accessed before the rendering starts (e.g. via a PreRenderView callback). otherwise you get the exception during the rendering process. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses

Fwd: No active contexts for CODI on Weblogic 12c

2012-06-21 Thread Gerhard Petracek
-- Forwarded message -- From: Rudy De Busscher rdebussc...@gmail.com Date: 2012/6/21 Subject: Re: No active contexts for CODI on Weblogic 12c To: Gerhard Petracek gerhard.petra...@gmail.com Hi maicon, I have no access to the test machine for the moment. I'll have a look

Re: No active contexts for CODI on Weblogic 12c

2012-06-21 Thread Gerhard Petracek
hi maicon, sounds like a wls12c bug with custom cdi scopes and auto-deployment. 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/6/21 Maicon pnpinformat

Re: No active contexts for CODI on Weblogic 12c

2012-06-20 Thread Gerhard Petracek
hi maicon, rudy did some tests with wls12c and afaik it worked for him. maybe he can provide further details. 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/6/20

Re: [CODI] redirect to ErrorView instead of Forward

2012-06-19 Thread Gerhard Petracek
hi thomas, you can use: @Page(navigation = Page.NavigationMode.REDIRECT) for any view-config. regards, gerhard 2012/6/19, Thomas Andraschko zoi...@googlemail.com: Hi, is it possible to send a redirect instead of forward for the ErrorView? We cache some of our pages and sometimes

Re: [CODI] redirect to ErrorView instead of Forward

2012-06-19 Thread Gerhard Petracek
hi thomas, the ViewConfigAwareNavigationHandler will do the redirect (if needed). however, a navigation isn't possible at any point in the lifecycle - depending on the value of 'allowNavigation' in SecurityUtils#processApplicationSecurityException you can use it. regards, gerhard 2012/6/19

Re: [CODI] redirect to ErrorView instead of Forward

2012-06-19 Thread Gerhard Petracek
hi thomas, it used to cause issues with some constellations/use-cases/component-libs/... . before we do something about it: it would be nice if you just remove the check of 'allowNavigation' in SecurityUtils#processApplicationSecurityException and test it with your application. regards, gerhard

Re: [CODI] redirect to ErrorView instead of Forward

2012-06-19 Thread Gerhard Petracek
hi thomas, yes - that's what i had in mind. please create a jira ticket (improvement). thx regards, gerhard 2012/6/19, Thomas Andraschko zoi...@googlemail.com: Hi, i tested it and it works fine :) Is it possible to add an config option to CODI to allow navigation in all cases? Regards

Re: CODI Page

2012-06-15 Thread Gerhard Petracek
will add or drop parts based on detailed discussions. - thx for providing your use-case. we keep it in mind for deltaspike. 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

Re: CODI Page

2012-06-14 Thread Gerhard Petracek
hi jose, the link [1] i provided shows it already: e.g. Pages.Vip.VipContent.class leads to /pages/vip/vipContent.xhtml (if you have to keep the 'I' prefix for interfaces, you have to provide the full base-path (with the current implementation)) regards, gerhard [1] http://s.apache.org/SBP

Re: CODI Page

2012-06-13 Thread Gerhard Petracek
naming convention). regards, gerhard [1] http://s.apache.org/SBP http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2012/6/13 José Luis Cetina maxtorz...@gmail.com Hi i have this folder

Re: CODI No bean found for type

2012-05-17 Thread Gerhard Petracek
hi jose, it looks like myfaces-core gets started before owb in your case. 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/5/18 José Luis Cetina maxtorz

Re: CODI + TomEE

2012-05-17 Thread Gerhard Petracek
please contact [1] the tomee community. regards, gerhard [1] http://openejb.apache.org/support.html http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2012/5/18 maxtorzito maxtorz

Re: CODI No bean found for type

2012-05-17 Thread Gerhard Petracek
yes - they fixed the issue, added test-cases which should ensure the compatibility and we deployed several demos successfully. regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache

Re: CODI No bean found for type

2012-05-17 Thread Gerhard Petracek
yes tomee v1.0 - before you contact the tomee community, please ensure that your setup is correct (e.g. CATALINA_HOME). regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

Re: Re[2]: [CODI] ViewAccessScoped beans without windowId in URL

2012-05-13 Thread Gerhard Petracek
hi pavel, you can use ServerSideWindowHandler (see [1] which provides additional details - i linked the whole thread in my previous answer [2]). regards, gerhard [1] http://markmail.org/message/2chkos7y2vjmjpzy [2] http://s.apache.org/k4 http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE

Re: [CODI] ViewAccessScoped beans without windowId in URL

2012-05-08 Thread Gerhard Petracek
hi pavel, you can have a look at a thread which starts at [1]. regards, gerhard [1] http://s.apache.org/Vv6 http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2012/5/8 Mark Struberg

Re: CODI + TomEE

2012-04-26 Thread Gerhard Petracek
hi jose, that's a known (and fixed) issue in tomee - details are available at [1]. (it's also mentioned in our wiki at [2]). regards, gerhard [1] http://os890.blogspot.com/2012/01/codi-meets-tomee.html [2] https://cwiki.apache.org/confluence/display/EXTCDI/Intro#Intro-Servers http

Re: @Secured and Stereotypes

2012-04-21 Thread Gerhard Petracek
classorg.apache.myfaces.extensions.cdi.jsf.impl.security.SecurityInterceptor/class /interceptors 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/4/20 Gerhard Petracek

Re: @Secured and Stereotypes

2012-04-20 Thread Gerhard Petracek
hi jose, i've tested it with owb. i'll test if there is a bug in weld which blocks this feature. 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/4/20 José Luis

  1   2   3   4   5   6   >