MS SQL Server Ordering (redux)

From: David Avendasora (webobject..vendasora.com)
Date: Thu Aug 23 2007 - 17:21:30 EDT

  • Next message: Chuck Hill: "Re: MS SQL Server Ordering (redux)"

    Hi All,

    I've had great success with an update to ERExtensions.Framework that
    Chuck Hill wrote to force MS SQL Server to correctly sequence
    database writes to avoid foreign-key problems, _until_ I rolled it
    into production.

    For some reason it doesn't seem to be using the ERExtensions code.
    This is the only function I am using in ERExtensions I've double- and
    triple-checked to be sure that I cam using the ERExtensions.Framework
    that he sent me and not one directly from Wonder (maybe he has rolled
    his changes into the current version, but I don't know).

    It works great on my Mac I use for development, but when I deploy it
    to the Windows server (A SSDD Deployment to Tomcat) it doesn't seem
    to use it at all. None of the logging for the ordering function shows
    up in the deployment logs either, even though I have not disabled the
    logging. For some reason it just isn't being called, I don't think.

    I have a Framework Project (in Eclipse/WOLips) that has the EOModel
    and all my Entity classes. In this project's WO Frameworks directory
    I have added the following frameworks:
    1) ERExtensions
    2) ERJars
    3) MicrosoftPlugIn (also provided by Chuck)

    And a WebUI Project that has all my Web Components and the following
    Frameworks in the WO Frameworks directory:
    1) BakeryManagement (my core framework above)
    2) ERExtensions
    3) ERJars
    4) MicrosoftPlugIn

    All of these frameworks are showing up in the WEB-INF/Library/
    Frameworks directory and the associated .jar files are also in the
    WEB-INF/lib directory of the Final application, but NOT in the WEB-
    INF/BakeryManagement.framework/Resources/Java directory.

    Dave



    This archive was generated by hypermail 2.0.0 : Thu Aug 23 2007 - 17:22:44 EDT