1. Clone hibernate object within conversation still get LazyIn... seamframework.orgI don't know how your model is organized, but generally you should be able to implement undo by reloading the root object from the DB. That way all intermediate state(adding/removing from collections, changing properties, etc.) will be lost, and you can start over. If you are saving intermediate results in your wizard, this gets tricky though: you have to trace your ... |
2. How to use Hibernate Validator in Seam Home object? seamframework.org |
3. Inject Hibernate Session object in EJB seamframework.orgHi every one.I have a problem.I cant inject Hibernate Session onject in Stateless EJB.I use Seam 2.2.0 and jBoss 5.1 AS.Here my configuration files.hibernate.cfg.xml` |
4. Update Hibernate Objects seamframework.org |