Monthly Archives: September 2004

  • Managing exceptions on EDRA – quick tip

    Published by Matias Woloski on September 28th, 2004 8:05 pm under Shadowfax

    No Comments
    The exceptions thrown by business actions in EDRA are caught by the corresponding adapters (either a generic Exception or a BusinessRuleException). In the case of the WebServiceInterfaceAdapter, it will catch BusinessRuleException’s and Exception’s and will generate a SoapException and with the exception information in its details node. This way the client will always see a... read more
  • Validation in EDRA

    Published by Matias Woloski on September 28th, 2004 8:04 pm under Shadowfax

    No Comments
    “A business action can provide a semantic input validation method (see the validationMethod attribute in the BusinessAction configuration). If requested in the configuration file, the method is called by the business action pipeline target before the service implementation method is called. The method is given the input data as argument(s) and should raise an exception... read more
  • Visual Studio Team System wiki http://www.3leaf.com/wiki/ Visual Studio Team System blog (Q&A and articles) http://blogs.msdn.com/askburton/ Visual Studio Team System official web http://msdn.microsoft.com/vstudio/teamsystem msdn articles http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvsent/html/vsts-team.asp Visual Studio 2005 Team System: Designing Distributed Systems for Deployment Visual Studio 2005 Team System: Building Robust and Reliable Software Visual Studio 2005 Team System: Software Project Management Visual Studio... read more
  • This week on the EDRA message board, there was a question about EDRA runtime user context. This made me research on asp.net and IIS security and after some research I posted the IdentityImpersonate handler. Johnatan Wanagel, one of the MS guys that works tight with EDRA, posted these very interesting links… IIS & ASP.Net Pipeline processinghttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetAP04.asp... read more
  • Today while was reading a post from edjez found this CoolStuff: an xpath navigator to navigate through an object graph ObjectXPathNavigator: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnexxml/html/xml03172003.asp

Tags