You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Thorsten Scherler <th...@apache.org> on 2006/03/02 14:31:07 UTC

Bug in configurable content dir

Hi all, 

when I use the new feature of the configurable content dir.
<content-dir
src="/home/USERNAME/data/default"/>
then I cannot add any assets anymore.

Well I can but lenya is not finding them anymore. ;-)

The weird thing is that the asset will be added to:
/home/USERNAME/data/default/contentes

The es *can* be my default language, but I am not sure.

Somebody can see the same and maybe knows how to fix it?

salu2
-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Bug in configurable content dir

Posted by Michael Wechner <mi...@wyona.com>.
Andreas Hartmann wrote:

> Thorsten Scherler wrote:
>
> [...]
>
>>> - it seems that the folder "rcml" is not outsourced
>>
>>
>> No, because it is not in the content dir, right? ;)
>
>
> IMO it should be possible to "outsource" this as well.


right

> IIUC the whole point is to allow all dynamic files to
> be outsourced (e.g., to an NFS location or something
> like that)?


exactly. And it will also help us to easily migrate to JCR.

Michi

>
> -- Andreas
>
>


-- 
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Bug in configurable content dir

Posted by Thorsten Scherler <th...@wyona.com>.
El jue, 02-03-2006 a las 16:45 +0100, Andreas Hartmann escribió:
> Thorsten Scherler wrote:
> 
> [...]
> 
> >> - it seems that the folder "rcml" is not outsourced
> > 
> > No, because it is not in the content dir, right? ;)
> 
> IMO it should be possible to "outsource" this as well.
> IIUC the whole point is to allow all dynamic files to
> be outsourced (e.g., to an NFS location or something
> like that)?

Yeah, it is next on my todo. ;)

salu2
-- 
Thorsten Scherler
COO Spain
Wyona Inc.  -  Open Source Content Management  -  Apache Lenya
http://www.wyona.com                   http://lenya.apache.org
thorsten.scherler@wyona.com                thorsten@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Bug in configurable content dir

Posted by Andreas Hartmann <an...@apache.org>.
Thorsten Scherler wrote:

[...]

>> - it seems that the folder "rcml" is not outsourced
> 
> No, because it is not in the content dir, right? ;)

IMO it should be possible to "outsource" this as well.
IIUC the whole point is to allow all dynamic files to
be outsourced (e.g., to an NFS location or something
like that)?

-- Andreas


-- 
Andreas Hartmann
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
andreas.hartmann@wyona.com                     andreas@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Bug in configurable content dir

Posted by Thorsten Scherler <th...@apache.org>.
El jue, 02-03-2006 a las 10:20 -0500, Renaud Richardet escribió:
> Michael Wechner wrote:
> 
> > Thorsten Scherler wrote:
> >
> >> El jue, 02-03-2006 a las 14:37 +0100, Michael Wechner escribió:
> >>  
> >>
> >>> Thorsten Scherler wrote:
> >>>
> >>>   
> >>>
> >>>> Hi all,
> >>>> when I use the new feature of the configurable content dir.
> >>>> <content-dir
> >>>> src="/home/USERNAME/data/default"/>
> >>>> then I cannot add any assets anymore.
> >>>>
> >>>> Well I can but lenya is not finding them anymore. ;-)
> >>>>
> >>>> The weird thing is that the asset will be added to:
> >>>> /home/USERNAME/data/default/contentes
> >>>>
> >>>> The es *can* be my default language, but I am not sure.
> >>>>
> >>>> Somebody can see the same and maybe knows how to fix it?
> >>>>
> >>>>
> >>>>     
> >>>
> >>> well, I guess there must be some FileSystem call, which should be
> >>> replaced by the SourceNode interface. Unfortunately one cannot just
> >>> do a search and replace.
> >>>
> >>> But in order to find all the locations where we should fix this one can
> >>> comment within
> >>>
> >>> src/java/org/apache/lenya/cms/publication/Document.java
> >>>
> >>> getFile()
> >>>
> >>> and re-compile and then you will where one has to fix stuff, resp.
> >>>
> >>> use getSourceURI()
> >>>
> >>> HTH
> >>>   
> >>
> >>
> >> Thanks very much.
> >>
> >> Not the answer I liked to hear. ;)
> >>  
> >>
> >
> > well, it's not a bug of the configurable content dir, but it
> > shows very nicely where we need to improve things ;-)
> 
> Two more things I noticed with the configurable content (which is by the 
> way very convenient):
> - it seems that the folder "rcml" is not outsourced

