JBoss Community

Re: XA Datasource -- apparently can't find driver

created by Matt Drees in JBoss AS7 Development - View the full discussion

Ok, think I got it.

 

The datasource definition's <driver> element is wrong.

 

Instead of

 

                    <driver>
                        oracle.jdbc.OracleDriver#11.2
                    </driver>

 

it should be

 

                    <driver>oracle</driver>

Reply to this message by going to Community

Start a new discussion in JBoss AS7 Development at Community