Hmmm. 1) I see you copied something called 'classes12.jar' to 'default/lib'. Does this contain the Java/Oracle connector foo (e.g., oracle.jdbc.xa.client.OracleXADataSource)? If so, that is good. I forgot to mention that before.... :|
2) how are you accessing your Oracle DB? I've never done exactly what you're trying to do (access an Oracle DB from a servlet in JBoss), but it seems like you should be able to call the JDBC 'connection' routines with the same parameters as you were before. You probably don't need to use JNDI.... Can you post the lines of code that access the DB as well as those that are causing the error? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859328#3859328 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859328 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