No, because it is not in the content dir, right? ;)

> - how can I specify relative path in  publication.xconf  <content-dir> 
> (I tried, but got an error like
> Invalid path ('../' is not allowed) : 
> //./../../data/mypub/content/authoring/sitetree.xml)
> 

Hmm, I did not tried it but see
lenya/trunk/src/java/org/apache/lenya/cms/repository/SourceNode.java 

HTH

salu2

> Thanks for a hint,
> Renaud
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
> For additional commands, e-mail: dev-help@lenya.apache.org
> 
-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Bug in configurable content dir

Posted by Thorsten Scherler <th...@wyona.com>.
El jue, 02-03-2006 a las 10:20 -0500, Renaud Richardet escribió:

...

> - how can I specify relative path in  publication.xconf  <content-dir> 
> (I tried, but got an error like
> Invalid path ('../' is not allowed) : 
> //./../../data/mypub/content/authoring/sitetree.xml)

The problem with generating the relative paths are that they assume the
"context://" as starting point.

salu2
-- 
Thorsten Scherler
COO Spain
Wyona Inc.  -  Open Source Content Management  -  Apache Lenya
http://www.wyona.com                   http://lenya.apache.org
thorsten.scherler@wyona.com                thorsten@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Bug in configurable content dir

Posted by Michael Wechner <mi...@wyona.com>.
Renaud Richardet wrote:

>
> Two more things I noticed with the configurable content (which is by 
> the way very convenient):
> - it seems that the folder "rcml" is not outsourced


I guess one also needs to replace getFile by getSourceURI ...

> - how can I specify relative path in  publication.xconf  <content-dir> 
> (I tried, but got an error like
> Invalid path ('../' is not allowed) : 
> //./../../data/mypub/content/authoring/sitetree.xml)


I guess that's a real bug then, whereas

 content/authoring

seems to work fine, but maybe ../../ stuff leads to problems.
But see Thorsten's email.

Michi

>
> Thanks for a hint,
> Renaud
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
> For additional commands, e-mail: dev-help@lenya.apache.org
>
>


-- 
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Bug in configurable content dir

Posted by Renaud Richardet <re...@wyona.com>.
Michael Wechner wrote:

> Thorsten Scherler wrote:
>
>> El jue, 02-03-2006 a las 14:37 +0100, Michael Wechner escribió:
>>  
>>
>>> Thorsten Scherler wrote:
>>>
>>>   
>>>
>>>> Hi all,
>>>> when I use the new feature of the configurable content dir.
>>>> <content-dir
>>>> src="/home/USERNAME/data/default"/>
>>>> then I cannot add any assets anymore.
>>>>
>>>> Well I can but lenya is not finding them anymore. ;-)
>>>>
>>>> The weird thing is that the asset will be added to:
>>>> /home/USERNAME/data/default/contentes
>>>>
>>>> The es *can* be my default language, but I am not sure.
>>>>
>>>> Somebody can see the same and maybe knows how to fix it?
>>>>
>>>>
>>>>     
>>>
>>> well, I guess there must be some FileSystem call, which should be
>>> replaced by the SourceNode interface. Unfortunately one cannot just
>>> do a search and replace.
>>>
>>> But in order to find all the locations where we should fix this one can
>>> comment within
>>>
>>> src/java/org/apache/lenya/cms/publication/Document.java
>>>
>>> getFile()
>>>
>>> and re-compile and then you will where one has to fix stuff, resp.
>>>
>>> use getSourceURI()
>>>
>>> HTH
>>>   
>>
>>
>> Thanks very much.
>>
>> Not the answer I liked to hear. ;)
>>  
>>
>
> well, it's not a bug of the configurable content dir, but it
> shows very nicely where we need to improve things ;-)

