I created my entity bean using EJBDoclet, and marked it as @transaction Supports. I wasn't managing transactions manually within my code, and apparently since I wasn't, everything rolled back automatically. Changing it to @transaction Required solved the problem, now the bean persists in the database - no auto rollback. Rickard, I'm not sure if this is the way it's supposed to be or not... Thanks, Tim -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]
