Re: [Rife-users] store String in session

2006-02-13 Thread Geert Bevin

Hi Lars,

yesterday, I fixed a bug related to classloading. You might want to  
try out the latest snapshot.


Best regards,

Geert

On 10-feb-06, at 14:55, Lars Grupe wrote:


Hi Geert,

From time to time I will test a new snapshot. And I will tell you  
if the

state is changed.

Cheers,
Lars


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Geert Bevin
Sent: 10 February 2006 14:49
To: RIFE users list : questions, bug reports and suggestions.
Subject: Re: [Rife-users] store String in session



Thanks for the answer. Because of the special glue

webserver I couln't

use continuations. I forgot to tell you that the rife.jar

1.3.1 does

have the same 'java.lang.LinkageError' as the older version before.


Have you tried to use a recent snapshot, I think there was some
additional work done on the classloader.


Cheers,
Lars


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Geert Bevin
Sent: 10 February 2006 14:34
To: RIFE users list : questions, bug reports and suggestions.
Subject: Re: [Rife-users] store String in session


I would simply use continuations.

If that's not an option for you, you can use session state

storage. I

whipped out a small example for you:
http://rifers.org/paste/show/88

http://rifers.org/paste/show/89 http://rifers.org/paste/show/90

(note that I found a bug which makes this not work when it's the
arrival of a site, I'm working on it to fix it)


Yes, it has a series of submissions all from the same

element. It is

like a wizard, but it is not a wizard. It is a series of

changes on a

single page.


--
Geert Bevin   Uwyn bvba
Use what you need   Avenue de Scailmont 34
http://www.uwyn.com   7170 Manage, Belgium
gbevin[remove] at uwyn dot comTel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D

309F D6A9

Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net


___
Rife-users mailing list
Rife-users@uwyn.com

http://lists.uwyn.com/mailman/listinfo/rife -users



___



Rife-users mailing list

Rife-users@uwyn.com

http://lists.uwyn.com/mailman/listinfo/rife -users




--
Geert
Bevin   Uwyn bvba

Use what you need   Avenue de Scailmont 34
http://www.uwyn.com   7170 Manage, Belgium
gbevin[remove] at uwyn dot comTel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D
309F D6A9 Public PGP key  : available at servers pgp.mit.edu,
wwwkeys.pgp.net


___
Rife-users mailing list
Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users


___
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users



--
Geert Bevin   Uwyn bvba
Use what you need   Avenue de Scailmont 34
http://www.uwyn.com   7170 Manage, Belgium
gbevin[remove] at uwyn dot comTel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net


___
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users


RE: [Rife-users] store String in session

2006-02-13 Thread Lars Grupe
Hi Geert,

Sorry, but there are no news.
With the nightly build from 13.2.2006 I get the same error as before:

javax.servlet.ServletException

javax.servlet.ServletException
at com.uwyn.rife.servlet.RifeFilter.doFilter(RifeFilter.java:139)
at electric.servlet.filters.ServletFilterChain.doFilter(Unknown Source)
at electric.servlet.HTTPContext.service(Unknown Source)
at electric.servlet.ServletEngine.service(Unknown Source)
at electric.webserver.WebServer.service(Unknown Source)
at electric.net.socket.SocketServer.run(Unknown Source)
at electric.net.socket.SocketRequest.run(Unknown Source)
at electric.util.thread.ThreadPool.run(Unknown Source)
at java.lang.Thread.run(Thread.java:595) 

But for the moment that is not a big problem for me.

Cheers,
Lars

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Geert Bevin
 Sent: 13 February 2006 11:18
 To: RIFE users list : questions, bug reports and suggestions.
 Subject: Re: [Rife-users] store String in session
 
 
 Hi Lars,
 
 yesterday, I fixed a bug related to classloading. You might want to  
 try out the latest snapshot.
 
 Best regards,
 
 Geert
 
 On 10-feb-06, at 14:55, Lars Grupe wrote:
 
  Hi Geert,
 
  From time to time I will test a new snapshot. And I will tell you
  if the
  state is changed.
 
  Cheers,
  Lars
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Geert Bevin
  Sent: 10 February 2006 14:49
  To: RIFE users list : questions, bug reports and suggestions.
  Subject: Re: [Rife-users] store String in session
 
 
  Thanks for the answer. Because of the special glue
  webserver I couln't
  use continuations. I forgot to tell you that the rife.jar
  1.3.1 does
  have the same 'java.lang.LinkageError' as the older 
 version before.
 
  Have you tried to use a recent snapshot, I think there was some
  additional work done on the classloader.
 
  Cheers,
  Lars
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Geert Bevin
  Sent: 10 February 2006 14:34
  To: RIFE users list : questions, bug reports and suggestions.
  Subject: Re: [Rife-users] store String in session
 
 
  I would simply use continuations.
 
  If that's not an option for you, you can use session state
  storage. I
  whipped out a small example for you:
  http://rifers.org/paste/show/88
  http://rifers.org/paste/show/89 http://rifers.org/paste/show/90
 
  (note that I found a bug which makes this not work when it's the
  arrival of a site, I'm working on it to fix it)
 
  Yes, it has a series of submissions all from the same
  element. It is
  like a wizard, but it is not a wizard. It is a series of
  changes on a
  single page.
 
  --
  Geert Bevin   Uwyn bvba
  Use what you need   Avenue de Scailmont 34
  http://www.uwyn.com   7170 Manage, Belgium
  gbevin[remove] at uwyn dot comTel +32 64 84 80 03
 
  PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D
  309F D6A9
  Public PGP key  : available at servers pgp.mit.edu, 
 wwwkeys.pgp.net
 
 
  ___
  Rife-users mailing list
  Rife-users@uwyn.com
  http://lists.uwyn.com/mailman/listinfo/rife -users
 
  ___
 
  Rife-users mailing list
  Rife-users@uwyn.com
  http://lists.uwyn.com/mailman/listinfo/rife -users
 
 
  --
  Geert
  Bevin   Uwyn bvba
 
  Use what you need   Avenue de Scailmont 34
  http://www.uwyn.com   7170 Manage, Belgium
  gbevin[remove] at uwyn dot comTel +32 64 84 80 03
 
  PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D
  309F D6A9 Public PGP key  : available at servers pgp.mit.edu,
  wwwkeys.pgp.net
 
 
  ___
  Rife-users mailing list
  Rife-users@uwyn.com 
 http://lists.uwyn.com/mailman/listinfo/rife -users
 
  
 ___
 
  Rife-users mailing list
  Rife-users@uwyn.com
  http://lists.uwyn.com/mailman/listinfo/rife-users
 
 
 --
 Geert Bevin   Uwyn bvba
 Use what you need   Avenue de Scailmont 34
 http://www.uwyn.com   7170 Manage, Belgium
 gbevin[remove] at uwyn dot comTel +32 64 84 80 03
 
 PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
 Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net
 
 
 ___
 Rife-users mailing list
 Rife-users@uwyn.com
 http://lists.uwyn.com/mailman/listinfo/rife-users
 
___
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users


Re: [Rife-users] store String in session

2006-02-13 Thread Geert Bevin

Hi Lars,

shame :-(

On 13-feb-06, at 11:43, Lars Grupe wrote:


Hi Geert,

Sorry, but there are no news.
With the nightly build from 13.2.2006 I get the same error as before:

javax.servlet.ServletException

javax.servlet.ServletException
at com.uwyn.rife.servlet.RifeFilter.doFilter(RifeFilter.java:139)
at electric.servlet.filters.ServletFilterChain.doFilter(Unknown  
Source)

at electric.servlet.HTTPContext.service(Unknown Source)
at electric.servlet.ServletEngine.service(Unknown Source)
at electric.webserver.WebServer.service(Unknown Source)
at electric.net.socket.SocketServer.run(Unknown Source)
at electric.net.socket.SocketRequest.run(Unknown Source)
at electric.util.thread.ThreadPool.run(Unknown Source)
at java.lang.Thread.run(Thread.java:595)

But for the moment that is not a big problem for me.

Cheers,
Lars


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Geert Bevin
Sent: 13 February 2006 11:18
To: RIFE users list : questions, bug reports and suggestions.
Subject: Re: [Rife-users] store String in session


Hi Lars,

yesterday, I fixed a bug related to classloading. You might want to
try out the latest snapshot.

Best regards,

Geert

On 10-feb-06, at 14:55, Lars Grupe wrote:


Hi Geert,


From time to time I will test a new snapshot. And I will tell you
if the

state is changed.

Cheers,
Lars


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Geert Bevin
Sent: 10 February 2006 14:49
To: RIFE users list : questions, bug reports and suggestions.
Subject: Re: [Rife-users] store String in session



Thanks for the answer. Because of the special glue

webserver I couln't

use continuations. I forgot to tell you that the rife.jar

1.3.1 does

have the same 'java.lang.LinkageError' as the older

version before.


Have you tried to use a recent snapshot, I think there was some
additional work done on the classloader.


Cheers,
Lars


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Geert Bevin
Sent: 10 February 2006 14:34
To: RIFE users list : questions, bug reports and suggestions.
Subject: Re: [Rife-users] store String in session


I would simply use continuations.

If that's not an option for you, you can use session state

storage. I

whipped out a small example for you:
http://rifers.org/paste/show/88

http://rifers.org/paste/show/89 http://rifers.org/paste/show/90

(note that I found a bug which makes this not work when it's the
arrival of a site, I'm working on it to fix it)


Yes, it has a series of submissions all from the same

element. It is

like a wizard, but it is not a wizard. It is a series of

changes on a

single page.


--
Geert Bevin   Uwyn bvba
Use what you need   Avenue de Scailmont 34
http://www.uwyn.com   7170 Manage, Belgium
gbevin[remove] at uwyn dot comTel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D

309F D6A9

Public PGP key  : available at servers pgp.mit.edu,

wwwkeys.pgp.net



___
Rife-users mailing list
Rife-users@uwyn.com

http://lists.uwyn.com/mailman/listinfo/rife -users



___



Rife-users mailing list

Rife-users@uwyn.com

http://lists.uwyn.com/mailman/listinfo/rife -users




--
Geert
Bevin   Uwyn bvba

Use what you need   Avenue de Scailmont 34
http://www.uwyn.com   7170 Manage, Belgium
gbevin[remove] at uwyn dot comTel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D
309F D6A9 Public PGP key  : available at servers pgp.mit.edu,
wwwkeys.pgp.net


___
Rife-users mailing list
Rife-users@uwyn.com

http://lists.uwyn.com/mailman/listinfo/rife -users





___


Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users



--
Geert Bevin   Uwyn bvba
Use what you need   Avenue de Scailmont 34
http://www.uwyn.com   7170 Manage, Belgium
gbevin[remove] at uwyn dot comTel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net


___
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users


___
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users



--
Geert Bevin   Uwyn bvba
Use what you need   Avenue de Scailmont 34
http://www.uwyn.com   7170 Manage, Belgium
gbevin[remove] at uwyn dot comTel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, 

Re: [Rife-users] Draft version of TSSJS presentation

2006-02-13 Thread Lars Heuer
Hi Bevin,

 I still have an entire section to add, but I'd like to get some
 feedback on what I already have.

 You can find the PDF here:
 http://rifers.org/dive_into_rife.pdf

IMO the best RIFE presentation so far. Very good RIFE introduction.

Best regards,
Lars
-- 
http://semagia.com

___
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users


Re: [Rife-users] Draft version of TSSJS presentation

2006-02-13 Thread S. Meslin-Weber
On Mon, Feb 13, 2006 at 03:00:57PM +0100, Lars Heuer wrote:
 Hi Bevin,
 
  I still have an entire section to add, but I'd like to get some
  feedback on what I already have.
 
  You can find the PDF here:
  http://rifers.org/dive_into_rife.pdf
 
 IMO the best RIFE presentation so far. Very good RIFE introduction.

I heartilly agree! Already commented on it to Geert on IRC, it's a great
presentation and introduction.

Steph

-- 

Stephane Meslin-Weber Email: [EMAIL PROTECTED]
Senior Software Engineer  Web: http://odonata.tangency.co.uk



signature.asc
Description: Digital signature
___
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users


Re: [Rife-users] Draft version of TSSJS presentation

2006-02-13 Thread Geert Bevin

super sweet stuff!! :) i really really like it... wow! good job, geert


Thanks :-)


i got a msg from peter that the other presentation has gone up:
http://jroller.com/page/javawug? 
entry=updated_new_presentation_slides_for


Nice! It seems that the PDF version of your presentation has some  
problems. I get some bad formatting here.



i had problems with my (actually galfriend's) laptop for a while...  i


O sabotaged by your girlfriend!!! ;-)


shd be back online at home tonight.

cheers,
emmanuel

On 2/13/06, S. Meslin-Weber [EMAIL PROTECTED] wrote:

On Mon, Feb 13, 2006 at 03:00:57PM +0100, Lars Heuer wrote:

Hi Bevin,


I still have an entire section to add, but I'd like to get some
feedback on what I already have.



You can find the PDF here:
http://rifers.org/dive_into_rife.pdf


IMO the best RIFE presentation so far. Very good RIFE introduction.


I heartilly agree! Already commented on it to Geert on IRC, it's a  
great

presentation and introduction.

Steph

--

Stephane Meslin-Weber Email: [EMAIL PROTECTED]
Senior Software Engineer  Web: http://odonata.tangency.co.uk



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD8Kdn5QGfd9PDUN0RAoT0AJwK47SMhKc+l395mxCUpWzv6SkpjQCfZgS+
TYnRdoZDtYrXsqiH2xePua4=
=c3rz
-END PGP SIGNATURE-


___
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users




___
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users



--
Geert Bevin   Uwyn bvba
Use what you need   Avenue de Scailmont 34
http://www.uwyn.com   7170 Manage, Belgium
gbevin[remove] at uwyn dot comTel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net


___
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users


[Rife-users] Error page

2006-02-13 Thread Naren
Hello,
Is there any way with RIFE to set a error page. So when any exception raised
o page that error page is get displayed, instead of the default stack trace
generated by rife?

Regards
Naren

___
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users