I have a controller action that uses DataBindAttribute to bind request
properties to a given object. It worked fine in my development
environment but in production on some rare occasions I get a
BindingException:

Castle.Components.Binder.BindingException: node is not Composite but
still need to recurse to Infos.Address
   at Castle.Components.Binder.CompositeNode.GetChildNode(String name)
   at Castle.Components.Binder.DataBinder.BindObject(Type targetType,
String prefix, String excludedProperties, String allowedProperties,
CompositeNode treeRoot)
   at Castle.MonoRail.Framework.DataBindAttribute.Bind(IEngineContext
context, IController controller, IControllerContext controllerContext,
ParameterInfo parameterInfo)
   at
Castle.MonoRail.Framework.SmartDispatcherController.BuildMethodArguments
(ParameterInfo[] parameters, IRequest request, IDictionary`2
actionArgs)


I never managed to replicate this exception in my dev environment and
I am pretty much stuck. Do you have any idea under what circumstances
this exception could occur.

Regards,
Darin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to