You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Dale Christ <de...@yahoo.com> on 2004/03/16 02:20:59 UTC

From editor research

Michi, et al--

I was investigating why I couldn't save anything with the formeditor,
and I ran across this:

In the CVS version of lenya, I have the following two libraries (no
xmldb-api library, possibly depricated?):

$HOME/cocoon-lenya/lib/xmldb-common-2003-09-02.jar
$HOME/cocoon-lenya/lib/xmldb-xupdate-2003-10-14.jar

and in cocoon-2.1.4, I have the following libraries:

../cocoon-2.1.4/src/blocks/xmldb/lib/xmldb-api-20021118.jar
../cocoon-2.1.4/src/blocks/xmldb/lib/xmldb-common-20021220.jar
../cocoon-2.1.4/src/blocks/xmldb/lib/xmldb-xupdate-20021220.jar

When lenya is built, *both* sets of libraries are included in the
webapp (at least on my box they are).  

Whether one has anything to do with the other, and wheather or not they
affect whether I can save via the form editor.

--Dale 


__________________________________
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com

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


Re: From editor research

Posted by Michael Wechner <mi...@wyona.com>.
Dale Christ wrote:

>Michi--
>
>That did the trick.  Looks like everything's working again.  It might
>actually help if I read the documentation more carefully (you'd think
>after being a programmer for 13 years, I'd not make such silly mistakes
>;).  
>
>In any event, thanks for your pateience and your help.
>

no problem. I am glad you found the problem. I will add a comment to the 
local properties file of Lenya in case somebody is activating the xmldb 
block

#exclude.block.xmldb=true

>  Time to get
>back to developing my blog.  Thanks again!
>  
>

right :-)

Michi

>--Dale 
>
>
>--- Michael Wechner <mi...@wyona.com> wrote:
>  
>
>>Dale Christ wrote:
>>
>>    
>>
>>>Here's what appear in my webapp:
>>>
>>>./webapps/lenya/WEB-INF/lib/xmldb-xupdate-20021220.jar
>>>./webapps/lenya/WEB-INF/lib/xmldb-common-2003-09-02.jar
>>>./webapps/lenya/WEB-INF/lib/xmldb-api-20021118.jar
>>>./webapps/lenya/WEB-INF/lib/xmldb-xupdate-2003-10-14.jar
>>>./webapps/lenya/WEB-INF/lib/xmldb-common-20021220.jar
>>> 
>>>
>>>      
>>>
>>I think this might cause the problem indeed.
>>Please make sure to build Cocoon-2.1.4 with the local properties:
>>
>>cp src/cocoon/local.* ../cocoon-2.1.4/.
>>cd ../cocoon-2.1.4
>>./build.sh clean
>>./build.sh
>>../cocoon-lenya
>>ant reset
>>ant install
>>
>>check again on the libraries
>>
>>HTH
>>
>>Michi
>>
>>    
>>
>>> 
>>>
>>>      
>>>
>>>>after building Lenya?
>>>>
>>>>Are you using the local properties from Lenya
>>>>
>>>>src/cocoon/
>>>>CVS  local.blocks.properties  local.build.properties
>>>>
>>>>in order to build Cocoon-2.1.4 ?
>>>>
>>>>   
>>>>
>>>>        
>>>>
>>>I'll look at that a little later this morning...
>>>
>>> 
>>>
>>>      
>>>
>>>>Michi
>>>>
>>>>
>>>>   
>>>>
>>>>        
>>>>
>>>>>Whether one has anything to do with the other, and wheather or not
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>they
>>>>   
>>>>
>>>>        
>>>>
>>>>>affect whether I can save via the form editor.
>>>>>
>>>>>--Dale 
>>>>>
>>>>>
>>>>>__________________________________
>>>>>Do you Yahoo!?
>>>>>Yahoo! Mail - More reliable, more storage, less spam
>>>>>http://mail.yahoo.com
>>>>>
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>---------------------------------------------------------------------
>>>      
>>>
>>>>   
>>>>
>>>>        
>>>>
>>>>>To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
>>>>>For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>-- 
>>>>Michael Wechner
>>>>Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
>>>>http://www.wyona.com              http://cocoon.apache.org/lenya/
>>>>michael.wechner@wyona.com                        michi@apache.org
>>>>
>>>>
>>>>        
>>>>
>>>---------------------------------------------------------------------
>>>      
>>>
>>>>To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
>>>>For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>>>>
>>>>   
>>>>
>>>>        
>>>>
>>>__________________________________
>>>Do you Yahoo!?
>>>Yahoo! Mail - More reliable, more storage, less spam
>>>http://mail.yahoo.com
>>>
>>>      
>>>
>>---------------------------------------------------------------------
>>    
>>
>>>To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
>>>For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>>>
>>>
>>> 
>>>
>>>      
>>>
>>-- 
>>Michael Wechner
>>Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
>>http://www.wyona.com              http://cocoon.apache.org/lenya/
>>michael.wechner@wyona.com                        michi@apache.org
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
>>For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>>
>>    
>>
>
>
>__________________________________
>Do you Yahoo!?
>Yahoo! Mail - More reliable, more storage, less spam
>http://mail.yahoo.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
>For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>
>
>  
>


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


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


