Re: problem compatibility Myfaces/Spring

2012-04-13 Thread Mark Struberg
We'd need the full stack trace. But I don't think it is a MyFaces version related issue... LieGrue, strub - Original Message - > From: ayouB __ > To: users@myfaces.apache.org > Cc: > Sent: Friday, April 13, 2012 1:54 PM > Subject: RE: problem compatibility

RE: problem compatibility Myfaces/Spring

2012-04-13 Thread ayouB __
Hi, To tell you the truth, i'm using now MyFaces 2.1.5 with Spring 3.0.0 and i got this error while runing my web project into the tomcat 7 server : org.springframework.beans.factory.BeanCreationException: Error creating bean ... i guess it's caused by a compatibilty between MyFa

Re: problem compatibility Myfaces/Spring

2012-04-13 Thread Thomas Andraschko
The Spring-JSF-Integration is very limited, i think all (maybe not 1.0-beta...) versions should be compatible. 2012/4/13 ayouB __ > > Thanks for your reply Denis, but i'm asking what versions of Myfaces are > completely compatible with Spring 3.0.0 exactely not any other version of > spring.

RE: problem compatibility Myfaces/Spring

2012-04-13 Thread ayouB __
Thanks for your reply Denis, but i'm asking what versions of Myfaces are completely compatible with Spring 3.0.0 exactely not any other version of spring.

Re: problem compatibility Myfaces/Spring

2012-04-13 Thread Dennis Hörsch
Hi, we are currently running MyFaces 1.1(x) and MyFaces 2.1.6 with Spring 3.1 Greetings, dennis Am 13.04.2012 13:06, schrieb ayouB __: Hi every body, I'm asking which versions of Apache MyFaces are compatible with Spring 3.0.0 ?! Thanks. -- HIS Ho

problem compatibility Myfaces/Spring

2012-04-13 Thread ayouB __
Hi every body, I'm asking which versions of Apache MyFaces are compatible with Spring 3.0.0 ?! Thanks.

RE: MyFaces Spring Orchestra Best Practice

2009-09-21 Thread jid1
makes them bookmarkable, but also vulnerable. > > > In this area it is hard to tell what is "best practice". > I normally use 1 or 2 and sometimes 2a :-) > > Ciao, > Mario > > -Ursprüngliche Nachricht- > Von: jid1 [mailto:ideligian...@velti.com

RE: MyFaces Spring Orchestra Best Practice

2009-09-18 Thread Mario Ivankovits
@velti.com] Gesendet: Freitag, 18. September 2009 17:01 An: users@myfaces.apache.org Betreff: MyFaces Spring Orchestra Best Practice hello, I am trying to implement the following: Backing bean A is used to render search results Backing bean B is used to render the specific details of one

MyFaces Spring Orchestra Best Practice

2009-09-18 Thread jid1
7; solution? (ideally speaking these are in the same conversation, but let's say they aren't). Any documentation links very welcomed!! Thanks -- View this message in context: http://www.nabble.com/MyFaces-Spring-Orchestra-Best-Practice-tp25510295p25510295.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

MyFaces + Spring WebFlow

2007-06-27 Thread Turner, John
I am using MyFaces Tobago and Spring WebFlow. I have a link within a JSF page as below: The indexId parameter (or any parameter except the flowId) does not appear to be on the request parameter map? Any ideas? -- This is a confidential communication and is intended only for th

RE: Myfaces, Spring and Hibernate

2006-04-12 Thread Lance Frohman
Title: Myfaces, Spring and Hibernate Try Appfuse   https://appfuse.dev.java.net/   From: Kranthi Parasu [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 10:17 AMTo: 'MyFaces Discussion'Subject: Myfaces, Spring and Hibernate Hello All, Iam currently in the process of

The killer stack was RE: Myfaces, Spring and Hibernate

