Re: XMLForm Howto - not Working still

2002-10-13 Thread Ivelin Ivanov


There is a good chance that your package names or sitemaps are not quite
right.
Instead of typing the howto code,
start with the demo source code which works and change it for your taste.

- Original Message -
From: "aps olute" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, October 12, 2002 9:57 AM
Subject: RE: XMLForm Howto - not Working still


> Reference my previous posting:
> http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=103438719303078&w=2
> Logs gathered from logs/sitemap.log hopefully this will assist in
> troubleshooting as the I get is stil get The requested URI
> "/cocoon/samples/xmlform/howto-wizard.html" was not found.
>
> DEBUG   (2002-10-12) 07:07.05:498   [sitemap]
> (/cocoon/samples/xmlform/howto-wizard.html) Thread-11/InvokeContext:
> Current Sitemap Parameters:
> PARAM: '2' VALUE: 'xmlform/howto-wizard.html'
> PARAM: '1' VALUE: 'samples'
> PARAM: '0' VALUE: 'samples/xmlform/howto-wizard.html'
>
> INFO(2002-10-12) 07:07.05:500   [sitemap]
> (/cocoon/samples/xmlform/howto-wizard.html) Thread-11/PreparableMatchNode:
> Matcher 'wildcard' matched prepared pattern '*/**' at
> file:/u01/t41xbeta/t419/webapps/cocoon/samples/sitemap.xmap:1001:30
> DEBUG   (2002-10-12) 07:07.05:501   [sitemap]
> (/cocoon/samples/xmlform/howto-wizard.html) Thread-11/InvokeContext:
> Current Sitemap Parameters:
> PARAM: '2' VALUE: 'howto-wizard.html'
> PARAM: '1' VALUE: 'xmlform'
> PARAM: '0' VALUE: 'xmlform/howto-wizard.html'
>
> INFO(2002-10-12) 07:07.05:502   [sitemap]
> (/cocoon/samples/xmlform/howto-wizard.html) Thread-11/PreparableMatchNode:
> Matcher 'wildcard' matched prepared pattern 'howto-wizard.html' at
> file:/u01/t41xbeta/t419/webapps/cocoon/samples/xmlform/sitemap.xmap:98:48
> DEBUG   (2002-10-12) 07:07.05:503   [sitemap]
> (/cocoon/samples/xmlform/howto-wizard.html) Thread-11/InvokeContext:
> Current Sitemap Parameters:
> PARAM: '0' VALUE: 'howto-wizard.html'
>
> DEBUG   (2002-10-12) 07:07.05:503   [sitemap]
> (/cocoon/samples/xmlform/howto-wizard.html)
Thread-11/ResourceLimitingPool: Got
> a org.apache.cocoon.samples.xmlform.WizardAction from the pool.
> DEBUG   (2002-10-12) 07:07.05:503   [sitemap]
> (/cocoon/samples/xmlform/howto-wizard.html)
Thread-11/ResourceLimitingPool: Put
> a org.apache.cocoon.samples.xmlform.WizardAction back into the pool.
> DEBUG   (2002-10-12) 07:07.05:504   [sitemap]
> (/cocoon/samples/xmlform/howto-wizard.html) Thread-11/InvokeContext:
> Current Sitemap Parameters:
> PARAM: 'page' VALUE: 'start'
> PARAM: '../0' VALUE: 'howto-wizard.html'
>
> DEBUG   (2002-10-12) 07:07.05:504   [sitemap]
> (/cocoon/samples/xmlform/howto-wizard.html)
Thread-11/ResourceLimitingPool: Got
> a org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline
from the
> pool.
> DEBUG   (2002-10-12) 07:07.05:504   [sitemap]
> (/cocoon/samples/xmlform/howto-wizard.html)
> Thread-11/ExcaliburComponentSelector: generators: ComponentSelector could
not
> find the component for hint [file]
> DEBUG   (2002-10-12) 07:07.05:505   [sitemap]
> (/cocoon/samples/xmlform/howto-wizard.html)
> Thread-11/ExcaliburComponentSelector: generators: ComponentSelector could
not
> find the component for hint [file]
> DEBUG   (2002-10-12) 07:07.05:505   [sitemap]
> (/cocoon/samples/xmlform/howto-wizard.html)
Thread-11/ResourceLimitingPool: Got
> a org.apache.cocoon.generation.FileGenerator from the pool.
> DEBUG   (2002-10-12) 07:07.05:505   [sitemap]
> (/cocoon/samples/xmlform/howto-wizard.html)
Thread-11/ResourceLimitingPool: Got
> a org.apache.cocoon.transformation.XMLFormTransformer from the pool.
> DEBUG   (2002-10-12) 07:07.05:506   [sitemap]
> (/cocoon/samples/xmlform/howto-wizard.html)
> Thread-11/ExcaliburComponentSelector: transformers: ComponentSelector
could not
> find the component for hint [xslt]
> DEBUG   (2002-10-12) 07:07.05:506   [sitemap]
> (/cocoon/samples/xmlform/howto-wizard.html)
> Thread-11/ExcaliburComponentSelector: transformers: ComponentSelector
could not
> find the component for hint [xslt]
> DEBUG   (2002-10-12) 07:07.05:507   [sitemap]
> (/cocoon/samples/xmlform/howto-wizard.html)
Thread-11/ResourceLimitingPool: Got
> a org.apache.cocoon.transformation.TraxTransformer from the pool.
> DEBUG   (2002-10-12) 07:07.05:507   [sitemap]
> (/cocoon/samples/xmlform/howto-wizard.html)
> Thread-11/ExcaliburComponentSelector: transformers: ComponentSelector
could not
> find the component for hint [xslt]
> DEBUG   (2002-10-12) 07:07.05:507   [sitemap]
> (/coco

Re: XMLForm Howto - not Working still

2002-10-12 Thread Antonio Gallardo Rivera

I dont know, but the current built is a little buggy

I recommend you to build 2 times after a build clean.

Then try again.

Antonio Gallardo

El Viernes, 11 de Octubre de 2002 19:36, aps olute escribió:
> I have searched the list and seems no one responded
> with a working solution to this:
> http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=103109619221782&w=2
>
> I am experiencing this now to.  The requested URI
> "/cocoon/samples/xmlform/howto-wizard.html" was not
> found.
> I have exact same version of tomcat 4.1.9 and c2 ver
> 2.1.  I can run the wizard example fine. I looked at
> the WizardAction.java and compared with
> HowtoWizardAction.java, just one additional import
> org.apache.excalibur.source.Source; is what I can
> recognize but it seems it is not even used in the
> body.
> I have built it using the build.xml just like the
> howto  said so, and deployed.
>
> Can someone shed some light and help a newbie please?
>
>
>
> __
> Do you Yahoo!?
> Faith Hill - Exclusive Performances, Videos & More
> http://faith.yahoo.com
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. 
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>

-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




RE: XMLForm Howto - not Working still

2002-10-12 Thread aps olute

Reference my previous posting:
http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=103438719303078&w=2
Logs gathered from logs/sitemap.log hopefully this will assist in
troubleshooting as the I get is stil get The requested URI
"/cocoon/samples/xmlform/howto-wizard.html" was not found.

DEBUG   (2002-10-12) 07:07.05:498   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html) Thread-11/InvokeContext: 
Current Sitemap Parameters:
PARAM: '2' VALUE: 'xmlform/howto-wizard.html'
PARAM: '1' VALUE: 'samples'
PARAM: '0' VALUE: 'samples/xmlform/howto-wizard.html'