Two more things I noticed with the configurable content (which is by the 
way very convenient):
- it seems that the folder "rcml" is not outsourced
- how can I specify relative path in  publication.xconf  <content-dir> 
(I tried, but got an error like
Invalid path ('../' is not allowed) : 
//./../../data/mypub/content/authoring/sitetree.xml)

Thanks for a hint,
Renaud

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Bug in configurable content dir

Posted by Michael Wechner <mi...@wyona.com>.
Thorsten Scherler wrote:

>El jue, 02-03-2006 a las 14:37 +0100, Michael Wechner escribió:
>  
>
>>Thorsten Scherler wrote:
>>
>>    
>>
>>>Hi all, 
>>>
>>>when I use the new feature of the configurable content dir.
>>><content-dir
>>>src="/home/USERNAME/data/default"/>
>>>then I cannot add any assets anymore.
>>>
>>>Well I can but lenya is not finding them anymore. ;-)
>>>
>>>The weird thing is that the asset will be added to:
>>>/home/USERNAME/data/default/contentes
>>>
>>>The es *can* be my default language, but I am not sure.
>>>
>>>Somebody can see the same and maybe knows how to fix it?
>>> 
>>>
>>>      
>>>
>>well, I guess there must be some FileSystem call, which should be
>>replaced by the SourceNode interface. Unfortunately one cannot just
>>do a search and replace.
>>
>>But in order to find all the locations where we should fix this one can
>>comment within
>>
>>src/java/org/apache/lenya/cms/publication/Document.java
>>
>>getFile()
>>
>>and re-compile and then you will where one has to fix stuff, resp.
>>
>>use getSourceURI()
>>
>>HTH
>>    
>>
>
>Thanks very much.
>
>Not the answer I liked to hear. ;)
>  
>

well, it's not a bug of the configurable content dir, but it
shows very nicely where we need to improve things ;-)

Michi

>Will do then try and error. 
>
>Gracias.
>
>salu2
>  
>


-- 
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Bug in configurable content dir

Posted by Thorsten Scherler <th...@wyona.com>.
El vie, 03-03-2006 a las 12:21 +0100, Michael Wechner escribió:
> Thorsten Scherler wrote:
...
> >>the assumption was, that everything will reside within content  ;-)
> >>
> >>    
> >>
> >
> >jeje, yeah, but it is not ;)
> >  
> >
> 
> but I think we should ;-)

hmm, I agree. I will start now with the resourceManager since we all
agreed to treat resources like "normal" content.

> >  
> >
> >>What do you suggest?
> >>    
> >>
> >
> >I am fixing it right now and will commit.
> >  
> >
> 
> I am curious about your fix ...

http://svn.apache.org/viewcvs?rev=382776&view=rev

salu2
-- 
Thorsten Scherler
COO Spain
Wyona Inc.  -  Open Source Content Management  -  Apache Lenya
http://www.wyona.com                   http://lenya.apache.org
thorsten.scherler@wyona.com                thorsten@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Bug in configurable content dir

Posted by Michael Wechner <mi...@wyona.com>.
Thorsten Scherler wrote:

>El vie, 03-03-2006 a las 11:52 +0100, Michael Wechner escribió:
>  
>
>>Thorsten Scherler wrote:
>>
>>    
>>
>>>El vie, 03-03-2006 a las 11:17 +0100, Thorsten Scherler escribió:
>>>...
>>> 
>>>
>>>      
>>>
>>>>Well yesterday I did the above but my actual problem does not seem to be
>>>>directly related.
>>>>
>>>>I am now debuging the lenya source protocol because I figured out that 
>>>>"resources" has 9 letters "content" has 7 now I think we did in some
>>>>place substring()/replace and that is resulting in "contentes" (9
>>>>letter).
>>>>
>>>>I have the sneaking suspicion that 
>>>>http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/repository/SourceNode.java?rev=381171&r1=381170&r2=381171&view=diff
>>>>is causing this bug. 
>>>>
>>>>wdyt?
>>>>   
>>>>
>>>>        
>>>>
>>>Yes, it is!
>>>
>>>// Substitute "lenya://lenya/pubs/PUB_ID/content" by "contentDir"
>>>
>>>That is just wrong.
>>> 
>>>
>>>      
>>>
>>the assumption was, that everything will reside within content  ;-)
>>
>>    
>>
>
>jeje, yeah, but it is not ;)
>  
>

