Salut
Je suis entrain d'utiliser EJB 2.1 avec JBOSS 4.2.1
J'ai remarqué que jboss essai de créer les tables figurant dans le descriteur xml mais non existant dans la base données:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
 
 
09:57:46,060 WARN  [ServiceController] Problem starting service jboss.j2ee:service=EjbModule,module=monModule-SNAPSHOT.jar
org.jboss.deployment.DeploymentException: Error while creating table MATABLE; - nested throwable: (java.sql.SQLException: ORA-01031: insufficient privileges
)
        at org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.createTable(JDBCStartCommand.java:617)
        at org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.execute(JDBCStartCommand.java:213)
        at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.startStoreManager(JDBCStoreManager.java:499)
        at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreMana
comment je puisse désactivé la création automatique des tables?