Re: CODI/ExtVal Add-Ons

2011-10-17 Thread Thomas Andraschko
Hi Gerhard, thanks for this links but i can't find the boost add-on in this repositories. It this add-on somewhere available or should i build it from source? Thanks Thomas 2011/10/11 Gerhard Petracek gerhard.petra...@gmail.com hi thomas, see [1] and [2]. some add-ons are deployed to

Re: [Trinidad] Should inner subform submit an outer subform ?

2011-10-17 Thread Walter Mourão
Bump! (sorry bumping, but all I wanna know is the expected behavior) Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br 2011/10/13 Walter Mourão walter.mou...@gmail.com Hi folks, in the situation: subform1 ... subform2 ... button2/

id of submitted command accessible in PhaseListener?

2011-10-17 Thread Michael Heinen
Hi, Can I determine in a PhaseListener which action/actionListener should be called or which commandButton was executed? Especially after skipping some phases due to validation or conversion errors? Michael

NPE with CODI, OWB and JUNIT

2011-10-17 Thread Thomas Andraschko
Hi, my junit tests extends from AbstractCdiAwareTest and i'm trying to inject one of my DAO's. The NPE occurs in TestContainerFactory.isServletContextAwareContainer because testContainer is null. Here is my list with depenedencies: artifactIdjunit/artifactId

Re: NPE with CODI, OWB and JUNIT

2011-10-17 Thread Gerhard Petracek
hi thomas, you also need other dependencies like myfaces-test and the jsf-support-module. you can have a look e.g. at [1]. regards, gerhard [1] http://code.google.com/a/apache-extras.org/p/myfaces-codi-examples/source/browse/community/pom.xml http://www.irian.at Your JSF powerhouse - JSF

Re: NPE with CODI, OWB and JUNIT

2011-10-17 Thread Thomas Andraschko
Also i don't want to include jsf/web dependencies to this module, i only need a CDI aware test. This is just for my business logic layer. 2011/10/17 Thomas Andraschko zoi...@googlemail.com Hi Gerhard, do i really need this when i just want to test my business logic without web and jsf?

Re: NPE with CODI, OWB and JUNIT

2011-10-17 Thread Gerhard Petracek
hi thomas, i see. in this case you need the cditest-owb module of owb (it's in the same example). regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2011/10/17 Thomas Andraschko

My Faces Tunning

2011-10-17 Thread Boyd, David (Corporate)
All, I am doing some investigation into how to shrink the amount of session memory our JSF application is consuming on a per user basis. We are using MyFaces 1.1.7 and Tomahawk 1.1.5 running on IBM Websphere 7.0 patch 19. (Not able to upgrade either of these items at this time) IBM's

Re: My Faces Tunning

2011-10-17 Thread Scott O'Bryan
Wow.. Looks like you've done a lot, but I personally think 5K is unrealistic. Your right. Essentially JSF stores your component tree in memory. You MAY be able to enable client-side state saving which should free you up some memory at the expense of storing the entire view tree on the