[Rife-users] RIFE and webapp compilation errors

2007-04-13 Thread Eskil Lauritsen
Hi! I was wondering if it is possible to have RIFE output not only RIFE-related errors but also java compilation errors. We use the latest rife-jumpstart Eclipse project that is linked to under Downloads on rifers.org. Now if we have a pure java error (that is, an error not related to RIFE),

Re: [Rife-users] RIFE and webapp compilation errors

2007-04-13 Thread Mork0075
Hello Eskil, why do you want to put your compilation erros on the web frontend? Putting the stack trace of an exceptions in the error area would be comprehensable but compilation erros should stay in your ide, i think Bye Mork Eskil Lauritsen schrieb: Hi! I was wondering if it is possible

Re: [Rife-users] RIFE and webapp compilation errors

2007-04-13 Thread Eskil Lauritsen
Hi, Mork Problem is that we don't see the errors in the IDE either. The only thing we see is that the browser hangs when we have some kind of java error that is not related to RIFE. -Eskil On 4/13/07, Mork0075 [EMAIL PROTECTED] wrote: Hello Eskil, why do you want to put your compilation

Re: [Rife-users] RIFE and webapp compilation errors

2007-04-13 Thread Mork0075
Ok, i know what you mean. This is not a rife topic i think, but a servlet container topic. If you use the quickstart project, its jetty. all erros from your business code are displayed in the console output or log file of jetty. if there isnt an output, there isnt an (printable) error. your code

Re: [Rife-users] RIFE and webapp compilation errors

2007-04-13 Thread Eskil Lauritsen
Hi again We have an example now: If we try to use view a page when we have omitted the lines import com.uwyn.rife.authentication.credentialsmanagers.RoleUserIdentity; import com.uwyn.rife.authentication.elements.Identified; from our Home.java file, we get the problem with the browser just

[Rife-users] LDAP using jLDAP and RIFE credential manager

2007-04-13 Thread Eskil Lauritsen
We're trying to make a credentials manager for authenticating against LDAP. We've written some code but we're unsure about what to do next, or if the code is correct. Any ideas? Code: package com.uwyn.rife.authentication.credentialsmanagers; import com.novell.ldap.*; import

Re: [Rife-users] RIFE and webapp compilation errors

2007-04-13 Thread Eskil Lauritsen
We're using the jumpstart project on the main download page. How can we update the RIFE version of the jumpstart project? Sincerely Eskil Lauritsen On 4/13/07, Geert Bevin [EMAIL PROTECTED] wrote: Hi Eskil, would you mind sending me an archive of your sources in private. Then I can try this

Re: [Rife-users] RIFE and webapp compilation errors

2007-04-13 Thread Geert Bevin
Just remove the old RIFE jar and put the new one in. On 13 Apr 2007, at 11:19, Eskil Lauritsen wrote: We're using the jumpstart project on the main download page. How can we update the RIFE version of the jumpstart project? Sincerely Eskil Lauritsen On 4/13/07, Geert Bevin [EMAIL

Re: [Rife-users] RIFE and webapp compilation errors

2007-04-13 Thread Eskil Lauritsen
Okay, I will reply with an update when we have tried this. Thanks. -Eskil On 4/13/07, Geert Bevin [EMAIL PROTECTED] wrote: Just remove the old RIFE jar and put the new one in. On 13 Apr 2007, at 11:19, Eskil Lauritsen wrote: We're using the jumpstart project on the main download page. How