AW: Re: Re: Using absolute adresses in sitemap

2016-11-28 Thread hansheinrichbraun
changing to programmed pipelines solved the problem.To make it unique how do i 
start an XMLGenerator of type contoller-aware-string-template


Von meinem Samsung Galaxy Smartphone gesendet.
 Ursprüngliche Nachricht Von: gelo1234 <gelo1...@gmail.com> 
Datum: 28.11.16  08:36  (GMT+01:00) An: Cocoon Users <users@cocoon.apache.org> 
Betreff: Re: Re: Using absolute adresses in sitemap 
Hello Hans,

You should try resolve absolute addresses within servlet or Java code, not 
within sitemap. We define absolute addresses in sitemap as a map parameter only 
in order to be resolved when Java code is being executed.. That is the only way 
to get outside the cocoon context. As you know context:// always points to ROOT 
directory _relative_ to current web context (webapp/context) / deployed JAR.

Greetings,
Greg

2016-11-28 8:01 GMT+01:00 hansheinrichbraun 
<hansheinrichbr...@yahoo.de.invalid>:
yes absolute adresses inside a jar are tried to be solved relative to the jars 
root


Von meinem Samsung Galaxy Smartphone gesendet.
 Ursprüngliche Nachricht Von: Francesco Chicchiriccò 
<ilgro...@apache.org> Datum: 26.11.16  12:32  (GMT+01:00) An: 
users@cocoon.apache.org Betreff: Re: Using absolute adresses in sitemap 
On 26/11/2016 10:23, hansheinrichbraun wrote:
>
> how can i use absolute adresses in the sitemap in cocoon 3.0
> for example in src

What do you mean exactly?

-- 
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/


-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org





AW: Re: Re: Using absolute adresses in sitemap

2016-11-28 Thread hansheinrichbraun
luckily fop-conf.xml is not respolved relatively to the jar root


Von meinem Samsung Galaxy Smartphone gesendet.
 Ursprüngliche Nachricht Von: gelo1234 <gelo1...@gmail.com> 
Datum: 28.11.16  08:36  (GMT+01:00) An: Cocoon Users <users@cocoon.apache.org> 
Betreff: Re: Re: Using absolute adresses in sitemap 
Hello Hans,

You should try resolve absolute addresses within servlet or Java code, not 
within sitemap. We define absolute addresses in sitemap as a map parameter only 
in order to be resolved when Java code is being executed.. That is the only way 
to get outside the cocoon context. As you know context:// always points to ROOT 
directory _relative_ to current web context (webapp/context) / deployed JAR.

Greetings,
Greg

2016-11-28 8:01 GMT+01:00 hansheinrichbraun 
<hansheinrichbr...@yahoo.de.invalid>:
yes absolute adresses inside a jar are tried to be solved relative to the jars 
root


Von meinem Samsung Galaxy Smartphone gesendet.
 Ursprüngliche Nachricht Von: Francesco Chicchiriccò 
<ilgro...@apache.org> Datum: 26.11.16  12:32  (GMT+01:00) An: 
users@cocoon.apache.org Betreff: Re: Using absolute adresses in sitemap 
On 26/11/2016 10:23, hansheinrichbraun wrote:
>
> how can i use absolute adresses in the sitemap in cocoon 3.0
> for example in src

What do you mean exactly?

-- 
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/


-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org





AW: Re: Re: Using absolute adresses in sitemap

2016-11-28 Thread hansheinrichbraun
thanks yes i succeeded to to use absolute adresses in a programmed pipeline so 
i will try to to program the pipeline.what response must i use for pdf 
GenericContentTypeResponse or BinaryResponse


Von meinem Samsung Galaxy Smartphone gesendet.
 Ursprüngliche Nachricht Von: gelo1234 <gelo1...@gmail.com> 
Datum: 28.11.16  08:36  (GMT+01:00) An: Cocoon Users <users@cocoon.apache.org> 
Betreff: Re: Re: Using absolute adresses in sitemap 
Hello Hans,

You should try resolve absolute addresses within servlet or Java code, not 
within sitemap. We define absolute addresses in sitemap as a map parameter only 
in order to be resolved when Java code is being executed.. That is the only way 
to get outside the cocoon context. As you know context:// always points to ROOT 
directory _relative_ to current web context (webapp/context) / deployed JAR.

Greetings,
Greg

2016-11-28 8:01 GMT+01:00 hansheinrichbraun 
<hansheinrichbr...@yahoo.de.invalid>:
yes absolute adresses inside a jar are tried to be solved relative to the jars 
root


Von meinem Samsung Galaxy Smartphone gesendet.
 Ursprüngliche Nachricht Von: Francesco Chicchiriccò 
<ilgro...@apache.org> Datum: 26.11.16  12:32  (GMT+01:00) An: 
users@cocoon.apache.org Betreff: Re: Using absolute adresses in sitemap 
On 26/11/2016 10:23, hansheinrichbraun wrote:
>
> how can i use absolute adresses in the sitemap in cocoon 3.0
> for example in src

What do you mean exactly?

-- 
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/


