[JBoss-user] [JBoss Seam] - Re: Updating changes to an entity in a conversation bean.

2005-12-11 Thread [EMAIL PROTECTED]
Ooops, I forgot:

There is more you need to do. There is actually a bug in the currently released 
version of HEM that causes it to not get enlisted in the JTA txn in some 
circumstances.

Emmanuel is waiting for Steve to release HB 3.1 before he can release the next 
version of HEM/HA. That will happen sometime this week (Monday/Tuesday).

In the meantime, you can build HB/HEM/HA from current CVS.

You then need to upgrade JBoss 4.0.3 to use these fixed versions of HB/HEM/HA.

phew.

(By the way, after you do all this stuff, it really *does* work, I promise.)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911993#3911993

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911993


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Updating changes to an entity in a conversation bean.

2005-12-11 Thread rdewell
Ah, I'm not insane!  Thanks for the quick response.  I didn't think merge was 
necessary either.  I'll try this right away.

Ryan

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911991#3911991

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911991


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Updating changes to an entity in a conversation bean.

2005-12-11 Thread [EMAIL PROTECTED]
Flush-before-completion must be enabled. (It is actually a bug that it is not 
enabled by default in HEM.)

You DO NOT have to call merge.


Use a persistence.xml something like this:





  |entityManager
  |org.hibernate.ejb.HibernatePersistence
  |java:/DefaultDS
  |
  |   
  |   
  |   
  |   
  |   
  |
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911989#3911989

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911989


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user