INFO(2002-10-12) 07:07.05:500   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html) Thread-11/PreparableMatchNode:
Matcher 'wildcard' matched prepared pattern '*/**' at
file:/u01/t41xbeta/t419/webapps/cocoon/samples/sitemap.xmap:1001:30
DEBUG   (2002-10-12) 07:07.05:501   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html) Thread-11/InvokeContext: 
Current Sitemap Parameters:
PARAM: '2' VALUE: 'howto-wizard.html'
PARAM: '1' VALUE: 'xmlform'
PARAM: '0' VALUE: 'xmlform/howto-wizard.html'

INFO(2002-10-12) 07:07.05:502   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html) Thread-11/PreparableMatchNode:
Matcher 'wildcard' matched prepared pattern 'howto-wizard.html' at
file:/u01/t41xbeta/t419/webapps/cocoon/samples/xmlform/sitemap.xmap:98:48
DEBUG   (2002-10-12) 07:07.05:503   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html) Thread-11/InvokeContext: 
Current Sitemap Parameters:
PARAM: '0' VALUE: 'howto-wizard.html'

DEBUG   (2002-10-12) 07:07.05:503   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html) Thread-11/ResourceLimitingPool: Got
a org.apache.cocoon.samples.xmlform.WizardAction from the pool.
DEBUG   (2002-10-12) 07:07.05:503   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html) Thread-11/ResourceLimitingPool: Put
a org.apache.cocoon.samples.xmlform.WizardAction back into the pool.
DEBUG   (2002-10-12) 07:07.05:504   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html) Thread-11/InvokeContext: 
Current Sitemap Parameters:
PARAM: 'page' VALUE: 'start'
PARAM: '../0' VALUE: 'howto-wizard.html'

