To follow up on my own post, it appears that BC4J (JBO in particular) is expecting Oracle-specific objects to be returned, but JBoss is instead returning "wrapped" objects (prepared statements, connections, etc).
Here are some related posts for anyone else experiencing this: http://forums.oracle.com/forums/thread.jsp?forum=99&thread=286547&message=887021 http://www.jboss.org/index.html?module=bb&op=viewtopic&t=52965 Springframework.org has a JBossNativeJdbcExtractor class, apparently to deal with issues such as this. In my case, I have not yet figured out how to convince JBoss to return the native methods BC4J is expecting instead of the wrapped ones (assuming that really is the problem). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880685#3880685 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880685 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
