Re: [Orchestra] Session is closed

2008-05-22 Thread Dan Tran
method then will help. If you can't solve your problem and nobody else has a better idea we need to get in touch with your application, I think :-( Ciao, Mario -- View this message in context: http://www.nabble.com/-Orchestra--Session-is-closed-tp17367957p17398627.html Sent from

Re: [Orchestra] Session is closed

2008-05-22 Thread Cagatay Civici
in your method then will help. If you can't solve your problem and nobody else has a better idea we need to get in touch with your application, I think :-( Ciao, Mario -- View this message in context: http://www.nabble.com/-Orchestra--Session-is-closed-tp17367957p17398627.html

Re: [Orchestra] Session is closed

2008-05-22 Thread Dan Tran
solve your problem and nobody else has a better idea we need to get in touch with your application, I think :-( Ciao, Mario -- View this message in context: http://www.nabble.com/-Orchestra--Session-is-closed-tp17367957p17398627.html Sent from the MyFaces - Users mailing list

[Orchestra] Session is closed

2008-05-21 Thread Cagatay Civici
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

Re: [Orchestra] Session is closed

2008-05-21 Thread Mario Ivankovits
Hi Cagatay! 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. Unfortunately I can't see anything obviously

Re: [Orchestra] Session is closed

2008-05-21 Thread Cagatay Civici
Hi Mario, Thanks a lot for looking into it. The session is closed in the first request so I cannot open a page that uses a jpa dao to read some data to display for the initial request. Once I have the openentitymanagerinviewfilter of spring but I removed it after migrating to orchestra. I'll

Re: [Orchestra] Session is closed

2008-05-21 Thread Cagatay Civici
After switching to toplink I got; Caused by: java.lang.NullPointerException at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.getActivePersistenceContext(EntityManagerImpl.java:522) at

Re: [Orchestra] Session is closed

2008-05-21 Thread Dan Tran
it after migrating to orchestra. I'll dig this more, change the jpa implementation(using hibernate now) maybe, if nothing helps I'll send you the small app Mario:) Thanks a lot again, Ciao, Cagatay -- View this message in context: http://www.nabble.com/-Orchestra--Session-is-closed