Hi,

I want to compile a project with some aspects but I've got this error :

 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

aspectj:compile:
    [ajc] Compiling 16 source and 0 arg files to
C:\projects\j2eeservice\target\classes
missing type oracle.jdbc.OracleResultSetCache
missing type oracle.jdbc.OracleResultSetCache
public void Statement.setResultSetCache(OracleResultSetCache) conflicts with
public void Statement.setResultSetCache(*): defined in same type
missing type oracle.jdbc.OracleResultSetCache
missing type oracle.jdbc.OracleResultSetCache
public abstract void OracleStatement.setResultSetCache(OracleResultSetCache)
conflicts with public abstract void OracleStatement.setResultSetCache(*): defined i
n same type
missing type oracle.jdbc.OracleResultSetCache
missing type oracle.jdbc.OracleResultSetCache
missing type oracle.jdbc.OracleResultSetCache
missing type oracle.jdbc.OracleResultSetCache
missing type oracle.jdbc.OracleResultSetCache
missing type oracle.jdbc.OracleResultSetCache
12 errors



I using maven-aspectj-plugin-1.1.jar

and have aspectjrt-1.1.0.jar and aspectjtools-1.1.0.jar in my dependencies.

The Java files I wan't to weave are Entity/Session beans. Nothing to do with
oracle.jdbc.OracleResultSetCache.

Have you got any idea ?

Thx,
-emmanuel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to