Re: From editor research

Posted by Dale Christ <de...@yahoo.com>.
Michi--

That did the trick.  Looks like everything's working again.  It might
actually help if I read the documentation more carefully (you'd think
after being a programmer for 13 years, I'd not make such silly mistakes
;).  

In any event, thanks for your pateience and your help.  Time to get
back to developing my blog.  Thanks again!

--Dale 


--- Michael Wechner <mi...@wyona.com> wrote:
> Dale Christ wrote:
> 
> >
> >Here's what appear in my webapp:
> >
> >./webapps/lenya/WEB-INF/lib/xmldb-xupdate-20021220.jar
> >./webapps/lenya/WEB-INF/lib/xmldb-common-2003-09-02.jar
> >./webapps/lenya/WEB-INF/lib/xmldb-api-20021118.jar
> >./webapps/lenya/WEB-INF/lib/xmldb-xupdate-2003-10-14.jar
> >./webapps/lenya/WEB-INF/lib/xmldb-common-20021220.jar
> >  
> >
> 
> I think this might cause the problem indeed.
> Please make sure to build Cocoon-2.1.4 with the local properties:
> 
> cp src/cocoon/local.* ../cocoon-2.1.4/.
> cd ../cocoon-2.1.4
> ./build.sh clean
> ./build.sh
> ../cocoon-lenya
> ant reset
> ant install
> 
> check again on the libraries
> 
> HTH
> 
> Michi
> 
> >  
> >
> >>after building Lenya?
> >>
> >>Are you using the local properties from Lenya
> >>
> >>src/cocoon/
> >>CVS  local.blocks.properties  local.build.properties
> >>
> >>in order to build Cocoon-2.1.4 ?
> >>
> >>    
> >>
> >
> >I'll look at that a little later this morning...
> >
> >  
> >
> >>Michi
> >>
> >>
> >>    
> >>
> >>>Whether one has anything to do with the other, and wheather or not
> >>>      
> >>>
> >>they
> >>    
> >>
> >>>affect whether I can save via the form editor.
> >>>
> >>>--Dale 
> >>>
> >>>
> >>>__________________________________
> >>>Do you Yahoo!?
> >>>Yahoo! Mail - More reliable, more storage, less spam
> >>>http://mail.yahoo.com
> >>>
> >>>      
> >>>
>
>>---------------------------------------------------------------------
> >>    
> >>
> >>>To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> >>>For additional commands, e-mail: lenya-user-help@cocoon.apache.org
> >>>
> >>>
> >>> 
> >>>
> >>>      
> >>>
> >>-- 
> >>Michael Wechner
> >>Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
> >>http://www.wyona.com              http://cocoon.apache.org/lenya/
> >>michael.wechner@wyona.com                        michi@apache.org
> >>
> >>
>
>>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> >>For additional commands, e-mail: lenya-user-help@cocoon.apache.org
> >>
> >>    
> >>
> >
> >
> >__________________________________
> >Do you Yahoo!?
> >Yahoo! Mail - More reliable, more storage, less spam
> >http://mail.yahoo.com
> >
>
>---------------------------------------------------------------------
> >To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> >For additional commands, e-mail: lenya-user-help@cocoon.apache.org
> >
> >
> >  
> >
> 
> 
> -- 
> Michael Wechner
> Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
> http://www.wyona.com              http://cocoon.apache.org/lenya/
> michael.wechner@wyona.com                        michi@apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-user-help@cocoon.apache.org
> 


__________________________________
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com

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


Re: From editor research

Posted by Michael Wechner <mi...@wyona.com>.
Dale Christ wrote:

>
>Here's what appear in my webapp:
>
>./webapps/lenya/WEB-INF/lib/xmldb-xupdate-20021220.jar
>./webapps/lenya/WEB-INF/lib/xmldb-common-2003-09-02.jar
>./webapps/lenya/WEB-INF/lib/xmldb-api-20021118.jar
>./webapps/lenya/WEB-INF/lib/xmldb-xupdate-2003-10-14.jar
>./webapps/lenya/WEB-INF/lib/xmldb-common-20021220.jar
>  
>

I think this might cause the problem indeed.
Please make sure to build Cocoon-2.1.4 with the local properties:

cp src/cocoon/local.* ../cocoon-2.1.4/.
cd ../cocoon-2.1.4
./build.sh clean
./build.sh
../cocoon-lenya
ant reset
ant install

check again on the libraries

HTH

Michi

