... until the collector arrives ...

This "blog" is really just a scratchpad of mine. There is not much of general interest here. Most of the content is scribbled down "live" as I discover things I want to remember. I rarely go back to correct mistakes in older entries. You have been warned :)

2006-08-28

ALDSP vs. Multi-table Updates Again

After working throw the "Invalid SQL" problem, I returned to plan to try a parent-child insertion having renamed the child table so that it was alphabetically after the parent table.  No luck.  I also tried mapping the parent key field to the DTO in both the parent and child levels, hoping that that would make the shared nature of the key more apparent to the updater.  It didn't work.

The exception is:

java.rmi.RemoteException: EJB Exception: ; nested exception is: 
  com.bea.ld.dsmediator.DataServiceException:  Primary key attribute ITEM_ID on Object FACT is not provided.

Blog Archive