but I think we should ;-)

>  
>
>>What do you suggest?
>>    
>>
>
>I am fixing it right now and will commit.
>  
>

I am curious about your fix ...

Michi

>salu2
>  
>


-- 
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Bug in configurable content dir

Posted by Thorsten Scherler <th...@wyona.com>.
El vie, 03-03-2006 a las 11:52 +0100, Michael Wechner escribió:
> Thorsten Scherler wrote:
> 
> >El vie, 03-03-2006 a las 11:17 +0100, Thorsten Scherler escribió:
> >...
> >  
> >
> >>Well yesterday I did the above but my actual problem does not seem to be
> >>directly related.
> >>
> >>I am now debuging the lenya source protocol because I figured out that 
> >>"resources" has 9 letters "content" has 7 now I think we did in some
> >>place substring()/replace and that is resulting in "contentes" (9
> >>letter).
> >>
> >>I have the sneaking suspicion that 
> >>http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/repository/SourceNode.java?rev=381171&r1=381170&r2=381171&view=diff
> >>is causing this bug. 
> >>
> >>wdyt?
> >>    
> >>
> >
> >Yes, it is!
> >
> > // Substitute "lenya://lenya/pubs/PUB_ID/content" by "contentDir"
> >
> >That is just wrong.
> >  
> >
> 
> the assumption was, that everything will reside within content  ;-)
> 

jeje, yeah, but it is not ;)

> What do you suggest?

I am fixing it right now and will commit.

salu2
-- 
Thorsten Scherler
COO Spain
Wyona Inc.  -  Open Source Content Management  -  Apache Lenya
http://www.wyona.com                   http://lenya.apache.org
thorsten.scherler@wyona.com                thorsten@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Bug in configurable content dir

Posted by Michael Wechner <mi...@wyona.com>.
Thorsten Scherler wrote:

>El vie, 03-03-2006 a las 11:17 +0100, Thorsten Scherler escribió:
>...
>  
>
>>Well yesterday I did the above but my actual problem does not seem to be
>>directly related.
>>
>>I am now debuging the lenya source protocol because I figured out that 
>>"resources" has 9 letters "content" has 7 now I think we did in some
>>place substring()/replace and that is resulting in "contentes" (9
>>letter).
>>
>>I have the sneaking suspicion that 
>>http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/repository/SourceNode.java?rev=381171&r1=381170&r2=381171&view=diff
>>is causing this bug. 
>>
>>wdyt?
>>    
>>
>
>Yes, it is!
>
> // Substitute "lenya://lenya/pubs/PUB_ID/content" by "contentDir"
>
>That is just wrong.
>  
>

the assumption was, that everything will reside within content  ;-)

What do you suggest?

Michi

>salu2
>  
>


-- 
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Bug in configurable content dir

Posted by Thorsten Scherler <th...@apache.org>.
El vie, 03-03-2006 a las 11:17 +0100, Thorsten Scherler escribió:
...
> 
> Well yesterday I did the above but my actual problem does not seem to be
> directly related.
> 
> I am now debuging the lenya source protocol because I figured out that 
> "resources" has 9 letters "content" has 7 now I think we did in some
> place substring()/replace and that is resulting in "contentes" (9
> letter).
> 
> I have the sneaking suspicion that 
> http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/repository/SourceNode.java?rev=381171&r1=381170&r2=381171&view=diff
> is causing this bug. 
> 
> wdyt?

Yes, it is!

 // Substitute "lenya://lenya/pubs/PUB_ID/content" by "contentDir"

That is just wrong.

salu2
-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Bug in configurable content dir

