RE : public pages with the new portal framework?

2003-06-26 Thread Laurent Trillaud
Thanks a lot.
Let me know.
Cheers,
Laurent

-Message d'origine-
De : Carsten Ziegeler [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 27 juin 2003 08:25
À : [EMAIL PROTECTED]
Objet : RE: public pages with the new portal framework?

Alex Romayev wrote:
> 
> I'm not sure about the new portal generator, but the
> old one requires authentication.  I suspect that
> initially it was designed only to build "portal"
> pages, i.e., assuming there is an identifiable user
> and there are differences between what you show to
> different users.
> 
> I also found the generator to be a good tool for
> building all pages, as it facilitates good modular
> design and a nice way of adding/removing functionality
> via portal configuration files, without having to
> touch the page code.
> 
> I was hoping that the new portal will remove this
> constraint, but looks like it doesn't...
> 
The new portal removes this constraint, definitly. The
new portal is assembled of many components; one of them
is the profile manager: currently there are two 
profile managers: one using authentication and one not.
The samples currently only use the authentication version
and the other one is afaik not working at the moment :)
But work is in progress, so expect a working non
authentication version soon.

Carsten

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



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



RE : public pages with the new portal framework?

2003-06-26 Thread Laurent Trillaud
Yes, I'm afraid of.
Laurent

-Message d'origine-
De : Alex Romayev [mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 26 juin 2003 23:43
À : [EMAIL PROTECTED]
Objet : RE: public pages with the new portal framework?

I'm not sure about the new portal generator, but the
old one requires authentication.  I suspect that
initially it was designed only to build "portal"
pages, i.e., assuming there is an identifiable user
and there are differences between what you show to
different users.

I also found the generator to be a good tool for
building all pages, as it facilitates good modular
design and a nice way of adding/removing functionality
via portal configuration files, without having to
touch the page code.

I was hoping that the new portal will remove this
constraint, but looks like it doesn't...

Cheers,
-Alex


HI
First of all I'm very impressed by the new portal
framework.

I would like to build a portal with both public and
private part using
the new portal generator.
All samples I found, request an authentification
before using the 
portal
generator.
When I try to use it without login with:





 

 


I got an exception
Original Exception:
org.apache.avalon.framework.CascadingRuntimeException:
Arg at
org.apache.cocoon.portal.profile.impl.AuthenticationProfileManager.getPo
rtalLayout(AuthenticationProfileManager.java:269)   at
org.apache.cocoon.portal.impl.PortalManagerImpl.showPortal(PortalManager
Impl.java:111)  at
org.apache.cocoon.portal.generation.PortalGenerator.generate(PortalGener
ator.java:90)
...

Any ideas?

Laurent Trillaud




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



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



public pages with the new portal framework?

2003-06-26 Thread Laurent Trillaud
HI
First of all I'm very impressed by the new portal framework.

I would like to build a portal with both public and private part using
the new portal generator.
All samples I found, request an authentification before using the portal
generator.
When I try to use it without login with:





 

 


I got an exception
Original Exception:
org.apache.avalon.framework.CascadingRuntimeException: Arg  at
org.apache.cocoon.portal.profile.impl.AuthenticationProfileManager.getPo
rtalLayout(AuthenticationProfileManager.java:269)   at
org.apache.cocoon.portal.impl.PortalManagerImpl.showPortal(PortalManager
Impl.java:111)  at
org.apache.cocoon.portal.generation.PortalGenerator.generate(PortalGener
ator.java:90)
...

Any ideas?

Laurent Trillaud


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



Where is Cocoon WebMail?

2003-06-02 Thread Laurent Trillaud
Hi
I'm looking for sources of the Cocoon WebMail.
I can read (http://webmail.cocoondev.org/faq.html) that sources are in
the scratchpad area but I can't find it, neither in block area.
Is anybody knows what is going on with WebMail?
Laurent




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



RE : How to serialize a XML file to disk?

2003-03-24 Thread Laurent Trillaud
Have a look on the .
I guess that it should be useful for you.
This tag is like a fork for a stream.
In your XSL file, when you use this tag you redirect the output.

...
some text redirect to the standard stream




another text redirect to the standard stream

Laurent Trillaud

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Envoyé : samedi 22 mars 2003 19:15
À : [EMAIL PROTECTED]
Objet : How to serialize a XML file to disk?

Hi all :)
 
We're doing a college work on cocoon and xml harvester potencial, and we
would like to know if we can grab a given XML file (on the web) to a
location on harddisk for a repository then work with it..
 
TIA
 
 
 


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