I am trying to get a simple session facade to run using JBoss 4.0.2 and Oracle 8i. The code compiles fine the beans deploy fine but when I run the client I get the following error...
2005-07-12 09:03:51,046 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.District#findNameGivenNumber] Executing SQL: SELECT t0_o.countyNbr, t0_o.districtNbr FROM DISTRICT t0_o WHERE (t0_o.districtNbr = ?) 2005-07-12 09:03:51,046 TRACE [org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.District#findNameGivenNumber] param: i=1, type=VARCHAR, value=99 2005-07-12 09:03:51,077 ERROR [org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.District#findNameGivenNumber] Find failed java.sql.SQLException: ORA-00904: invalid column name Does anyone know what causes this? Willing to give reward for a solution. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884553#3884553 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884553 ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
