I have a table that
has a primary key. I have setup a trigger to auto-increment with a sequence
in oracle. When I call my ejb-create method everything seem to
work fine. The record is inserted. However if I then try to call the
getPrimaryID() method (this is the primary key an int) it returns 0 no matter
what. And if I try to set any field it looks like it works however nothing
is actually changed in the database. I hope someone out there can help
me.
Creighton
Kirkendall