Re: [Orchestra] Orchestra and ajax

2009-09-11 Thread RAJ RAJENDRAN
Hello, Sorry to revive a pretty old thread. I was wondering if you found a solution to this. We are facing the same issue. Thanks. On Fri, Aug 15, 2008 at 8:17 AM, Esser, Jonas jonas.es...@medocino.dewrote: Hello, I tried Michaels example.war and I had to add a orchestra framworkAdapter

Re: [Orchestra] Orchestra and ajax

2008-08-15 Thread Esser, Jonas
Hello, I tried Michaels example.war and I had to add a orchestra framworkAdapter and the javax.faces.webapp.FacesServlet (web.xml) to get it started, but I get on every Request a new ConversationContext. Here is a link to the modified war http://jonas.fibe.de/javaee/orchestra/ . Mario

Re: [Orchestra] Orchestra and ajax

2007-07-08 Thread Michael Marr
? Michael -- View this message in context: http://www.nabble.com/-Orchestra--Orchestra-and-ajax-tf3987178.html#a11488508 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: [Orchestra] Orchestra and ajax

2007-07-08 Thread Mario Ivankovits
Hi Michael! Do you have plans for a release? Yes, I think to start a release mid August (after my vacation). Everyone should have had enough time then to uncover major bugs. Ciao, Mario

Re: [Orchestra] Orchestra and ajax

2007-06-30 Thread Mario Ivankovits
Hi Michael! the problem seems to be the first partial submit. After that a new Conversation is created. On subsequent partial submits it works like expected. Thanks for your webapp! I managed to find the problem and I think I fixed it. The problem was: I tried to work with the

Re: [Orchestra] Orchestra and ajax

2007-06-29 Thread Mario Ivankovits
Hi Michael! Thanks, I will have a look at it over the weekend. Ciao, Mario Hi, the problem seems to be the first partial submit. After that a new Conversation is created. On subsequent partial submits it works like expected. You can see that with the included war (no jars included,

Re: [Orchestra] Orchestra and ajax

2007-06-28 Thread Michael Marr
this message in context: http://www.nabble.com/-Orchestra--Orchestra-and-ajax-tf3987178.html#a11340860 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: [Orchestra] Orchestra and ajax

2007-06-28 Thread Mario Ivankovits
Hi Michael! I'll set up a small example project, can't post the whole war. Thanks! Could you show me the web.xml and faces-config.xml you used. Yepp, but I do not know if its correct at all, it is my first icefaces setup :-) web.xml: !DOCTYPE faces-config PUBLIC -//Sun Microsystems,

Re: [Orchestra] Orchestra and ajax

2007-06-28 Thread Michael Marr
-- View this message in context: http://www.nabble.com/-Orchestra--Orchestra-and-ajax-tf3987178.html#a11350877 Sent from the MyFaces - Users mailing list archive at Nabble.com.

[Orchestra] Orchestra and ajax

2007-06-27 Thread Michael Marr
/-Orchestra--Orchestra-and-ajax-tf3987178.html#a11321119 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: [Orchestra] Orchestra and ajax

2007-06-27 Thread Mario Ivankovits
Hi Michael! But now I have a problem with orchestra when using partial submits (we use ICEFaces by the way). As there is no page refresh the request attribute CONVERSATION_CONTEXT_REQ is not set. I tried the following with the latest ICEFaces (1.6.0-DR5) and it works as expected. Though, I