[Rife-users] Access to Rife Rep from another place

2007-02-27 Thread Maxim Grigoriev
Hi, I found that all classes inside rife are loaded by custom classloader. and even if i use static fields ,i have 2 different classes one in rife app another one in session listener. And also i have initialized rep in rife but there's null rep in listener. how can i access rife Rep

Re: [Rife-users] Access to Rife Rep from another place

2007-02-27 Thread Geert Bevin
Hi Maxim, I can see that this could be a problem. Do you have any suggestions about how to solve this? I was thinking that I could maybe set an attribute in the ServletContext that context the Rep instance that is initialized. You should be able to do this already yourself I think, by