[Orchestra] Mixed evironment installation problem - Complete Mail

2008-04-02 Thread Stephan Frai
Hi, we`ve integrated Orchestra successfully into our MyFaces application. But now we`re additionally using plain servlets in some parts of our application. Inside the servelts we`re checking out the beans from spring like that: ApplicationContext appContext =

Re: [Orchestra] Mixed evironment installation problem - Complete Mail

2008-04-02 Thread Mario Ivankovits
Hi! However Orchestra does need a proper solution for this. I've created the following JIRA issue to track it: http://issues.apache.org/jira/browse/ORCHESTRA-18 Yes! What about creating a BasicSpringFrameworkAdapter which uses the same trick ApplicationContext appContext =

Re: [Orchestra] Mixed evironment installation problem - Complete Mail

2008-04-02 Thread [EMAIL PROTECTED]
Hi Stephan, Stephan Frai schrieb: Hi, we`ve integrated Orchestra successfully into our MyFaces application. But now we`re additionally using plain servlets in some parts of our application. Inside the servelts we`re checking out the beans from spring like that: ApplicationContext

Re: [Orchestra] Mixed evironment installation problem - Complete Mail

2008-04-02 Thread Mario Ivankovits
Hi! I've committed a SpringBasicFrameworkAdapter, could you please give it a try and see if it works now. At the moment the flash scoped beans are not released after the JSP request! We will have a look how to fix that, but that should not be a major problem for now. Thanks! Ciao, Mario