Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 81616 invoked from network); 3 Oct 2007 05:38:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2007 05:38:55 -0000 Received: (qmail 68452 invoked by uid 500); 3 Oct 2007 05:38:38 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 68439 invoked by uid 500); 3 Oct 2007 05:38:38 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 68428 invoked by uid 99); 3 Oct 2007 05:38:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 22:38:38 -0700 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [130.239.8.31] (HELO mail.umu.se) (130.239.8.31) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 05:38:39 +0000 Received: from ladokstampe (stampe.ladok.umu.se [130.239.82.183]) by mail.umu.se (8.13.6/8.13.1) with ESMTP id l935bDb0018483 for ; Wed, 3 Oct 2007 07:37:17 +0200 (MEST) From: "Markus Umefjord" To: Subject: Which are the transitive dependencies for iBatis? Date: Wed, 3 Oct 2007 07:37:14 +0200 Message-ID: <006001c8057f$73d95eb0$b752ef82@ad.umu.se> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0061_01C80590.37622EB0" X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcgFf3OpXbm0dLsuQw2INrQiIvzu2w== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------=_NextPart_000_0061_01C80590.37622EB0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, =20 I am using iBatis-2.3.0.677.jar, and I am trying to make AspectJ weave pointcuts into the iBatis source code. However, I fail due to lack of = some of the transitive dependencies in my classpath. To fix that I need to = know a few things about the dependencies for iBatis that I can=92t find on the = web site.=20 =20 What are the versions of the libraries used by iBatis (i.e. oscache, = jta, commons-dbcp, commons-logging)? Do you have any dependency report a l=E1 = Maven 2 available? =20 Example output from the AspectJ weaver: =20 =85 can't determine superclass of missing type com.opensymphony.oscache.general.GeneralCacheAdministrator when weaving type = com.ibatis.sqlmap.engine.cache.oscache.OSCacheController =85 can't determine superclass of missing type = javax.transaction.UserTransaction when weaving type = com.ibatis.sqlmap.engine.transaction.jta.JtaTransaction =85 can't determine superclass of missing type org.apache.commons.dbcp.BasicDataSource when weaving type com.ibatis.common.jdbc.DbcpConfiguration =85 can't determine superclass of missing type = org.apache.commons.logging.Log when weaving type com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl =85 =20 Thanks! =20 /Markus =20 ------=_NextPart_000_0061_01C80590.37622EB0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Hi,

 

I am using iBatis-2.3.0.677.jar, and I am trying to = make AspectJ weave pointcuts into the iBatis source code. However, I fail due = to lack of some of the transitive dependencies in my classpath. To fix that = I need to know a few things about the dependencies for iBatis that I = can’t find on the web site.

 

What are the versions of the libraries used by iBatis = (i.e. oscache, jta, commons-dbcp, commons-logging)? Do you have any dependency = report a l=E1 Maven 2 available?

 

Example output from the AspectJ = weaver:

 

can't determine superclass of missing type = com.opensymphony.oscache.general.GeneralCacheAdministrator

when weaving type com.ibatis.sqlmap.engine.cache.oscache.OSCacheController

can't determine superclass of missing type javax.transaction.UserTransaction

when weaving type = com.ibatis.sqlmap.engine.transaction.jta.JtaTransaction=

can't determine superclass of missing type org.apache.commons.dbcp.BasicDataSource

when weaving type = com.ibatis.common.jdbc.DbcpConfiguration

can't determine superclass of missing type org.apache.commons.logging.Log

when weaving type com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl

 

Thanks!

 

/Markus

 

------=_NextPart_000_0061_01C80590.37622EB0--