-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org





Re: Re: Using absolute adresses in sitemap

2016-11-27 Thread gelo1234
Hello Hans,

You should try resolve absolute addresses within servlet or Java code, not
within sitemap. We define absolute addresses in sitemap as a map parameter
only in order to be resolved when Java code is being executed.. That is the
only way to get outside the cocoon context. As you know context:// always
points to ROOT directory _relative_ to current web context (webapp/context)
/ deployed JAR.

Greetings,
Greg

2016-11-28 8:01 GMT+01:00 hansheinrichbraun <
hansheinrichbr...@yahoo.de.invalid>:

> yes absolute adresses inside a jar are tried to be solved relative to the
> jars root
>
>
>
> Von meinem Samsung Galaxy Smartphone gesendet.
>
>  Ursprüngliche Nachricht 
> Von: Francesco Chicchiriccò <ilgro...@apache.org>
> Datum: 26.11.16 12:32 (GMT+01:00)
> An: users@cocoon.apache.org
> Betreff: Re: Using absolute adresses in sitemap
>
> On 26/11/2016 10:23, hansheinrichbraun wrote:
> >
> > how can i use absolute adresses in the sitemap in cocoon 3.0
> > for example in src
>
> What do you mean exactly?
>
> --
> Francesco Chicchiriccò
>
> Tirasa - Open Source Excellence
> http://www.tirasa.net/
>
> Member at The Apache Software Foundation
> Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
> http://home.apache.org/~ilgrosso/
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
> For additional commands, e-mail: users-h...@cocoon.apache.org
>
>


AW: Re: Using absolute adresses in sitemap

2016-11-27 Thread hansheinrichbraun
yes absolute adresses inside a jar are tried to be solved relative to the jars 
root


Von meinem Samsung Galaxy Smartphone gesendet.
 Ursprüngliche Nachricht Von: Francesco Chicchiriccò 
<ilgro...@apache.org> Datum: 26.11.16  12:32  (GMT+01:00) An: 
users@cocoon.apache.org Betreff: Re: Using absolute adresses in sitemap 
On 26/11/2016 10:23, hansheinrichbraun wrote:
>
> how can i use absolute adresses in the sitemap in cocoon 3.0
> for example in src

What do you mean exactly?

-- 
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/


-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org



AW: Re: Using absolute adresses in sitemap

2016-11-27 Thread hansheinrichbraun
absolute paths now work in the sitemap.but i deliver my cocoon application as a 
servlet in a jar which i deliver to nexus in openshift then i install my 
application using system variables of openshift to tell where the templates and 
pictures are.delivering fop-config with the installed application works but 
with sitemap it doesn't work cocoon expects it in it's jar my last hope is to 
find a plugin which allows to implant a new sitmap in the 
WEB-INF/lib/cocoon.jar the other alternative i try now to build the pipeline 
implanted in my application with the miracle where fop expects fop.config.xml


Von meinem Samsung Galaxy Smartphone gesendet.
 Ursprüngliche Nachricht Von: Francesco Chicchiriccò 
<ilgro...@apache.org> Datum: 26.11.16  12:32  (GMT+01:00) An: 
users@cocoon.apache.org Betreff: Re: Using absolute adresses in sitemap 
On 26/11/2016 10:23, hansheinrichbraun wrote:
>
> how can i use absolute adresses in the sitemap in cocoon 3.0
> for example in src

What do you mean exactly?

-- 
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/


-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org



AW: Re: Using absolute adresses in sitemap

2016-11-26 Thread hansheinrichbraun
seems solved


Von meinem Samsung Galaxy Smartphone gesendet.
 Ursprüngliche Nachricht Von: Francesco Chicchiriccò 
<ilgro...@apache.org> Datum: 26.11.16  12:32  (GMT+01:00) An: 
users@cocoon.apache.org Betreff: Re: Using absolute adresses in sitemap 
On 26/11/2016 10:23, hansheinrichbraun wrote:
>
> how can i use absolute adresses in the sitemap in cocoon 3.0
> for example in src

What do you mean exactly?

-- 
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/


-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org



AW: Re: Using absolute adresses in sitemap

2016-11-26 Thread hansheinrichbraun
i need to keep pictures and xml files outside the war file and only using 
absolute paths doesn't work


Von meinem Samsung Galaxy Smartphone gesendet.
 Ursprüngliche Nachricht Von: Francesco Chicchiriccò 
<ilgro...@apache.org> Datum: 26.11.16  12:32  (GMT+01:00) An: 
users@cocoon.apache.org Betreff: Re: Using absolute adresses in sitemap 
On 26/11/2016 10:23, hansheinrichbraun wrote:
>
> how can i use absolute adresses in the sitemap in cocoon 3.0
> for example in src

What do you mean exactly?

-- 
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/


-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org



Re: Using absolute adresses in sitemap

2016-11-26 Thread Francesco Chicchiriccò

On 26/11/2016 10:23, hansheinrichbraun wrote:


how can i use absolute adresses in the sitemap in cocoon 3.0
for example in src


What do you mean exactly?

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/


-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org