[ http://issues.apache.org/jira/browse/COCOON-1449?page=all ]

Jörg Heinicke closed COCOON-1449.
---------------------------------

    Resolution: Cannot Reproduce

Can't reproduce and wonder how it should occur: Your error message says, 
Component is an unknown type, which at the end means, its import is missing. 
But Component is imported already in the xsp.xsl, i.e. it gets imported in 
every XSP-generated Java class.

If it occurs though in your case we probably need more info like the source 
that gets generated etc.

> soap logicsheet doesn't work (xscriptManager component cannot be resolved)
> --------------------------------------------------------------------------
>
>                 Key: COCOON-1449
>                 URL: http://issues.apache.org/jira/browse/COCOON-1449
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: XSP
>    Affects Versions: 2.1.8
>         Environment: Operating System: Windows XP
> Platform: PC
>            Reporter: Bastian Bowe
>         Assigned To: Cocoon Developers Team
>
> Running a xsp using the soap logicsheet will result in the following compile 
> error:
> // start error (lines 80-80) "Component cannot be resolved or is not a type"
>             manager.release((Component)xscriptManager);
> // end error
> This is my xsp, which worked without problems on cocoon 2.1.6:
> <?xml version="1.0"?>
> <xsp:page
>     language="java"
>     xmlns:xsp="http://apache.org/xsp";
>     xmlns:xsp-request="http://apache.org/xsp/request/2.0";
>     xmlns:xscript="http://apache.org/xsp/xscript/1.0";
>     xmlns:soap="http://apache.org/xsp/soap/3.0";>
>   <page>
>     <html>
>       <head>
>       <title>SOAP Test</title>
>       </head>
>       <body>
>       <h1>Cocoon SOAP Test</h1>
>       <p>
>         <soap:call 
> url="http://localhost:9090/SOLICY_SOAP/services/HelloWorld";>
>           <ns:hello xmlns:ns="http://soap.solicy.foo.com"/>
>         </soap:call>
>       </p>
>       </body>
>     </html>
>   </page>
> </xsp:page>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to