RE: [Rife-users] loader constraints violatedwhenlinkingcom/uwyn/rife/site/ValidationError class

2005-11-23 Thread Lars Grupe
Hi Geert, I tested the login on a former version of my site, that is also running on glue. And it worked fine. I think the only difference is that I moved the classes from com.uwyn.rife.jumpstart.x to com.acrolinx.termmanagement.x? I changed the classnames in my site file, too. I will try to

Re: [Rife-users] loader constraints violatedwhenlinkingcom/uwyn/rife/site/ValidationError class

2005-11-23 Thread Geert Bevin
What is the exact exception (with line numbers) you get with the latest snapshot? On 23-nov-05, at 16:08, Lars Grupe wrote: Hi Geert, I tested the login on a former version of my site, that is also running on glue. And it worked fine. I think the only difference is that I moved the

RE: [Rife-users] loader constraintsviolatedwhenlinkingcom/uwyn/rife/site/ValidationError class

2005-11-23 Thread Lars Grupe
Hi Geert, Yes, I'm sure that I have only one rife-1.3-snapshot-jdk15.jar in my class path. But I figured out some new informations: The problematic file is a Bean file (I attached it). If it is in the package 'com.uwyn.rife.jumpstart.elements.model' all works fine. But if it is in

Re: [Rife-users] loader constraintsviolatedwhenlinkingcom/uwyn/rife/site/ValidationError class

2005-11-23 Thread Geert Bevin
Hi Lars, I'm sorry to say that afaik this report is not related to the issue at all. It doesn't matter which bean causes it or where it is defined, it's probably not happening if it's inside the other package because it gets loaded before in that case. I'm almost 100% sure that there's a

Re: [Rife-users] loaderconstraintsviolatedwhenlinkingcom/uwyn/rife/site/ValidationError class

2005-11-23 Thread Geert Bevin
Hi Lars, I don't think you can declare 2 init params in the same tag, try this: web-app filter filter-nameRIFE/filter-name filter-classcom.uwyn.rife.servlet.RifeFilter/filter-class init-param

Re: [Rife-users] loaderconstraintsviolatedwhenlinkingcom/uwyn/rife/site/ValidationError class

2005-11-23 Thread Geert Bevin
Sorry that had to be: web-app filter filter-nameRIFE/filter-name filter-classcom.uwyn.rife.servlet.RifeFilter/filter-class init-param param-namerep.path/param-name

RE: [Rife-users]loaderconstraintsviolatedwhenlinkingcom/uwyn/rife/site/ValidationErrorclass

2005-11-23 Thread Lars Grupe
Hi Geert, Thx :), I'm a bit tired. Now I could disable the rife class loader. This has the other advantage that initializing the application will now take 1 second. Before it takes 10 seconds. Could you explain why the rife class loader needs so much time. There is no difference in using jetty or

Re: [Rife-users]loaderconstraintsviolatedwhenlinkingcom/uwyn/rife/site/ValidationErrorclass

2005-11-23 Thread Geert Bevin
Which JDK are you using? There can be several reasons for the slowdown: * the RIFE class loader allows for auto-reloading and auto-compiling of element implementations, so it checks some things. * it needs to detect which classes are elements and detect which ones use continuations * it

RE: [Rife-users]loaderconstraintsviolatedwhenlinkingcom/uwyn/rife/site/ValidationErrorclass

2005-11-23 Thread Lars Grupe
Hi Geert, I use the jdk 1.5.0_04. Disabling the classloader removes the previous error in Glue. Cheers, Lars -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Geert Bevin Sent: 23 November 2005 18:40 To: RIFE users list : questions, bug reports and