NeededByEOF0 problem again...

<[email protected]> Sat, 12 Apr 2003 14:11:46 -0400
Newsgroups gmane.comp.web.webobjects.eof
Organization Israfil Consulting Services Corporation
Message-ID <009301c3011e$faef76b0$0102910a@fenestrated>
Greetings,
 
    I saw e-mail messages in the list archives relating to this nagging
issue, but I am having this problem with a vertically inherited entity
and it's driving me up the wall.  I saw many questions about this, but
the answers seemed to be in e-mails that were no longer archived.
 
 
    I have this (simplified) model
 
Item                  Location
Id                      id  (class)
Name                addressed (not class)
                        ---------
                        address (to  Address)
                        super    (to Item)
 
*         Location inherits from Item, both in Java and in the EOModel
*         The "super" relationship is owned, mandatory, and propagates
primary key (and the debug output indicates that it was propagated) and
cascade
*         Item is abstract
*         All Item's relationships and properties are flattened into
Location with the right names
*         Location creates an Address in it's awakeFromInsertion()

I've tried to follow all the guidance from what e-mails I could find,
but I still get the result below.  Any ideas?  What have I forgotten or
missed.  I've attached a trimmed down model, sans connection dict.  
 
The other weird thing about this is that I get an
EOGenericAdaptorException, with null returned from getMessage().  It has
a UserInfo dict, but no message, which caused a substantial amount of
difficulty in finding the problem in the first place.
 
[14:47:38,805] <WorkerThread0> DEBUG (eoaccess.EOAdaptorContext:457)
=== Begin Internal Transaction
[14:47:38,815] <WorkerThread0> DEBUG (jdbcadaptor.JDBCChannel:292)
evaluateExpression:
<com.webobjects.jdbcadaptor.OraclePlugIn$OracleExpression: "SELECT
IFT_ITEMS_SEQ.NEXTVAL FROM DUAL">
[14:47:39,166] <WorkerThread0> DEBUG (jdbcadaptor.JDBCChannel:359) 1
row(s) processed
[14:47:39,246] <WorkerThread0> DEBUG (eoaccess.EOAdaptorContext:486)
=== Commit Internal Transaction
[14:47:39,256] <WorkerThread0> DEBUG (eoaccess.EOAdaptorContext:457)
=== Begin Internal Transaction
[14:47:39,266] <WorkerThread0> DEBUG (jdbcadaptor.JDBCChannel:292)
evaluateExpression:
<com.webobjects.jdbcadaptor.OraclePlugIn$OracleExpression: "SELECT
IFT_ADDRESS_INFO_SEQ.NEXTVAL FROM DUAL">
[14:47:39,596] <WorkerThread0> DEBUG (jdbcadaptor.JDBCChannel:359) 1
row(s) processed
[14:47:39,707] <WorkerThread0> DEBUG (eoaccess.EOAdaptorContext:486)
=== Commit Internal Transaction
[14:47:39,767] <WorkerThread0> DEBUG (eoaccess.EOAdaptorContext:457)
=== Begin Internal Transaction
[14:47:39,767] <WorkerThread0> DEBUG (jdbcadaptor.JDBCChannel:292)
evaluateExpression:
<com.webobjects.jdbcadaptor.OraclePlugIn$OracleExpression: "INSERT INTO
IFT_ADDRESS_INFO(PHONE_NUM, ADDRESS, ADDRESS2, CITY, ICQ_NUMBER,
FAX_NUM, STATE, DEPARTMENT, ALT_PHONE_NUM, WEB_ADDRESS, ALT_PHONE_EXT,
COUNTRY, POSTAL_CODE, PHONE_EXT, ADDRESS_ID, EMAIL, COMPANY,
MOBILE_PHONE_NUM, PAGER_NUM) VALUES (?, NULL, NULL, ?, NULL, NULL, ?, ?,
NULL, ?, NULL, ?, ?, ?, ?, NULL, ?, NULL, NULL)" withBindings:
1:"416-488-1999"(primaryTelephoneNumber), 2:"T."(city), 3:"ON"(state),
4:"suite 600"(department), 5:"http://www.infotriever.com"(websiteURL),
6:"CA"(country), 7:"M5R1H5"(postalCode),
8:"481"(primaryTelephoneExtension), 9:500049(id), 10:"20 Eg"(company)>
[14:47:40,127] <WorkerThread0> DEBUG (jdbcadaptor.JDBCChannel:292)
evaluateExpression:
<com.webobjects.jdbcadaptor.OraclePlugIn$OracleExpression: "INSERT INTO
IFT_ITEMS(ITEM_ID, EXPIRY_DATE, READ_ONLY, VERSION_CNT, ITEM_NAME,
LAST_MODIFIED_TIME, ITEM_STATUS, CREATION_TIME, PARTNER_TAG,
ITEM_TYPE_ID, PUBLISHER_ID, DELETION_TIME, PUBLISH_TIME,
PARTNER_LAST_MODIFIED_TIME, ITEM_DESCRIPTION) VALUES (?, NULL, NULL, ?,
?, ?, ?, ?, ?, ?, ?, NULL, ?, NULL, ?)" withBindings:
1:2000000000000046(NeededByEOF0), 2:1(versionCnt), 3:"My Test Location
#001"(name), 4:2003-04-10 14:47:35(lastModifiedTime), 5:2(statusId),
6:2003-04-10 14:47:37(creationTime),
7:"TestLocation001"(externalIdentifier), 8:2(typeId),
9:498924312398052(publisherId), 10:2003-04-10 14:47:37(publishTime),
11:"Some random text for the comment area"(comment)>
[14:47:40,338] <WorkerThread0> DEBUG (eoaccess.EOAdaptorContext:516)
=== Rollback Internal Transaction
[14:47:40,338] <WorkerThread0> ERROR (service.Publish:116) Error
attempting to publish item: null
com.webobjects.eoaccess.EOGeneralAdaptorException
      at
