RE: Looking for help in the upcomming release - (i've tested it)

2002-07-12 Thread Piroumian Konstantin

Thanks for your feedback, Josema.

I've just refactored i18n and JSP samples, they can be accessed from:
'/cocoon/samples/welcome' page. Hopefully, will have time to look also at
XSP samples to add 'Back' links.

For the form I've created - seems that it was not a good idea since result
of the submit comes in a form of request parameters which is not very
readable. I'll try add some JavaScript to post the result in needed form,
though, I'm afraid that it won't be sooner than tomorrow.

Konstantin

 From: Josema Alonso [mailto:[EMAIL PROTECTED]] 
 
 Dear Friends,
 
 My name is Josema Alonso and I'm from Spain. Please, excuse 
 my english if
 sometimes I do not write something properly, but I always try 
 to do my best.
 I'm a Cocoon newbie. Well, not so. I used version 1.8 for 
 some time and
 learned a lot with it. Now I've been following this list for 
 some three
 months and finally I'm going to start a Cocoon project in a 
 few days. You'll
 hear from me about it...
 
 I read Carsten message about the new release and I thought I 
 could send my
 first post, playing the beta tester role.
 Though I see Konstantin is writing a form, I'm posting this 
 here for you to
 know, but will fill the form once ready, too.
 
 I have installed:
 - Windows XP Professional
 - Tomcat 4.0.4
 - Cocoon 2.0.3 CVS branch as stated in Carsten's message
 
 THE GOOD
 -
 - I built it and installed in Tomcat without problems.
 - I tried all the samples using IE6.0.2600.000 except the 
 DELI ones and the
 portal  authentication ones. Everything went fine excep the 
 ones noted
 below.
 
 THE (NOT SO) BAD
 ---
 - A couple things I would like to see fixed are just a couple 
 links. I do
 not remember if they were the same in previous versions.
 After clicking the XSP examples or the Internationalization 
 ones I have to
 go back to the samples using the back button in my browser. 
 Annoying in the
 cacheable examples when you have to go back 5 times after 
 testing all of
 them. The 'back to samples' link is present in the JSP Reader 
 sample, but
 this one doen't work properly since it takes you to the
 http://localhost:8080/cocoon page (assuming default installation, of
 course).
 
 - I reached an exception in the Python Generator. Probably I 
 missed some
 .jar cause I'e never used Python. Error trace at the end of 
 the message.
 
 - The 'Yahoo Screen Scrape' under Dynamic Content Examples 
 did not work for
 me. I just got a blank page.
 
 - I did not test the portal and authentication samples since 
 I only built
 Cocoon using the 'clean' option. Should I try using
 the -Dinclude.scratchpad.libs' option?
 
 
 I think that's all. Hope it helps.
 
 Best.
 
 
 
 
 
 *** Python Generator Sample Error Trace ***
 
   An error occurred
   The org.apache.cocoon.www.sitemap_xmap notifies that
 org.apache.cocoon.ProcessingException says:
 
   Exception in ScriptGenerator.generate()
 
   More precisely:
 
   org.apache.cocoon.ProcessingException: Exception in
 ScriptGenerator.generate(): com.ibm.bsf.BSFException: unable to load
 language: jpython
 
 
   extra info
   full exception chain stacktrace show
   Original exception : com.ibm.bsf.BSFException: unable to load
 language: jpython
   at 
 com.ibm.bsf.BSFManager.loadScriptingEngine(BSFManager.java:324)
   at com.ibm.bsf.BSFManager.exec(BSFManager.java:478)
   at
 org.apache.cocoon.generation.ScriptGenerator.generate(ScriptGe
 nerator.java:1
 93)
   at
 org.apache.cocoon.components.pipeline.CachingEventPipeline.pro
 cess(CachingEv
 entPipeline.java:250)
   at
 org.apache.cocoon.components.pipeline.CachingStreamPipeline.pr
 ocess(CachingS
 treamPipeline.java:399)
   at
 org.apache.cocoon.www.sitemap_xmap.matchN104D9(D:\Java\tomcat4
 .0.4\work\Stan
 dalone\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sit
 emap_xmap.java
 :6184)
   at
 org.apache.cocoon.www.sitemap_xmap.process(D:\Java\tomcat4.0.4
 \work\Standalo
 ne\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap
 _xmap.java:293
 9)
   at
 org.apache.cocoon.www.sitemap_xmap.process(D:\Java\tomcat4.0.4
 \work\Standalo
 ne\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap
 _xmap.java:250
 4)
   at org.apache.cocoon.sitemap.Handler.process(Handler.java:224)
   at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:179)
   at
 org.apache.cocoon.sitemap.SitemapManager.process(SitemapManage
 r.java:154)
   at org.apache.cocoon.Cocoon.process(Cocoon.java:575)
   at
 org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.
 java:999)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
   at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
 er(Application
 FilterChain.java:247)
   at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli
 cationFilterCh
 ain.java:193)
   at
 

