RE: sunrise authentication with a java class

2002-06-03 Thread Bert Van Kets

Hi Brian,

At 20:05 2/06/2002 -0400, you wrote:
  -Original Message-
  From: Bert Van Kets [mailto:[EMAIL PROTECTED]]
  Subject: RE: sunrise authentication with a java class
 
  If you use the 2.1-dev HEAD branch you need to adjust a LOT
  of things in
  the sitemap and the config.xconf files.

Ruh roh, that's me!

This is making me feel like an idiot.  Do you have any small samples, or 
could you look at mine?  I'd be happy to send you a zip/tgz of my fileset 
so you can see everything as well.

You already have the samples if you are using the CVS HEAD. Everything is 
in the sitemap and config.xconf from the that one.  Build with 
installscratchpadwar and you'll have everything you need.  I used that to 
start with .  I only needed to adjust the action parameters.  The tutor 
from Matthew is still correct on that part.

Regarding the logicsheets, look at the portal files.  You'll find enough 
samples in the portal 
directory. 
src\webapp\sunspotdemo\resources\auth\sunletconfig-customnews.xml uses the 
session logicsheet.  Adjust the namespace uri to the one in the file.

It's not hard, just a lot of copy and paste work.

Bert


Thanks!

Brian

-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: sunrise authentication with a java class

2002-06-02 Thread Brian Topping

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Subject: Re: sunrise authentication with a java class
 
 sunrise authenticates against a pipeline.
 Within that pipeline you can do whatever you want (ie. use your
 own actions, transformers, etc.) as long as the pipeline delivers
 the required XML as described at the end of this tutorial:
 http://radio.weblogs.com/0103021/stories/2002/02/28/usingTheSunriseComponents.html

Is this tutorial still up to date with respect to the source in CVS?

Thanks,

Brian

-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: sunrise authentication with a java class

2002-06-02 Thread Bert Van Kets

It's up to date with the 2.0.3 branch.
If you use the 2.1-dev HEAD branch you need to adjust a LOT of things in 
the sitemap and the config.xconf files.  Also the namespace paths must be 
corrected in the xsl and xsp files.  Check out the portal demo to get he 
correct entries.  I've got the portal with two different authentications 
running in my project.
Bert

At 10:25 2/06/2002 -0400, you wrote:
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Subject: Re: sunrise authentication with a java class
 
  sunrise authenticates against a pipeline.
  Within that pipeline you can do whatever you want (ie. use your
  own actions, transformers, etc.) as long as the pipeline delivers
  the required XML as described at the end of this tutorial:
  
 http://radio.weblogs.com/0103021/stories/2002/02/28/usingTheSunriseComponents.html

Is this tutorial still up to date with respect to the source in CVS?

Thanks,

Brian

-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: sunrise authentication with a java class

2002-06-02 Thread Brian Topping

 -Original Message-
 From: Bert Van Kets [mailto:[EMAIL PROTECTED]]
 Subject: RE: sunrise authentication with a java class
 
 If you use the 2.1-dev HEAD branch you need to adjust a LOT 
 of things in 
 the sitemap and the config.xconf files.  

Ruh roh, that's me!

This is making me feel like an idiot.  Do you have any small samples, or could you 
look at mine?  I'd be happy to send you a zip/tgz of my fileset so you can see 
everything as well.

Thanks!

Brian

-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: sunrise authentication with a java class

2002-05-31 Thread gcasper


sunrise authenticates against a pipeline.
Within that pipeline you can do whatever you want (ie. use your
own actions, transformers, etc.) as long as the pipeline delivers
the required XML as described at the end of this tutorial:
http://radio.weblogs.com/0103021/stories/2002/02/28/usingTheSunriseComponents.html

Look for Different authentication

HTH
Guido

--
Open Source Group   sunShine - Lighting up e:Business
=
Guido Casper, SN AG, Klingenderstrasse 5, D-33100 Paderborn
Tel:+49-5251-1581-87  [EMAIL PROTECTED] - http://www.s-und-n.de
=


guillaume schrieb:
 Hi folks,

 I am using cocoon 2.0.2. I'd like to authenticate users with sunrise
 using a java class. But I can't find any examples neither in the
 documentation nor in the third parties tutorials.

 Does anyone have examples of this or pointers ?

 TIA. Regards,

 --
 Guillaume Morin [EMAIL PROTECTED]

 If it doesn't work, force it.  If it breaks, it needed replacing
anyway.

 -
 Please check that your question has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faqs.html

 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: sunrise authentication with a java class

2002-05-31 Thread Bert Van Kets

If you download a cvs (source) version of 2.0.2 or 2.0.3 you need to build 
using installscratchpadwar, otherwise the portal and authentication samples 
won't be included.  The code is still in the scratchpad, that's why.
In the CVS HEAD version 2.1-dev it's moved to the main branch.
HTH,
Bert

At 11:12 31/05/2002 +0200, you wrote:

sunrise authenticates against a pipeline.
Within that pipeline you can do whatever you want (ie. use your
own actions, transformers, etc.) as long as the pipeline delivers
the required XML as described at the end of this tutorial:
http://radio.weblogs.com/0103021/stories/2002/02/28/usingTheSunriseComponents.html

Look for Different authentication

HTH
Guido

--
Open Source Group   sunShine - Lighting up e:Business
=
Guido Casper, SN AG, Klingenderstrasse 5, D-33100 Paderborn
Tel:+49-5251-1581-87  [EMAIL PROTECTED] - http://www.s-und-n.de
=


guillaume schrieb:
  Hi folks,
 
  I am using cocoon 2.0.2. I'd like to authenticate users with sunrise
  using a java class. But I can't find any examples neither in the
  documentation nor in the third parties tutorials.
 
  Does anyone have examples of this or pointers ?
 
  TIA. Regards,
 
  --
  Guillaume Morin [EMAIL PROTECTED]
 
  If it doesn't work, force it.  If it breaks, it needed replacing
anyway.
 
  -
  Please check that your question has not already been answered in the
  FAQ before posting. http://xml.apache.org/cocoon/faqs.html
 
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]