Yeah, they do. I don't know if maybe it didn't go through or something,
but here's the config again (I know showResultsAction doesn't exist in
this excerpt. It's there in the larger config):
 
            <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> 


________________________________

        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Ayende Rahien
        Sent: Wednesday, October 11, 2006 1:05 PM
        To: [email protected]
        Subject: Re: [Castle-users] error message question
        
        
        ${searchStep} & ${resultsStep} exists and are of the correct
type?
        
        
        On 10/11/06, Shawn Hinsey <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote: 

                Sorry, no, the exact error message is
                
                Key invalid for parameter Steps. Thus the kernel was
unable to 
                override the service dependency
                
                ________________________________
                
                From: [EMAIL PROTECTED]
on behalf of Ayende Rahien 
                Sent: Wed 10/11/2006 12:46 PM
                To: [email protected]
                Subject: Re: [Castle-users] error message question
                
                
                What is the exact error message? MyParameter is the name
you are using? 
                Notice that all the ${} references are case sensitive.
                
                
                On 10/11/06, Shawn Hinsey <[EMAIL PROTECTED]> wrote:
                
                        Hammet,
                
                        I didn't see any invalid ${} references in the
config (the example I sent has a reference to something that doesn't
exist in the example, but it's there in the full file). 
                
                        I'm not sure what override it's complaining
about, really. That's the entire error. I assume it has something to do
with the Steps property.
                
                        Thanks,
                        Shawn
                
                        ________________________________ 
                
                        From:
[EMAIL PROTECTED] on behalf of hammett
                        Sent: Wed 10/11/2006 12:26 PM
                        To: [email protected]
                        Subject: Re: [Castle-users] error message
question
                
                
                
                        What override is it complaining about?
                
                        This error happens when
                
                        - You have a node on the configure that is
associate with a service 
                        - the MicroKernel identifies that, but when it
tries to extract the
                        key for the other component it realizes it is
invalid (not using
                        ${aaa} format
                
                        double check your configuration for wrong usage
of ${} 
                
                        On 10/11/06, Shawn Hinsey
<[EMAIL PROTECTED]> wrote:
                        > Hammet,
                
                
                        --
                        Cheers,
                        hammett
                         http://hammett.castleproject.org/
<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
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=12164
2> 
                        _______________________________________________
                        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
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=12164
2> 
                        _______________________________________________
                        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
                
                
                



-------------------------------------------------------------------------
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