Uploaded image for project: 'Stonehenge'
  1. Stonehenge
  2. STONEHENGE-110

DAL assembly name is hardcoded throughout .NET Business Service implementation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • M2
    • M2
    • DOTNET_BS
    • None

    Description

      I was looking through the .NET implementation of the business service (in TradeService.cs), and found a few instances of code like the following:
      dalCustomer = Trade.DALFactory.Customer.Create("Trade.DALSQLServer");

      Instead of something like the following:
      dalCustomer = Trade.DALFactory.Customer.Create(SQLHelper.GetAssemblyNameFromDBName(bsConfig.DBName));

      It appears that we are hardcoding the usage of the SQL Server DAL in a few places within the service implementation.

      Attachments

        Activity

          People

            Unassigned Unassigned
            nickh Nicholas A Hauenstein
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 1h
                1h
                Remaining:
                Remaining Estimate - 1h
                1h
                Logged:
                Time Spent - Not Specified
                Not Specified