You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Asaf Mesika <as...@gmail.com> on 2006/06/18 10:21:23 UTC

Class Loading constraint in WSAD regarding Oracle

Hi,

I've written an Ant Listener which writes events to Oracle DB.

When launching the script under WSAD 5.1.1 , the 2nd time, I get a class
loading constraint error:

java.lang.VerifyError: class loading constraint violated (class:
oracle/jdbc/driver/OracleConnection method:
unwrap()Loracle/jdbc/OracleConnection;) at pc: 0

Does someone managed to overcome the problem, without launching the script
via a specific Java program?

Thank you,

Asaf Mesika