Re: [JBoss-user] Unsaved bean state after server restart

2001-05-23 Thread danch (Dan Christopherson)
What transaction type are you using? Requires, RequiresNew or Mandatory should work. Unsupported will not work (really shouldn't be allowed for entities, per spec.) Hermann RANGAMANA wrote: > Hi all, > > > > i wrote a fairly simple BMP... and it seems to work very well. But > actually the

[JBoss-user] Unsaved bean state after server restart

2001-05-23 Thread Hermann RANGAMANA
Hi all,   i wrote a fairly simple BMP... and it seems to work very well. But actually there's a big problem : the container doesn't save any change i made on the bean into the database. Clients programs can view the bean as changed **as long as the container is running**. But if i restart th