Re: MyFaces - Spring integration problems

2006-04-03 Thread Cagatay Civici
: Sunday, April 2, 2006 03:02 PM To: 'MyFaces Discussion' Subject: Re: MyFaces - Spring integration problems No, no. I should be more clear today. What I meant is that the listener will be loaded automatically, and that's good, cause it is absolutely necessary for MyFaces. But you don't have

Re: MyFaces - Spring integration problems

2006-04-03 Thread Philippe Lamote
[mailto:[EMAIL PROTECTED] Sent: Sunday, April 2, 2006 03:02 PM To: 'MyFaces Discussion' Subject: Re: MyFaces - Spring integration problems No, no. I should be more clear today. What I meant is that the listener will be loaded automatically, and that's good, cause it is absolutely

Re: MyFaces - Spring integration problems

2006-04-03 Thread Cagatay Civici
Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 2, 2006 03:02 PM To: 'MyFaces Discussion' Subject: Re: MyFaces - Spring integration problems No, no. I should be more clear today. What I meant is that the listener will be loaded automatically

Re: MyFaces - Spring integration problems

2006-04-03 Thread Mike Kienenberger
On 4/2/06, Philippe Lamote [EMAIL PROTECTED] wrote: 1/ What would it take to use this (apart from adding the lib in web-inf/lib :-) (if you don't mind, could you make a summary as I did for the Spring - JSF integration? I've seen the question pass by on this list but nowhere a consise, clear

Re: MyFaces - Spring integration problems

2006-04-03 Thread Matthias Wessendorf
4) One word of warning: Spring beans will not be able to think in terms of scope - or put otherway, they'll always have a scope of none or application. Manfred was trying to find a solution for this before he went on vacations, maybe he'll come up with something after returning totally

Re: MyFaces - Spring integration problems

2006-04-03 Thread Matt Raible
Spring 2.0 allows you to scope beans for request and session as well. You could try a milestone release if you need this functionality. Matt On 4/3/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: 4) One word of warning: Spring beans will not be able to think in terms of scope - or put

Re: MyFaces - Spring integration problems

2006-04-03 Thread Martin Marinschek
Manfred is working on something like scoped bean support in a jsf-spring bridge which is not as intrusive as jsf-spring itself (jsf-spring is essentially a reimplementation of jsf managed bean support and the spring configuration parser). He has been pretty confident today ;). regards, Martin

MyFaces - Spring integration problems

2006-04-02 Thread Philippe Lamote
Hi List, I'm getting unexplainable MyFaces-Spring integration problems, I was hoping someone could give a hint. 1/ First some setup info: I followed the Sping JSF doc and did this to integrate the two: (I will try to be being extensive as big errors often small roots...) 1.1 Libs were

Re: MyFaces - Spring integration problems

2006-04-02 Thread Marco Mistroni
Hello, you might want to try jsf-spring project (it's a sourceforge project), it integrates the two framework just finei m currently using it, and it work just finehthmarco On 4/2/06, Philippe Lamote [EMAIL PROTECTED] wrote: Hi List,I'm getting unexplainable MyFaces-Spring integration problems, I

Re: MyFaces - Spring integration problems

2006-04-02 Thread Philippe Lamote
] wrote: Hi List,I'm getting unexplainable MyFaces-Spring integration problems, I washoping someone could give a hint.1/ First some setup info: I followed the Sping JSF doc and did thisto integrate the two: (I will try to be being extensive as big errors often small roots...)1.1 Libs were added (in web

Re: MyFaces - Spring integration problems

2006-04-02 Thread Marco Mistroni
(it's a sourceforge project), it integrates the two framework just fine i m currently using it, and it work just finehthmarco On 4/2/06, Philippe Lamote [EMAIL PROTECTED] wrote: Hi List,I'm getting unexplainable MyFaces-Spring integration problems, I was hoping someone could give a hint.1/ First

Re: MyFaces - Spring integration problems

2006-04-02 Thread Martin Marinschek
getting unexplainable MyFaces-Spring integration problems, I was hoping someone could give a hint. 1/ First some setup info: I followed the Sping JSF doc and did this to integrate the two: (I will try to be being extensive as big errors often small roots...) 1.1 Libs were added (in web-inf

Re: MyFaces - Spring integration problems

2006-04-02 Thread Cagatay Civici
On 4/2/06, Philippe Lamote [EMAIL PROTECTED] wrote: Hi List, I'm getting unexplainable MyFaces-Spring integration problems, I was hoping someone could give a hint. 1/ First some setup info: I followed the Sping JSF doc and did this to integrate the two: (I will try to be being extensive

Re: MyFaces - Spring integration problems

2006-04-02 Thread Martin Marinschek
unexplainable MyFaces-Spring integration problems, I was hoping someone could give a hint. 1/ First some setup info: I followed the Sping JSF doc and did this to integrate the two: (I will try to be being extensive as big errors often small roots...) 1.1 Libs were added (in web-inf

Re: MyFaces - Spring integration problems

2006-04-02 Thread Martin Marinschek
No, no. I should be more clear today. What I meant is that the listener will be loaded automatically, and that's good, cause it is absolutely necessary for MyFaces. But you don't have to put it in the web.xml anymore, it will be loaded automatically by the TLD. regards, Martin On 4/2/06,

Re: MyFaces - Spring integration problems

2006-04-02 Thread Dennis Byrne
Good, cause Sean just branched and I did not want to spend day and night looking for a better way ;) Dennis Byrne -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Sunday, April 2, 2006 03:02 PM To: 'MyFaces Discussion' Subject: Re: MyFaces - Spring integration

Re: MyFaces - Spring integration problems

2006-04-02 Thread Philippe Lamote
Marinschek [mailto:[EMAIL PROTECTED] Sent: Sunday, April 2, 2006 03:02 PM To: 'MyFaces Discussion' Subject: Re: MyFaces - Spring integration problems No, no. I should be more clear today. What I meant is that the listener will be loaded automatically, and that's good, cause it is absolutely

Re: MyFaces - Spring integration problems

2006-04-02 Thread Martin Marinschek
- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Sunday, April 2, 2006 03:02 PM To: 'MyFaces Discussion' Subject: Re: MyFaces - Spring integration problems No, no. I should be more clear today. What I meant is that the listener will be loaded automatically