2006-04-12 Thread rhightower
ing Variable Resolver makes everything work smooth as butter. > > Jeremy Sager > Data Communications Product Manager > Chesapeake System Solutions > 410.356.6805 x120 > [EMAIL PROTECTED] > _ > > From: Kranthi Parasu [mailto:[EMAIL PROTECTED] > Sent: Wednesday, Apri

The killer stack was RE: Myfaces, Spring and Hibernate

2006-04-12 Thread rhightower
Resolver makes everything work smooth as butter. > > Jeremy Sager > Data Communications Product Manager > Chesapeake System Solutions > 410.356.6805 x120 > [EMAIL PROTECTED] > _ > > From: Kranthi Parasu [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 12, 2006

RE: Myfaces, Spring and Hibernate

2006-04-12 Thread Jeremy Sager
Title: Myfaces, Spring and Hibernate My company is doing the web client version of our flagship product with JSF+Spring+Hibernate and we definitely feel that it was the right choice. I obviously can’t send you a copy of the app, but I can offer a testimonial. The Delegating Variable

RE: Myfaces, Spring and Hibernate

2006-04-12 Thread Kranthi Parasu
Title: Myfaces, Spring and Hibernate Thanks Andy!   I will cetainly take a look at this.   Kranthi   -From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Wednesday, April 12, 2006 1:20 PMTo: users@myfaces.apache.orgSubject: AW: Myfaces, Spring and Hibernate Hi, perhaps this

AW: Myfaces, Spring and Hibernate

2006-04-12 Thread andreas.mitter
Title: Myfaces, Spring and Hibernate Hi, perhaps this helps you: http://www.javaworld.com/javaworld/jw-07-2004/jw-0719-jsf.html   At the bottom of the page you can download a sample application.   It's not with Myfaces but with Suns JSF, but this shouldn't be a problem i think

Re: Myfaces, Spring and Hibernate

2006-04-12 Thread Faisal Mahmoud
application involving Myfaces, spring and hibernate, I have searched in the wiki and google but found none, if anyone has an application to share, please let me know. Thanks in advance, Kranthi -- http://www.quidprocode.com

Myfaces, Spring and Hibernate

2006-04-12 Thread Kranthi Parasu
Title: Myfaces, Spring and Hibernate Hello All, Iam currently in the process of evaluating Myfaces for my new project, all of our previous projects are Struts based. I have liked Myfaces so far but I am interested in an sample application involving Myfaces, spring and hibernate, I have

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

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

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 totall

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, cl

Re: MyFaces - Spring integration problems

2006-04-03 Thread Cagatay Civici
t; > 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

Re: MyFaces - Spring integration problems

2006-04-03 Thread Philippe Lamote
> -Original 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 shou

Re: MyFaces - Spring integration problems

2006-04-03 Thread Cagatay Civici
;) >> 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 problems> >> > N

Re: MyFaces - Spring integration problems

2006-04-02 Thread Martin Marinschek
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: MyFace

Re: MyFaces - Spring integration problems

2006-04-02 Thread Philippe Lamote
ge- 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, and that&

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' >Subj

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, Denn

Re: MyFaces - Spring integration problems

2006-04-02 Thread Dennis Byrne
>You can leave out the StartupServletContextListener, and nothing in >the whole app will change. This listener is in there for an issue with >the WebLogic container, which has been fixed already. >Martin Martin, The deloyment descriptor is also parsed in the listener as well. Encryption is init

Re: MyFaces - Spring integration problems

2006-04-02 Thread Martin Marinschek
t first glance, everything looks correct. You could try downloading > > Equinox and comparing your configuration. > > > > https://equinox.dev.java.net/servlets/ProjectDocumentList? > > folderID=4847 > > > > There's a pre-built JSF version available - with Spring an

Re: MyFaces - Spring integration problems

2006-04-02 Thread Philippe Lamote
t JSF version available - with Spring and Hibernate on the backend. You'll need a database whose settings match WEB-INF/classes/jdbc.properties in order to deploy it. https://equinox.dev.java.net/files/documents/1901/30019/equinox- jsf.war Matt On 4/2/06, Philippe Lamote <[EMAIL PROTECTED]> w

Re: MyFaces - Spring integration problems

2006-04-02 Thread Cagatay Civici
/classes/jdbc.properties in order to deploy it.>> https://equinox.dev.java.net/files/documents/1901/30019/equinox-jsf.war>> Matt>> On 4/2/06, Philippe Lamote <[EMAIL PROTECTED]> wrote:> > Hi List, > >> > I'm getting unexplainable MyFaces-Spring integration

Re: MyFaces - Spring integration problems

2006-04-02 Thread Martin Marinschek
ocuments/1901/30019/equinox-jsf.war > > Matt > > 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/ Fi

Re: MyFaces - Spring integration problems

2006-04-02 Thread Matt Raible
a database whose settings match WEB-INF/classes/jdbc.properties in order to deploy it. https://equinox.dev.java.net/files/documents/1901/30019/equinox-jsf.war Matt On 4/2/06, Philippe Lamote <[EMAIL PROTECTED]> wrote: > Hi List, > > I'm getting unexplainable MyFaces-Spring integr

Re: MyFaces - Spring integration problems

2006-04-02 Thread Marco Mistroni
o Mistroni wrote:Hello,  you might want to try jsf-spring project (it's a sourceforge project), it integrates the two framework just fine i m currently using it, and it work just finehth marco On 4/2/06, Philippe Lamote < [EMAIL PROTECTED]> wrote: Hi List,I'm getting unexplainable M

Re: MyFaces - Spring integration problems

2006-04-02 Thread Philippe Lamote
e <[EMAIL PROTECTED]> 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 smal

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 finehth marco On 4/2/06, Philippe Lamote <[EMAIL PROTECTED]> wrote: Hi List,I'm getting unexplainable MyFaces-Spring inte

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...)

Re: MyFaces + Spring

2006-03-07 Thread Marco Mistroni
Hello,  htere's a library just for that, it's called Spring integration library... it might helprgds   marcoOn 3/7/06, Cagatay Civici < [EMAIL PROTECTED]> wrote: Hi,Your configuration seems ok at first look, before you add this configuration to your faces-config and web descriptor was everything ok

Re: MyFaces + Spring

2006-03-07 Thread Cagatay Civici
Hi,Your configuration seems ok at first look, before you add this configuration to your faces-config and web descriptor was everything ok? Also tomcat logs may help more.Cagatay, On 3/7/06, net connect <[EMAIL PROTECTED]> wrote: Dear all,I am trying to integrate MyFaces and Spring as suggested at S

MyFaces + Spring

2006-03-07 Thread net connect
Dear all,I am trying to integrate MyFaces and Spring as suggested at Spring reference documentation. I am using org.springframework.web.jsf.DelegatingVariableResolverI have followed two steps as suggested by documentation viz. -The : contextConfigLocation/WEB-INF/applicationCon

Re: myfaces + Spring + Acegi Problem

2005-10-07 Thread Julián García
I have used myfaces and acegi with no problems so far. However, I try not to use a JSF page as my login page, I use a plain jsp. If using a jsf page is a requirement, check this blog entry: http://www.jroller.com/page/vtatai/20050505 In regard to the code below: what for do you use runAsManag

myfaces + Spring + Acegi Problem

2005-10-07 Thread Peter Cheung
I was having problem to get Acegi 0.8.3 to work with myfaces 1.1 and Spring 1.2.5 in Tomcat 5.5.9 running 1.5.0_2. I modified  myfaces_tiles_examples from myfaces 1.0.9, so that I created a new directory called mine, and inside there was a jsp called my_page.jsp. In the Spring configuration file, I

JSF/MyFaces/Spring/Hibernate/XML Schema project

2005-07-19 Thread Aleksei Valikov
Hi. Many thanks to MyFaces people! Your work allowed me VERY fast prototyping of a relatively complex web app. Few screenshots: http://www.livejournal.com/users/lexicore/55223.html Bye. /lexi

MyFaces-Spring integration

2005-03-29 Thread Werner Punz
Hi I also sent this problem down the spring user mailinglist. I have been banging my head for the last 5 hours in regarding the myfaces-spring integration. The problem area is the Spring integrated AOP handling which refuses to work in conjunction with myfaces. Maybe somebody has a clue: I try