Hammet,

            <component id="searchStep" lifestyle="Singleton"
                             service="MyProcess.Process.IStep"
                       type="MyProcess.Process.Step, MyProcess.Process">
                <parameters>
                    <Name>Search.aspx</Name>
                    <Actions>
                        <array>
                            <item>${showResultsAction}</item>
                        </array>
                    </Actions>
                </parameters>
            </component>
            
            <component id="resultsStep" lifestyle="Singleton"
                             service="MyProcess.Process.IStep"
                       type="MyProcess.Process.Step, MyProcess.Process">
                <parameters>
                    <Name>Results.aspx</Name>
                </parameters>
            </component>

            <component id="process" lifestyle="Singleton"
                       type="MyProcess.Web.Process.WebProcess,
MyProcess.Web">
                <parameters>
                    <Steps>
                        <array>
                            <item>${searchStep}</item>
                            <item>${resultsStep}</item>
                        </array>
                    </Steps>
                </parameters>
            </component>



WebProcess.Steps is an IStep[]. I've tried Steps as a list, as well.

Thanks!

 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of hammett
> Sent: Wednesday, October 11, 2006 12:08 PM
> To: [email protected]
> Subject: Re: [Castle-users] error message question
> 
> Please post the xml for your parameters node.
> 
> On 10/11/06, Shawn Hinsey <[EMAIL PROTECTED]> wrote:
> >
> > What does this mean?
> >
> >  Key invalid for parameter MyParameter. Thus the kernel was 
> unable to 
> > override the service dependency
> >
> > It ocurrs while trying to configure an IMyParameterType[] list with 
> > IMyParameterType instances by name, i.e., 
> ${myParameterTypeInstance}.
> 
> 
> --
> Cheers,
> hammett
> http://hammett.castleproject.org/
> 
> --------------------------------------------------------------
> -----------
> Using Tomcat but need to do more? Need to support web 
> services, security?
> Get stuff done quickly with pre-integrated technology to make 
> your job easier Download IBM WebSphere Application Server 
> v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
> dat=121642
> _______________________________________________
> CastleProject-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/castleproject-users
> 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
CastleProject-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/castleproject-users

Reply via email to