Re: Looking for help in the upcomming release - (i've tested it)

2002-07-11 Thread Josema Alonso

Dear Friends,

My name is Josema Alonso and I'm from Spain. Please, excuse my english if
sometimes I do not write something properly, but I always try to do my best.
I'm a Cocoon newbie. Well, not so. I used version 1.8 for some time and
learned a lot with it. Now I've been following this list for some three
months and finally I'm going to start a Cocoon project in a few days. You'll
hear from me about it...

I read Carsten message about the new release and I thought I could send my
first post, playing the beta tester role.
Though I see Konstantin is writing a form, I'm posting this here for you to
know, but will fill the form once ready, too.

I have installed:
- Windows XP Professional
- Tomcat 4.0.4
- Cocoon 2.0.3 CVS branch as stated in Carsten's message

THE GOOD
-
- I built it and installed in Tomcat without problems.
- I tried all the samples using IE6.0.2600.000 except the DELI ones and the
portal  authentication ones. Everything went fine excep the ones noted
below.

THE (NOT SO) BAD
---
- A couple things I would like to see fixed are just a couple links. I do
not remember if they were the same in previous versions.
After clicking the XSP examples or the Internationalization ones I have to
go back to the samples using the back button in my browser. Annoying in the
cacheable examples when you have to go back 5 times after testing all of
them. The 'back to samples' link is present in the JSP Reader sample, but
this one doen't work properly since it takes you to the
http://localhost:8080/cocoon page (assuming default installation, of
course).

- I reached an exception in the Python Generator. Probably I missed some
.jar cause I'e never used Python. Error trace at the end of the message.

- The 'Yahoo Screen Scrape' under Dynamic Content Examples did not work for
me. I just got a blank page.

- I did not test the portal and authentication samples since I only built
Cocoon using the 'clean' option. Should I try using
the -Dinclude.scratchpad.libs' option?


I think that's all. Hope it helps.

Best.





*** Python Generator Sample Error Trace ***

  An error occurred
  The org.apache.cocoon.www.sitemap_xmap notifies that
org.apache.cocoon.ProcessingException says:

  Exception in ScriptGenerator.generate()

  More precisely:

  org.apache.cocoon.ProcessingException: Exception in
ScriptGenerator.generate(): com.ibm.bsf.BSFException: unable to load
language: jpython


  extra info
  full exception chain stacktrace show
  Original exception : com.ibm.bsf.BSFException: unable to load
language: jpython
  at com.ibm.bsf.BSFManager.loadScriptingEngine(BSFManager.java:324)
  at com.ibm.bsf.BSFManager.exec(BSFManager.java:478)
  at
org.apache.cocoon.generation.ScriptGenerator.generate(ScriptGenerator.java:1
93)
  at
org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEv
entPipeline.java:250)
  at
org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingS
treamPipeline.java:399)
  at
org.apache.cocoon.www.sitemap_xmap.matchN104D9(D:\Java\tomcat4.0.4\work\Stan
dalone\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java
:6184)
  at
org.apache.cocoon.www.sitemap_xmap.process(D:\Java\tomcat4.0.4\work\Standalo
ne\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:293
9)
  at
org.apache.cocoon.www.sitemap_xmap.process(D:\Java\tomcat4.0.4\work\Standalo
ne\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:250
4)
  at org.apache.cocoon.sitemap.Handler.process(Handler.java:224)
  at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:179)
  at
org.apache.cocoon.sitemap.SitemapManager.process(SitemapManager.java:154)
  at org.apache.cocoon.Cocoon.process(Cocoon.java:575)
  at
org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:999)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
  at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
  at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
  at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:243)
  at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
  at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
  at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
  at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:190)
  at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
  at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
  at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
  at

