If there is a bean named database, which @In entity manager:
@Name("database")
| @AutoCreate
| public class Database {
|
| @In
| private EntityManager entityManager;
|
| public Table createTable() {
| return new Table(this);
| }
|
|
The module of pages.xml is good feature. After search in JIRA, it already
implement in JBSEAM-715, but checked the source of 2.0.b1, I find, the
following code is not implemented:
Is this feature will be discard in 2.0?
View the original post :
http://www.jboss.com/index.html?module=bb&op=v