CMP create causes update SQL too
--------------------------------

         Key: GERONIMO-1081
         URL: http://issues.apache.org/jira/browse/GERONIMO-1081
     Project: Geronimo
        Type: Bug
  Components: OpenEJB  
    Versions: 1.0-M5    
    Reporter: Aaron Mulder
     Fix For: 1.0


I have a situation where I call a session bean method that does nothing but 
look up an Entity home and call create on it.  This result in an UPDATE SQL 
being executed, not just an INSERT.  It seems to me that for performance 
reasons if nothing else, we should perform just one INSERT.  (How do I know?  
Because I ran into GERONIMO-1080 when calling the session bean method, which 
caused the create to always roll back, so I couldn't actually create anything 
-- another good reason to fix this.)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to