com.webobjects.eoaccess.EODatabaseContext._exceptionWithDatabaseContextI
nformationAdded(EODatabaseContext.java:4658)
      at
com.webobjects.eoaccess.EODatabaseContext.performChanges(EODatabaseConte
xt.java:6365)
      at
com.webobjects.eocontrol.EOObjectStoreCoordinator.saveChangesInEditingCo
ntext(EOObjectStoreCoordinator.java:411)
      at
com.webobjects.eocontrol.EOEditingContext.saveChanges(EOEditingContext.j
ava:3128)
      at
com.infotriever.application.OCS.service.Publish.publishLocation(Publish.
java:110)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
      at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at
org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java
:372)
      at
org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.ja
va:292)
      at
org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:276
)
      at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.j
ava:71)
      at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156)
      at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126)
      at
org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:437)
      at org.apache.axis.server.AxisServer.invoke(AxisServer.java:316)
      at
com.webobjects.appserver._private.WOWebService.performActionNamed(WOWebS
ervice.java:365)
      at
com.webobjects.appserver._private.WOActionRequestHandler._handleRequest(
WOActionRequestHandler.java:240)
      at
com.webobjects.appserver._private.WOActionRequestHandler.handleRequest(W
OActionRequestHandler.java:142)
      at
com.webobjects.appserver._private.WOWebServiceRequestHandler.handleReque
st(WOWebServiceRequestHandler.java:88)
      at
com.webobjects.appserver.WOApplication.dispatchRequest(WOApplication.jav
a:1247)
      at Application.dispatchRequest(Application.java:106)
      at
com.webobjects.appserver._private.WOWorkerThread.runOnce(WOWorkerThread.
java:167)
      at
com.webobjects.appserver._private.WOWorkerThread.run(WOWorkerThread.java
:248)
      at java.lang.Thread.run(Thread.java:536)