RE: Looking for help in the upcomming release - (i've tested it)

2002-07-11 Thread Geoff Howard

just a guess, but I'd bet the yahoo example broke when they recently
launched their new site design.  The xpath expression to find the headlines
in their html structure has most likely changed.

Geoff Howard

 -Original Message-
 From: Josema Alonso [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 11, 2002 1:36 PM
 To: Cocoon-Users
 Subject: Re: Looking for help in the upcomming release - (i've tested
 it)
 
 
 Dear Friends,
 
 My name is Josema Alonso and I'm from Spain. Please, excuse 
 my english if
 sometimes I do not write something properly, but I always try 
 to do my best.
 I'm a Cocoon newbie. Well, not so. I used version 1.8 for 
 some time and
 learned a lot with it. Now I've been following this list for 
 some three
 months and finally I'm going to start a Cocoon project in a 
 few days. You'll
 hear from me about it...
 
 I read Carsten message about the new release and I thought I 
 could send my
 first post, playing the beta tester role.
 Though I see Konstantin is writing a form, I'm posting this 
 here for you to
 know, but will fill the form once ready, too.
 
 I have installed:
 - Windows XP Professional
 - Tomcat 4.0.4
 - Cocoon 2.0.3 CVS branch as stated in Carsten's message
 
 THE GOOD
 -
 - I built it and installed in Tomcat without problems.
 - I tried all the samples using IE6.0.2600.000 except the 
 DELI ones and the
 portal  authentication ones. Everything went fine excep the 
 ones noted
 below.
 
 THE (NOT SO) BAD
 ---
 - A couple things I would like to see fixed are just a couple 
 links. I do
 not remember if they were the same in previous versions.
 After clicking the XSP examples or the Internationalization 
 ones I have to
 go back to the samples using the back button in my browser. 
 Annoying in the
 cacheable examples when you have to go back 5 times after 
 testing all of
 them. The 'back to samples' link is present in the JSP Reader 
 sample, but
 this one doen't work properly since it takes you to the
 http://localhost:8080/cocoon page (assuming default installation, of
 course).
 
 - I reached an exception in the Python Generator. Probably I 
 missed some
 .jar cause I'e never used Python. Error trace at the end of 
 the message.
 
 - The 'Yahoo Screen Scrape' under Dynamic Content Examples 
 did not work for
 me. I just got a blank page.
 
 - I did not test the portal and authentication samples since 
 I only built
 Cocoon using the 'clean' option. Should I try using
 the -Dinclude.scratchpad.libs' option?
 
 
 I think that's all. Hope it helps.
 
 Best.
 
 
 
 
 
 *** Python Generator Sample Error Trace ***
 
   An error occurred
   The org.apache.cocoon.www.sitemap_xmap notifies that
 org.apache.cocoon.ProcessingException says:
 
   Exception in ScriptGenerator.generate()
 
   More precisely:
 
   org.apache.cocoon.ProcessingException: Exception in
 ScriptGenerator.generate(): com.ibm.bsf.BSFException: unable to load
 language: jpython
 
 
   extra info
   full exception chain stacktrace show
   Original exception : com.ibm.bsf.BSFException: unable to load
 language: jpython
   at 
 com.ibm.bsf.BSFManager.loadScriptingEngine(BSFManager.java:324)
   at com.ibm.bsf.BSFManager.exec(BSFManager.java:478)
   at
 org.apache.cocoon.generation.ScriptGenerator.generate(ScriptGe
 nerator.java:1
 93)
   at
 org.apache.cocoon.components.pipeline.CachingEventPipeline.pro
 cess(CachingEv
 entPipeline.java:250)
   at
 org.apache.cocoon.components.pipeline.CachingStreamPipeline.pr
 ocess(CachingS
 treamPipeline.java:399)
   at
 org.apache.cocoon.www.sitemap_xmap.matchN104D9(D:\Java\tomcat4
 .0.4\work\Stan
 dalone\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sit
 emap_xmap.java
 :6184)
   at
 org.apache.cocoon.www.sitemap_xmap.process(D:\Java\tomcat4.0.4
 \work\Standalo
 ne\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap
 _xmap.java:293
 9)
   at
 org.apache.cocoon.www.sitemap_xmap.process(D:\Java\tomcat4.0.4
 \work\Standalo
 ne\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap
 _xmap.java:250
 4)
   at org.apache.cocoon.sitemap.Handler.process(Handler.java:224)
   at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:179)
   at
 org.apache.cocoon.sitemap.SitemapManager.process(SitemapManage
 r.java:154)
   at org.apache.cocoon.Cocoon.process(Cocoon.java:575)
   at
 org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.
 java:999)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
   at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
 er(Application
 FilterChain.java:247)
   at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli
 cationFilterCh
 ain.java:193)
   at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardW
 rapperValve.ja
 va:243