DEBUG   (2002-10-12) 07:07.05:504   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html) Thread-11/ResourceLimitingPool: Got
a org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline from the
pool.
DEBUG   (2002-10-12) 07:07.05:504   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html)
Thread-11/ExcaliburComponentSelector: generators: ComponentSelector could not
find the component for hint [file]
DEBUG   (2002-10-12) 07:07.05:505   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html)
Thread-11/ExcaliburComponentSelector: generators: ComponentSelector could not
find the component for hint [file]
DEBUG   (2002-10-12) 07:07.05:505   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html) Thread-11/ResourceLimitingPool: Got
a org.apache.cocoon.generation.FileGenerator from the pool.
DEBUG   (2002-10-12) 07:07.05:505   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html) Thread-11/ResourceLimitingPool: Got
a org.apache.cocoon.transformation.XMLFormTransformer from the pool.
DEBUG   (2002-10-12) 07:07.05:506   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html)
Thread-11/ExcaliburComponentSelector: transformers: ComponentSelector could not
find the component for hint [xslt]
DEBUG   (2002-10-12) 07:07.05:506   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html)
Thread-11/ExcaliburComponentSelector: transformers: ComponentSelector could not
find the component for hint [xslt]
DEBUG   (2002-10-12) 07:07.05:507   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html) Thread-11/ResourceLimitingPool: Got
a org.apache.cocoon.transformation.TraxTransformer from the pool.
DEBUG   (2002-10-12) 07:07.05:507   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html)
Thread-11/ExcaliburComponentSelector: transformers: ComponentSelector could not
find the component for hint [xslt]
DEBUG   (2002-10-12) 07:07.05:507   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html)
Thread-11/ExcaliburComponentSelector: transformers: ComponentSelector could not
find the component for hint [xslt]
DEBUG   (2002-10-12) 07:07.05:508   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html) Thread-11/ResourceLimitingPool: Got
a org.apache.cocoon.transformation.TraxTransformer from the pool.
DEBUG   (2002-10-12) 07:07.05:508   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html)
Thread-11/ExcaliburComponentSelector: serializers: ComponentSelector could not
find the component for hint [html]
DEBUG   (2002-10-12) 07:07.05:508   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html)
Thread-11/ExcaliburComponentSelector: serializers: ComponentSelector could not
find the component for hint [html]
DEBUG   (2002-10-12) 07:07.05:509   [sitemap]
(/cocoon/samples/xmlform/howto-wizard.html) Thread-11/ResourceLimitingPool: Got
a org.apache.cocoon.serialization.HTMLSerializer from the pool.
DEBUG   (2002-10-12) 07:07.05:512   [sitemap.transformer.xsltc]
(/cocoon/samples/xmlform/how