Using insert-after-ejb-post-create breaks mssql-fetch-key (at least for my
setup).
When using the entity create command: mssql-fetch-key with
insert-after-ejb-post-create set to true I get javax.ejb.CreateException:
Primary key for created instance is null., exceptions. However when
post-crea
All,
First thanks for reading this post!
I have a webservice that vends very complex types; complex types that have
arrays of other complex types etc... , _which works_ like a charm. The problem
I'm having is doing said process in a elegant manor. I'm using CMP for
persistence, howev