Return-Path: Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 77863 invoked by uid 500); 22 Mar 2003 14:03:39 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 77854 invoked by uid 500); 22 Mar 2003 14:03:39 -0000 Delivered-To: apmail-xml-axis-user@xml.apache.org X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C2F07B.D6739820" Subject: Problem with packaging Axis app - ClassNotFoundException Date: Sat, 22 Mar 2003 09:03:38 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem with packaging Axis app - ClassNotFoundException Thread-Index: AcLwe9ZhMdU4GSdESd6mfcnN8Z0+dA== From: "Naresh Bhatia" To: X-OriginalArrivalTime: 22 Mar 2003 14:03:40.0130 (UTC) FILETIME=[D72A1C20:01C2F07B] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------_=_NextPart_001_01C2F07B.D6739820 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I have an ear file that works perfectly well with WebLogic 7.0 but gives me a ClassNotFoundException in WebLogic 6.1. Hoping that someone might know what is going on. The ear file is structured as follows: MyApp.ear=20 axis.jar=20 my-web-app.war (manifest class-path points to axis.jar) WEB-INF/classes services.UserService.class This works in WebLogic 7.0. I assume that the class loader that loads the Axis servlet finds the UserService class under WEB-INF/classes. However this does not work with WebLogic 6.1 SP3. I have also tried the following layouts: 1) MyApp.ear=20 my-web-app.war WEB-INF/classes services.UserService.class WEB-INF/lib axis.jar=20 2) MyApp.ear=20 my-web-app.war WEB-INF/lib axis.jar services.jar (containing services.UserService.class) Naresh ------_=_NextPart_001_01C2F07B.D6739820 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Problem with packaging Axis app - ClassNotFoundException

I have an ear file that works perfectly = well with WebLogic 7.0 but gives me a ClassNotFoundException in WebLogic = 6.1. Hoping that someone might know what is going on.

The ear file is structured as = follows:

    MyApp.ear
        axis.jar =
        my-web-app.war = (manifest class-path points to axis.jar)
         &nbs= p;  WEB-INF/classes
         &nbs= p;      services.UserService.class

This works in WebLogic 7.0. I assume = that the class loader that loads the Axis servlet finds the UserService = class under WEB-INF/classes. However this does not work with WebLogic = 6.1 SP3. I have also tried the following layouts:

1)  MyApp.ear
        = my-web-app.war
         &nbs= p;  WEB-INF/classes
         &nbs= p;      services.UserService.class
         &nbs= p;  WEB-INF/lib
         &nbs= p;      axis.jar

2)  MyApp.ear
        = my-web-app.war
         &nbs= p;  WEB-INF/lib
         &nbs= p;      axis.jar
         &nbs= p;      services.jar (containing = services.UserService.class)

Naresh

------_=_NextPart_001_01C2F07B.D6739820--