Posted by Thorsten Scherler <th...@wyona.com>.
El jue, 02-03-2006 a las 14:43 +0100, Thorsten Scherler escribió:
> El jue, 02-03-2006 a las 14:37 +0100, Michael Wechner escribió:
> > Thorsten Scherler wrote:
> > 
> > >Hi all, 
> > >
> > >when I use the new feature of the configurable content dir.
> > ><content-dir
> > >src="/home/USERNAME/data/default"/>
> > >then I cannot add any assets anymore.
> > >
> > >Well I can but lenya is not finding them anymore. ;-)
> > >
> > >The weird thing is that the asset will be added to:
> > >/home/USERNAME/data/default/contentes
> > >
> > >The es *can* be my default language, but I am not sure.
> > >
> > >Somebody can see the same and maybe knows how to fix it?
> > >  
> > >
> > 
> > well, I guess there must be some FileSystem call, which should be
> > replaced by the SourceNode interface. Unfortunately one cannot just
> > do a search and replace.
> > 
> > But in order to find all the locations where we should fix this one can
> > comment within
> > 
> > src/java/org/apache/lenya/cms/publication/Document.java
> > 
> > getFile()
> > 
> > and re-compile and then you will where one has to fix stuff, resp.
> > 
> > use getSourceURI()
> > 
> > HTH
> 
> Thanks very much.
> 
> Not the answer I liked to hear. ;)
> 
> Will do then try and error. 

Well yesterday I did the above but my actual problem does not seem to be
directly related.

I am now debuging the lenya source protocol because I figured out that 
"resources" has 9 letters "content" has 7 now I think we did in some
place substring()/replace and that is resulting in "contentes" (9
letter).

I have the sneaking suspicion that 
http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/repository/SourceNode.java?rev=381171&r1=381170&r2=381171&view=diff
is causing this bug. 

wdyt?

salu2
-- 
Thorsten Scherler
COO Spain
Wyona Inc.  -  Open Source Content Management  -  Apache Lenya
http://www.wyona.com                   http://lenya.apache.org
thorsten.scherler@wyona.com                thorsten@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Bug in configurable content dir

Posted by Thorsten Scherler <th...@wyona.com>.
El jue, 02-03-2006 a las 14:37 +0100, Michael Wechner escribió:
> Thorsten Scherler wrote:
> 
> >Hi all, 
> >
> >when I use the new feature of the configurable content dir.
> ><content-dir
> >src="/home/USERNAME/data/default"/>
> >then I cannot add any assets anymore.
> >
> >Well I can but lenya is not finding them anymore. ;-)
> >
> >The weird thing is that the asset will be added to:
> >/home/USERNAME/data/default/contentes
> >
> >The es *can* be my default language, but I am not sure.
> >
> >Somebody can see the same and maybe knows how to fix it?
> >  
> >
> 
> well, I guess there must be some FileSystem call, which should be
> replaced by the SourceNode interface. Unfortunately one cannot just
> do a search and replace.
> 
> But in order to find all the locations where we should fix this one can
> comment within
> 
> src/java/org/apache/lenya/cms/publication/Document.java
> 
> getFile()
> 
> and re-compile and then you will where one has to fix stuff, resp.
> 
> use getSourceURI()
> 
> HTH

Thanks very much.

Not the answer I liked to hear. ;)

Will do then try and error. 

Gracias.

salu2
-- 
Thorsten Scherler
COO Spain
Wyona Inc.  -  Open Source Content Management  -  Apache Lenya
http://www.wyona.com                   http://lenya.apache.org
thorsten.scherler@wyona.com                thorsten@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Bug in configurable content dir

Posted by Michael Wechner <mi...@wyona.com>.
Thorsten Scherler wrote:

>Hi all, 
>
>when I use the new feature of the configurable content dir.
><content-dir
>src="/home/USERNAME/data/default"/>
>then I cannot add any assets anymore.
>
>Well I can but lenya is not finding them anymore. ;-)
>
>The weird thing is that the asset will be added to:
>/home/USERNAME/data/default/contentes
>
>The es *can* be my default language, but I am not sure.
>
>Somebody can see the same and maybe knows how to fix it?
>  
>

well, I guess there must be some FileSystem call, which should be
replaced by the SourceNode interface. Unfortunately one cannot just
do a search and replace.

But in order to find all the locations where we should fix this one can
comment within

src/java/org/apache/lenya/cms/publication/Document.java

getFile()

and re-compile and then you will where one has to fix stuff, resp.

use getSourceURI()

HTH

Michi

>salu2
>  
>


-- 
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org