[14:47:41,039] <WorkerThread0> ERROR (service.Publish:117) Error
UserInfo: {EODatabaseContextKey = {coordinator =
com.webobjects.eocontrol.EOObjectStoreCoordinator@b8176d;
databaseOperations = ({_dbSnapshot = {id = 2; name = "published"; };
_entity = "ItemStatus"; _newRow = {id = 2; name = "published"; };
_object = "{values = {name = "published"; }; this =
"<com.infotriever.framework.model.ItemStatus 57f57f
_EOIntegralKeyGlobalID[ItemStatus (java.lang.Long)2]>"; }"; _globalID =
_EOIntegralKeyGlobalID[ItemStatus (java.lang.Long)2]; _databaseOperator
= "EODatabaseNothingOperator"; }, {_dbSnapshot = {activationCode =
"B35D86C0473811D6806A0A6201816A6A"; contactId = 498924312398052;
creationTime = 2002-04-03 05:00:00 Etc/GMT; deletionTime =
<com.webobjects.foundation.NSKeyValueCoding$Null>; emailDomain =
"WN32{307b2ec5-5df8-43d9-9444-f9d55ff490d0}"; id = 498924312398052; isEa
= <com.webobjects.foundation.NSKeyValueCoding$Null>; isExecutive =
<com.webobjects.foundation.NSKeyValueCoding$Null>; isUnsubscribed =
<com.webobjects.foundation.NSKeyValueCoding$Null>; lastAction =
2003-04-02 05:00:00 Etc/GMT; lastModifiedTime = 2002-10-23 04:00:00
Etc/GMT; logonCount = 16; memberStatusId = 2; partnerBrandId =
600000000000031; partyTypeId = 1; password = "********"; preferences =
0; securityRoleMask = 1; signatureLink = 2; userTypeId = 1; username =
"[email protected]"; }; _entity = "Member"; _newRow =
{activationCode = "B35D86C0473811D6806A0A6201816A6A"; contactId =
498924312398052; creationTime = 2002-04-03 05:00:00 Etc/GMT;
deletionTime = <com.webobjects.foundation.NSKeyValueCoding$Null>;
emailDomain = "WN32{307b2ec5-5df8-43d9-9444-f9d55ff490d0}"; id =
498924312398052; isEa =
<com.webobjects.foundation.NSKeyValueCoding$Null>; isExecutive =
<com.webobjects.foundation.NSKeyValueCoding$Null>; isUnsubscribed =
<com.webobjects.foundation.NSKeyValueCoding$Null>; lastAction =
2003-04-02 05:00:00 Etc/GMT; lastModifiedTime = 2002-10-23 04:00:00
Etc/GMT; logonCount = 16; memberStatusId = 2; partnerBrandId =
600000000000031; partyTypeId = 1; password = "********"; preferences =
0; securityRoleMask = 1; signatureLink = 2; userTypeId = 1; username =
"[email protected]"; }; _object = "{values = {emailDomain
= "WN32{307b2ec5-5df8-43d9-9444-f9d55ff490d0}"; logonCount = 16;
subscribedItems = "<com.webobjects.eocontrol._EOCheapCopyMutableArray
b44eb4 (<EOAccessArrayFaultHandler subscribedItems
_EOIntegralKeyGlobalID[Member (java.lang.Long)498924312398052]>)>";
brand = "<com.infotriever.framework.model.Brand f800db
(com.webobjects.eoaccess.EOAccessFaultHandler
_EOIntegralKeyGlobalID[Brand (java.lang.Long)600000000000031])>"; client
= "<com.infotriever.framework.model.Client 566633
(com.webobjects.eoaccess.EOAccessFaultHandler
_EOIntegralKeyGlobalID[Client (java.lang.Long)498924312398052])>";
creationTime = 2002-04-03 05:00:00 Etc/GMT; signatureLink = 2;
memberStatus = "<com.infotriever.framework.model.MemberStatus 14124d6
_EOIntegralKeyGlobalID[MemberStatus (java.lang.Long)2]>"; username =
"[email protected]"; partyTypeRelationship =
"<com.infotriever.framework.model.PartyType 1f88fbd
(com.webobjects.eoaccess.EOAccessFaultHandler
_EOIntegralKeyGlobalID[PartyType (java.lang.Long)1])>"; password =
"********"; isExecutive =
<com.webobjects.foundation.NSKeyValueCoding$Null>; lastAction =
2003-04-02 05:00:00 Etc/GMT; securityRoleMask = 1; activationCode =
"B35D86C0473811D6806A0A6201816A6A"; userType =
"<com.infotriever.framework.model.UserType 140b8fd
(com.webobjects.eoaccess.EOAccessFaultHandler
_EOIntegralKeyGlobalID[UserType (java.lang.Long)1])>"; isEa =
<com.webobjects.foundation.NSKeyValueCoding$Null>; lastModifiedTime =
2002-10-23 04:00:00 Etc/GMT; contactInfo =
"<com.infotriever.framework.model.Contact 1be0369
(com.webobjects.eoaccess.EOAccessFaultHandler
_EOIntegralKeyGlobalID[Contact (java.lang.Long)498924312398052])>";
publishedItems = "<com.webobjects.eocontrol._EOCheapCopyMutableArray
870e2f (<EOAccessArrayFaultHandler publishedItems
_EOIntegralKeyGlobalID[Member (java.lang.Long)498924312398052]>)>";
preferences = 0; deletionTime =
<com.webobjects.foundation.NSKeyValueCoding$Null>; isUnsubscribed =
<com.webobjects.foundation.NSKeyValueCoding$Null>; aliases =
"<com.webobjects.eocontrol._EOCheapCopyMutableArray 157bf4c
(<EOAccessArrayFaultHandler aliases _EOIntegralKeyGlobalID[Member
(java.lang.Long)498924312398052]>)>"; }; this =
"<com.infotriever.framework.model.Member 10cafa1
_EOIntegralKeyGlobalID[Member (java.lang.Long)498924312398052]>"; }";
_globalID = _EOIntegralKeyGlobalID[Member
(java.lang.Long)498924312398052]; _databaseOperator =
"EODatabaseNothingOperator"; }, {_dbSnapshot = {}; _entity = "Address";
_newRow = {primaryTelephoneNumber = "416-488-1999"; addressLine =
<com.webobjects.foundation.NSKeyValueCoding$Null>; addressLine2 =
<com.webobjects.foundation.NSKeyValueCoding$Null>; city = "T.";
instantMessengerID = <com.webobjects.foundation.NSKeyValueCoding$Null>;
faxTelephoneNumber = <com.webobjects.foundation.NSKeyValueCoding$Null>;
state = "ON"; department = "suite 600"; alternateTelephoneNumber =
<com.webobjects.foundation.NSKeyValueCoding$Null>; websiteURL =
"http://www.infotriever.com"; alternateTelephoneExtension =
<com.webobjects.foundation.NSKeyValueCoding$Null>; country = "CA";
postalCode = "M5R1H5"; primaryTelephoneExtension = "481"; id = 500049;
email = <com.webobjects.foundation.NSKeyValueCoding$Null>; company = "20
Eg"; mobilePhoneNumber =
<com.webobjects.foundation.NSKeyValueCoding$Null>; pagerTelephoneNumber
= <com.webobjects.foundation.NSKeyValueCoding$Null>; }; _object =
"{values = {primaryTelephoneNumber = "416-488-1999"; addressLine =
<com.webobjects.foundation.NSKeyValueCoding$Null>; addressLine2 =
<com.webobjects.foundation.NSKeyValueCoding$Null>; city = "T.";
instantMessengerID = <com.webobjects.foundation.NSKeyValueCoding$Null>;
faxTelephoneNumber = <com.webobjects.foundation.NSKeyValueCoding$Null>;
state = "ON"; department = "suite 600"; alternateTelephoneNumber =
<com.webobjects.foundation.NSKeyValueCoding$Null>; websiteURL =
"http://www.infotriever.com"; alternateTelephoneExtension =
<com.webobjects.foundation.NSKeyValueCoding$Null>; country = "CA";
postalCode = "M5R1H5"; company = "20 Eg"; email =
<com.webobjects.foundation.NSKeyValueCoding$Null>;
primaryTelephoneExtension = "481"; mobilePhoneNumber =
<com.webobjects.foundation.NSKeyValueCoding$Null>; pagerTelephoneNumber
= <com.webobjects.foundation.NSKeyValueCoding$Null>; }; this =
"<com.infotriever.framework.model.Address 1f30035 <EOTemporaryGlobalID:
0 0 10 -111 2 1 0 0 20 90 2 0 0 0 0 -12 120 -25 125 -93 112 -111 8
-20>>"; }"; _adaptorOps = ({_adaptorOperator =
"EOAdaptorInsertOperator"; _entity = "Address"; _changedValues =
{primaryTelephoneNumber = "416-488-1999"; addressLine =
<com.webobjects.foundation.NSKeyValueCoding$Null>; addressLine2 =
<com.webobjects.foundation.NSKeyValueCoding$Null>; city = "T.";
instantMessengerID = <com.webobjects.foundation.NSKeyValueCoding$Null>;
faxTelephoneNumber = <com.webobjects.foundation.NSKeyValueCoding$Null>;
state = "ON"; department = "suite 600"; alternateTelephoneNumber =
<com.webobjects.foundation.NSKeyValueCoding$Null>; websiteURL =
"http://www.infotriever.com"; alternateTelephoneExtension =
<com.webobjects.foundation.NSKeyValueCoding$Null>; country = "CA";
postalCode = "M5R1H5"; primaryTelephoneExtension = "481"; id = 500049;
email = <com.webobjects.foundation.NSKeyValueCoding$Null>; company = "20
Eg"; mobilePhoneNumber =
<com.webobjects.foundation.NSKeyValueCoding$Null>; pagerTelephoneNumber
= <com.webobjects.foundation.NSKeyValueCoding$Null>; }; }); _globalID =
<EOTemporaryGlobalID: 0 0 10 -111 2 1 0 0 20 90 2 0 0 0 0 -12 120 -25
125 -93 112 -111 8 -20>; _databaseOperator = "EODatabaseInsertOperator";
}, {_dbSnapshot = {}; _entity = "Location"; _newRow = {expiryDate =
<com.webobjects.foundation.NSKeyValueCoding$Null>; readOnly =
<com.webobjects.foundation.NSKeyValueCoding$Null>; addressId = 500049;
versionCnt = 1; name = "My Test Location #001"; lastModifiedTime =
2003-04-10 18:47:35 Etc/GMT; statusId = 2; id = 2000000000000046;
creationTime = 2003-04-10 18:47:37 Etc/GMT; externalIdentifier =
"TestLocation001"; typeId = 2; publisherId = 498924312398052;
deletionTime = <com.webobjects.foundation.NSKeyValueCoding$Null>;
publishTime = 2003-04-10 18:47:37 Etc/GMT; partnerLastModifiedTime =
<com.webobjects.foundation.NSKeyValueCoding$Null>; comment = "Some
random text for the comment area"; }; _object = "{values = {expiryDate =
<com.webobjects.foundation.NSKeyValueCoding$Null>; readOnly =
<com.webobjects.foundation.NSKeyValueCoding$Null>; permissions = "null";
brand = "null"; name = "My Test Location #001"; creationTime =
2003-04-10 18:47:37 Etc/GMT; address =
"<com.infotriever.framework.model.Address 1f30035 <EOTemporaryGlobalID:
0 0 10 -111 2 1 0 0 20 90 2 0 0 0 0 -12 120 -25 125 -93 112 -111 8
-20>>"; versionCnt = 1; status =
"<com.infotriever.framework.model.ItemStatus 57f57f
_EOIntegralKeyGlobalID[ItemStatus (java.lang.Long)2]>";
externalIdentifier = "TestLocation001"; typeId = 2; lastModifiedTime =
2003-04-10 18:47:35 Etc/GMT; subscriptions = "null"; publisher =
"<com.infotriever.framework.model.Member 10cafa1
_EOIntegralKeyGlobalID[Member (java.lang.Long)498924312398052]>";
deletionTime = <com.webobjects.foundation.NSKeyValueCoding$Null>;
publishTime = 2003-04-10 18:47:37 Etc/GMT; partnerLastModifiedTime =
<com.webobjects.foundation.NSKeyValueCoding$Null>; comment = "Some
random text for the comment area"; }; this =
"<com.infotriever.framework.model.Location b28980 <EOTemporaryGlobalID:
0 0 10 -111 2 1 0 0 20 90 1 0 0 0 0 -12 120 -25 125 -93 112 -111 8
-20>>"; }"; _adaptorOps = ({_adaptorOperator =
"EOAdaptorInsertOperator"; _entity = "Location"; _changedValues =
{NeededByEOF0 = 2000000000000046; expiryDate =
<com.webobjects.foundation.NSKeyValueCoding$Null>; readOnly =
<com.webobjects.foundation.NSKeyValueCoding$Null>; versionCnt = 1; name
= "My Test Location #001"; lastModifiedTime = 2003-04-10 18:47:35
Etc/GMT; statusId = 2; creationTime = 2003-04-10 18:47:37 Etc/GMT;
externalIdentifier = "TestLocation001"; typeId = 2; publisherId =
498924312398052; deletionTime =
<com.webobjects.foundation.NSKeyValueCoding$Null>; publishTime =
2003-04-10 18:47:37 Etc/GMT; partnerLastModifiedTime =
<com.webobjects.foundation.NSKeyValueCoding$Null>; comment = "Some
random text for the comment area"; }; }, {_adaptorOperator =
"EOAdaptorInsertOperator"; _entity = "Location"; _changedValues = {id =
2000000000000046; addressId = 500049; }; }); _globalID =
<EOTemporaryGlobalID: 0 0 10 -111 2 1 0 0 20 90 1 0 0 0 0 -12 120 -25
125 -93 112 -111 8 -20>; _databaseOperator = "EODatabaseInsertOperator";
}); databaseContext = com.webobjects.eoaccess.EODatabaseContext@1586cbd;
editingContext = com.webobjects.eocontrol.EOEditingContext@5ce40; };
EODatabaseOperationsKey = ({_dbSnapshot = {id = 2; name = "published";
}; _entity = "ItemStatus"; _newRow = {id = 2; name = "published"; };
_object = "{values = {name = "published"; }; this =
"<com.infotriever.framework.model.ItemStatus 57f57f
_EOIntegralKeyGlobalID[ItemStatus (java.lang.Long)2]>"; }"; _globalID =
_EOIntegralKeyGlobalID[ItemStatus (java.lang.Long)2]; _databaseOperator
= "EODatabaseNothingOperator"; }, {_dbSnapshot = {activationCode =
"B35D86C0473811D6806A0A6201816A6A"; contactId = 498924312398052;
creationTime = 2002-04-03 05:00:00 Etc/GMT; deletionTime =
<com.webobjects.foundation.NSKeyValueCoding$Null>; emailDomain =
"WN32{307b2ec5-5df8-43d9-9444-f9d55ff490d0}"; id = 498924312398052; isEa
= <com.webobjects.foundation.NSKeyValueCoding$Null>; isExecutive =
<com.webobjects.foundation.NSKeyValueCoding$Null>; isUnsubscribed =
<com.webobjects.foundation.NSKeyValueCoding$Null>; lastAction =
2003-04-02 05:00:00 Etc/GMT; lastModifiedTime = 2002-10-23 04:00:00
Etc/GMT; logonCount = 16; memberStatusId = 2; partnerBrandId =
600000000000031; partyTypeId = 1; password = "********"; preferences =
0; securityRoleMask = 1; signatureLink = 2; userTypeId = 1; username =
"[email protected]"; }; _entity = "Member"; _newRow =
{activationCode = "B35D86C0473811D6806A0A6201816A6A"; contactId =
498924312398052; creationTime = 2002-04-03 05:00:00 Etc/GMT;
deletionTime = <com.webobjects.foundation.NSKeyValueCoding$Null>;
emailDomain = "WN32{307b2ec5-5df8-43d9-9444-f9d55ff490d0}"; id =
498924312398052; isEa =
<com.webobjects.foundation.NSKeyValueCoding$Null>; isExecutive =
<com.webobjects.foundation.NSKeyValueCoding$Null>; isUnsubscribed =
<com.webobjects.foundation.NSKeyValueCoding$Null>; lastAction =
2003-04-02 05:00:00 Etc/GMT; lastModifiedTime = 2002-10-23 04:00:00
Etc/GMT; logonCount = 16; memberStatusId = 2; partnerBrandId =
600000000000031; partyTypeId = 1; password = "********"; preferences =
0; securityRoleMask = 1; signatureLink = 2; userTypeId = 1; username =
"[email protected]"; }; _object = "{values = {emailDomain
= "WN32{307b2ec5-5df8-43d9-9444-f9d55ff490d0}"; logonCount = 16;
subscribedItems = "<com.webobjects.eocontrol._EOCheapCopyMutableArray
b44eb4 (<EOAccessArrayFaultHandler subscribedItems
_EOIntegralKeyGlobalID[Member (java.lang.Long)498924312398052]>)>";
brand = "<com.infotriever.framework.model.Brand f800db
(com.webobjects.eoaccess.EOAccessFaultHandler
_EOIntegralKeyGlobalID[Brand (java.lang.Long)600000000000031])>"; client
= "<com.infotriever.framework.model.Client 566633
(com.webobjects.eoaccess.EOAccessFaultHandler
_EOIntegralKeyGlobalID[Client (java.lang.Long)498924312398052])>";
creationTime = 2002-04-03 05:00:00 Etc/GMT; signatureLink = 2;
memberStatus = "<com.infotriever.framework.model.MemberStatus 14124d6
_EOIntegralKeyGlobalID[MemberStatus (java.lang.Long)2]>"; username =
"[email protected]"; partyTypeRelationship =
"<com.infotriever.framework.model.PartyType 1f88fbd
(com.webobjects.eoaccess.EOAccessFaultHandler
_EOIntegralKeyGlobalID[PartyType (java.lang.Long)1])>"; password =
"********"; isExecutive =
<com.webobjects.foundation.NSKeyValueCoding$Null>; lastAction =
2003-04-02 05:00:00 Etc/GMT; securityRoleMask = 1; activationCode =
"B35D86C0473811D6806A0A6201816A6A"; userType =
"<com.infotriever.framework.model.UserType 140b8fd
(com.webobjects.eoaccess.EOAccessFaultHandler
_EOIntegralKeyGlobalID[UserType (java.lang.Long)1])>"; isEa =
<com.webobjects.foundation.NSKeyValueCoding$Null>; lastModifiedTime =
2002-10-23 04:00:00 Etc/GMT; contactInfo =
"<com.infotriever.framework.model.Contact 1be0369
(com.webobjects.eoaccess.EOAccessFaultHandler
_EOIntegralKeyGlobalID[Contact (java.lang.Long)498924312398052])>";
publishedItems = "<com.webobjects.eocontrol._EOCheapCopyMutableArray
870e2f (<EOAccessArrayFaultHandler publishedItems
_EOIntegralKeyGlobalID[Member (java.lang.Long)498924312398052]>)>";
preferences = 0; deletionTime =
<com.webobjects.foundation.NSKeyValueCoding$Null>; isUnsubscribed =
<com.webobjects.foundation.NSKeyValueCoding$Null>; aliases =
"<com.webobjects.eocontrol._EOCheapCopyMutableArray 157bf4c
(<EOAccessArrayFaultHandler aliases _EOIntegralKeyGlobalID[Member
(java.lang.Long)498924312398052]>)>"; }; this =
"<com.infotriever.framework.model.Member 10cafa1
_EOIntegralKeyGlobalID[Member (java.lang.Long)498924312398052]>"; }";
_globalID = _EOIntegralKeyGlobalID[Member
(java.lang.Long)498924312398052]; _databaseOperator =
"EODatabaseNothingOperator"; }, {_dbSnapshot = {}; _entity = "Address";
_newRow = {primaryTelephoneNumber = "416-488-1999"; addressLine =
<com.webobjects.foundation.NSKeyValueCoding$Null>; addressLine2 =
<com.webobjects.foundation.NSKeyValueCoding$Null>; city = "T.";
instantMessengerID = <com.webobjects.foundation.NSKeyValueCoding$Null>;
faxTelephoneNumber = <com.webobjects.foundation.NSKeyValueCoding$Null>;
state = "ON"; department = "suite 600"; alternateTelephoneNumber =
<com.webobjects.foundation.NSKeyValueCoding$Null>; websiteURL =
"http://www.infotriever.com"; alternateTelephoneExtension =
<com.webobjects.foundation.NSKeyValueCoding$Null>; country = "CA";
postalCode = "M5R1H5"; primaryTelephoneExtension = "481"; id = 500049;
email = <com.webobjects.foundation.NSKeyValueCoding$Null>; company = "20
Eg"; mobilePhoneNumber =
<com.webobjects.foundation.NSKeyValueCoding$Null>; pagerTelephoneNumber
= <com.webobjects.foundation.NSKeyValueCoding$Null>; }; _object =
"{values = {primaryTelephoneNumber = "416-488-1999"; addressLine =
<com.webobjects.foundation.NSKeyValueCoding$Null>; addressLine2 =
<com.webobjects.foundation.NSKeyValueCoding$Null>; city = "T.";
instantMessengerID = <com.webobjects.foundation.NSKeyValueCoding$Null>;
faxTelephoneNumber = <com.webobjects.foundation.NSKeyValueCoding$Null>;
state = "ON"; department = "suite 600"; alternateTelephoneNumber =
<com.webobjects.foundation.NSKeyValueCoding$Null>; websiteURL =
"http://www.infotriever.com"; alternateTelephoneExtension =
<com.webobjects.foundation.NSKeyValueCoding$Null>; country = "CA";
postalCode = "M5R1H5"; company = "20 Eg"; email =
<com.webobjects.foundation.NSKeyValueCoding$Null>;
primaryTelephoneExtension = "481"; mobilePhoneNumber =
<com.webobjects.foundation.NSKeyValueCoding$Null>; pagerTelephoneNumber
= <com.webobjects.foundation.NSKeyValueCoding$Null>; }; this =
"<com.infotriever.framework.model.Address 1f30035 <EOTemporaryGlobalID:
0 0 10 -111 2 1 0 0 20 90 2 0 0 0 0 -12 120 -25 125 -93 112 -111 8
-20>>"; }"; _adaptorOps = ({_adaptorOperator =
"EOAdaptorInsertOperator"; _entity = "Address"; _changedValues =
{primaryTelephoneNumber = "416-488-1999"; addressLine =
<com.webobjects.foundation.NSKeyValueCoding$Null>; addressLine2 =
<com.webobjects.foundation.NSKeyValueCoding$Null>; city = "T.";
instantMessengerID = <com.webobjects.foundation.NSKeyValueCoding$Null>;
faxTelephoneNumber = <com.webobjects.foundation.NSKeyValueCoding$Null>;
state = "ON"; department = "suite 600"; alternateTelephoneNumber =
<com.webobjects.foundation.NSKeyValueCoding$Null>; websiteURL =
"http://www.infotriever.com"; alternateTelephoneExtension =
<com.webobjects.foundation.NSKeyValueCoding$Null>; country = "CA";
postalCode = "M5R1H5"; primaryTelephoneExtension = "481"; id = 500049;
email = <com.webobjects.foundation.NSKeyValueCoding$Null>; company = "20
Eg"; mobilePhoneNumber =
<com.webobjects.foundation.NSKeyValueCoding$Null>; pagerTelephoneNumber
= <com.webobjects.foundation.NSKeyValueCoding$Null>; }; }); _globalID =
<EOTemporaryGlobalID: 0 0 10 -111 2 1 0 0 20 90 2 0 0 0 0 -12 120 -25
125 -93 112 -111 8 -20>; _databaseOperator = "EODatabaseInsertOperator";
}, {_dbSnapshot = {}; _entity = "Location"; _newRow = {expiryDate =
<com.webobjects.foundation.NSKeyValueCoding$Null>; readOnly =
<com.webobjects.foundation.NSKeyValueCoding$Null>; addressId = 500049;
versionCnt = 1; name = "My Test Location #001"; lastModifiedTime =
2003-04-10 18:47:35 Etc/GMT; statusId = 2; id = 2000000000000046;
creationTime = 2003-04-10 18:47:37 Etc/GMT; externalIdentifier =
"TestLocation001"; typeId = 2; publisherId = 498924312398052;
deletionTime = <com.webobjects.foundation.NSKeyValueCoding$Null>;
publishTime = 2003-04-10 18:47:37 Etc/GMT; partnerLastModifiedTime =
<com.webobjects.foundation.NSKeyValueCoding$Null>; comment = "Some
random text for the comment area"; }; _object = "{values = {expiryDate =
<com.webobjects.foundation.NSKeyValueCoding$Null>; readOnly =
<com.webobjects.foundation.NSKeyValueCoding$Null>; permissions = "null";
brand = "null"; name = "My Test Location #001"; creationTime =
2003-04-10 18:47:37 Etc/GMT; address =
"<com.infotriever.framework.model.Address 1f30035 <EOTemporaryGlobalID:
0 0 10 -111 2 1 0 0 20 90 2 0 0 0 0 -12 120 -25 125 -93 112 -111 8
-20>>"; versionCnt = 1; status =
"<com.infotriever.framework.model.ItemStatus 57f57f
_EOIntegralKeyGlobalID[ItemStatus (java.lang.Long)2]>";
externalIdentifier = "TestLocation001"; typeId = 2; lastModifiedTime =
2003-04-10 18:47:35 Etc/GMT; subscriptions = "null"; publisher =
"<com.infotriever.framework.model.Member 10cafa1
_EOIntegralKeyGlobalID[Member (java.lang.Long)498924312398052]>";
deletionTime = <com.webobjects.foundation.NSKeyValueCoding$Null>;
publishTime = 2003-04-10 18:47:37 Etc/GMT; partnerLastModifiedTime =
<com.webobjects.foundation.NSKeyValueCoding$Null>; comment = "Some
random text for the comment area"; }; this =
"<com.infotriever.framework.model.Location b28980 <EOTemporaryGlobalID:
0 0 10 -111 2 1 0 0 20 90 1 0 0 0 0 -12 120 -25 125 -93 112 -111 8
-20>>"; }"; _adaptorOps = ({_adaptorOperator =
"EOAdaptorInsertOperator"; _entity = "Location"; _changedValues =
{NeededByEOF0 = 2000000000000046; expiryDate =
<com.webobjects.foundation.NSKeyValueCoding$Null>; readOnly =
<com.webobjects.foundation.NSKeyValueCoding$Null>; versionCnt = 1; name
= "My Test Location #001"; lastModifiedTime = 2003-04-10 18:47:35
Etc/GMT; statusId = 2; creationTime = 2003-04-10 18:47:37 Etc/GMT;
externalIdentifier = "TestLocation001"; typeId = 2; publisherId =
498924312398052; deletionTime =
<com.webobjects.foundation.NSKeyValueCoding$Null>; publishTime =
2003-04-10 18:47:37 Etc/GMT; partnerLastModifiedTime =
<com.webobjects.foundation.NSKeyValueCoding$Null>; comment = "Some
random text for the comment area"; }; }, {_adaptorOperator =
"EOAdaptorInsertOperator"; _entity = "Location"; _changedValues = {id =
2000000000000046; addressId = 500049; }; }); _globalID =
<EOTemporaryGlobalID: 0 0 10 -111 2 1 0 0 20 90 1 0 0 0 0 -12 120 -25
125 -93 112 -111 8 -20>; _databaseOperator = "EODatabaseInsertOperator";
}); }
Infotriever-simple.eomodeld.zip (application/x-zip-compressed, 6.2 KB) - not displayed