Hello all, I am new to JBoss and am having problems with EJBs currently. So hopefully this is the right forum for me to ask my Q.
I am trying to deploy J2EE 1.4 Tutorial's Duke banks Application on JBOSS 4.0 I am using RHEL 4 WS as my OS I have configured Oracle 9i as the DB and overidden the default Hibernate settings of JBoss. While doing this, I MAY have messed up the JNDI settings or something - but am totally lost at this point. When I start JBoss I get this Warning ====== 2005-07-19 16:57:14,842 WARN [org.jboss.ejb.StatefulSessionContainer] No resource manager found for java:/OracleDS ======== ALSO, I get this error (mentioned at the end) - when I try to Query any EJB (I know that the table exists and has the PK constraint defined and I could find the data by the configured user/password.) Any pointers would be of great help !! ==== 2005-07-19 16:57:35,824 INFO [STDOUT] Debug: AccountControllerBean getAccountsOfCustomer | 2005-07-19 16:57:35,825 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCFindByPrimaryKeyQuery.CustomerBean#findByPrimaryKey] Executing SQL: SELECT t0_CustomerBean.customer_id FROM CUSTOMER t0_CustomerBean WHERE t0_CustomerBean.customer_id=? | 2005-07-19 16:57:35,848 ERROR [org.jboss.ejb.plugins.cmp.jdbc.JDBCFindByPrimaryKeyQuery.CustomerBean#findByPrimaryKey] Find failed | java.sql.SQLException: ORA-00942: table or view does not exist ========= Thanks in advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885551#3885551 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885551 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
