Hi, I'm trying to convert an existing application to use Orchestra. Followed the installation documentation but I'm getting org.hibernate.SessionException: Session is closed! exception after I add Orchestra. Just cant make it work so far.
Here is web.xml: http://pastebin.com/m2c4c16b1 And spring config: http://pastebin.com/m12f01042 Also I'm using backing beans with annotations like; @Component("createMovie") @Scope("conversation.access") public class CreateMovie {...} I'll appreciate any help;) Cheers, Cagatay

