UseSharedCache programatic override failure

From: bob (sabob..mail.com)
Date: Fri Mar 02 2007 - 17:03:14 EST

  • Next message: Marcin Skladaniec: "Re: expression to find out null relationship"

    Hi all

    Using Cayenne 1.2.2, jdk5.

    In the modeler under cache configuration the "use shared cache" is
    disabled. This value I want to override programatically for example:

       boolean useSharedCache = true;
       DataContext context = DataContext.createDataContext(useSharedCache);
       DataObjectUtils.objectForPK(context, Employee.class, 200);

    This throws a nullpointer. Stack trace below.

    Is this valid use of the API?

    If I enable the "use shared cache" in the modeler this works fine, so
    its not a big issue.

    Stacktrace:

    Exception in thread "main" java.lang.NullPointerException
    org.objectstyle.cayenne.access.DataDomainQueryAction.interceptOIDQuery(DataDomainQueryAction.java:166)
    org.objectstyle.cayenne.access.DataDomainQueryAction.execute(DataDomainQueryAction.java:143)
    org.objectstyle.cayenne.access.DataDomain.onQuery(DataDomain.java:766)
    org.objectstyle.cayenne.util.ObjectContextQueryAction.runQuery(ObjectContextQueryAction.java:253)
    org.objectstyle.cayenne.access.DataContextQueryAction.execute(DataContextQueryAction.java:90)
    org.objectstyle.cayenne.access.DataContext.onQuery(DataContext.java:1423)
    org.objectstyle.cayenne.access.DataContext.performQuery(DataContext.java:1412)
    org.objectstyle.cayenne.DataObjectUtils.objectForQuery(DataObjectUtils.java:290)
    org.objectstyle.cayenne.DataObjectUtils.objectForPK(DataObjectUtils.java:276)
    org.objectstyle.cayenne.DataObjectUtils.objectForPK(DataObjectUtils.java:167)
    test.CacheOverride.main(CacheOverride.java:20)

    regards

    bob



    This archive was generated by hypermail 2.0.0 : Fri Mar 02 2007 - 17:15:58 EST