>  
>
>>after building Lenya?
>>
>>Are you using the local properties from Lenya
>>
>>src/cocoon/
>>CVS  local.blocks.properties  local.build.properties
>>
>>in order to build Cocoon-2.1.4 ?
>>
>>    
>>
>
>I'll look at that a little later this morning...
>
>  
>
>>Michi
>>
>>
>>    
>>
>>>Whether one has anything to do with the other, and wheather or not
>>>      
>>>
>>they
>>    
>>
>>>affect whether I can save via the form editor.
>>>
>>>--Dale 
>>>
>>>
>>>__________________________________
>>>Do you Yahoo!?
>>>Yahoo! Mail - More reliable, more storage, less spam
>>>http://mail.yahoo.com
>>>
>>>      
>>>
>>---------------------------------------------------------------------
>>    
>>
>>>To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
>>>For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>>>
>>>
>>> 
>>>
>>>      
>>>
>>-- 
>>Michael Wechner
>>Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
>>http://www.wyona.com              http://cocoon.apache.org/lenya/
>>michael.wechner@wyona.com                        michi@apache.org
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
>>For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>>
>>    
>>
>
>
>__________________________________
>Do you Yahoo!?
>Yahoo! Mail - More reliable, more storage, less spam
>http://mail.yahoo.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
>For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>
>
>  
>


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


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


Re: From editor research

Posted by Dale Christ <de...@yahoo.com>.
--- Michael Wechner <mi...@wyona.com> wrote:
> Dale Christ wrote:
> 
> >Michi, et al--
> >
> >I was investigating why I couldn't save anything with the
> formeditor,
> >and I ran across this:
> >
> >In the CVS version of lenya, I have the following two libraries (no
> >xmldb-api library, possibly depricated?):
> >
> >$HOME/cocoon-lenya/lib/xmldb-common-2003-09-02.jar
> >$HOME/cocoon-lenya/lib/xmldb-xupdate-2003-10-14.jar
> >
> >and in cocoon-2.1.4, I have the following libraries:
> >
> >../cocoon-2.1.4/src/blocks/xmldb/lib/xmldb-api-20021118.jar
> >../cocoon-2.1.4/src/blocks/xmldb/lib/xmldb-common-20021220.jar
> >../cocoon-2.1.4/src/blocks/xmldb/lib/xmldb-xupdate-20021220.jar
> >
> >When lenya is built, *both* sets of libraries are included in the
> >webapp (at least on my box they are).  
> >  
> >
> 
> 
> what xmldb libraries have you in
> 
> build/lenya/webapp/WEB-INF/lib/

Here's what appear in my webapp:

./webapps/lenya/WEB-INF/lib/xmldb-xupdate-20021220.jar
./webapps/lenya/WEB-INF/lib/xmldb-common-2003-09-02.jar
./webapps/lenya/WEB-INF/lib/xmldb-api-20021118.jar
./webapps/lenya/WEB-INF/lib/xmldb-xupdate-2003-10-14.jar
./webapps/lenya/WEB-INF/lib/xmldb-common-20021220.jar

> after building Lenya?
> 
> Are you using the local properties from Lenya
> 
> src/cocoon/
> CVS  local.blocks.properties  local.build.properties
> 
> in order to build Cocoon-2.1.4 ?
> 

I'll look at that a little later this morning...

> Michi
> 
> 
> >Whether one has anything to do with the other, and wheather or not
> they
> >affect whether I can save via the form editor.
> >
> >--Dale 
> >
> >
> >__________________________________
> >Do you Yahoo!?
> >Yahoo! Mail - More reliable, more storage, less spam
> >http://mail.yahoo.com
> >
>
>---------------------------------------------------------------------
> >To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> >For additional commands, e-mail: lenya-user-help@cocoon.apache.org
> >
> >
> >  
> >
> 
> 
> -- 
> Michael Wechner
> Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
> http://www.wyona.com              http://cocoon.apache.org/lenya/
> michael.wechner@wyona.com                        michi@apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-user-help@cocoon.apache.org
> 


__________________________________
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com

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


Re: From editor research

Posted by Michael Wechner <mi...@wyona.com>.
Dale Christ wrote:

>Michi, et al--
>
>I was investigating why I couldn't save anything with the formeditor,
>and I ran across this:
>
>In the CVS version of lenya, I have the following two libraries (no
>xmldb-api library, possibly depricated?):
>
>$HOME/cocoon-lenya/lib/xmldb-common-2003-09-02.jar
>$HOME/cocoon-lenya/lib/xmldb-xupdate-2003-10-14.jar
>
>and in cocoon-2.1.4, I have the following libraries:
>
>../cocoon-2.1.4/src/blocks/xmldb/lib/xmldb-api-20021118.jar
>../cocoon-2.1.4/src/blocks/xmldb/lib/xmldb-common-20021220.jar
>../cocoon-2.1.4/src/blocks/xmldb/lib/xmldb-xupdate-20021220.jar
>
>When lenya is built, *both* sets of libraries are included in the
>webapp (at least on my box they are).  
>  
>


what xmldb libraries have you in

build/lenya/webapp/WEB-INF/lib/

after building Lenya?

Are you using the local properties from Lenya

src/cocoon/
CVS  local.blocks.properties  local.build.properties

in order to build Cocoon-2.1.4 ?

Michi


>Whether one has anything to do with the other, and wheather or not they
>affect whether I can save via the form editor.
>
>--Dale 
>
>
>__________________________________
>Do you Yahoo!?
>Yahoo! Mail - More reliable, more storage, less spam
>http://mail.yahoo.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
>For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>
>
>  
>


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


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