[JBoss-user] [Persistence & CMP/JBoss] - Using insert-after-ejb-post-create breaks mssql-fetch-key

2005-06-07 Thread czednick
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

[JBoss-user] [J2EE Design Patterns] - Best pattern to vend and update data from as webserivce usin

2005-04-08 Thread czednick
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