From ant-user-return-6075-apmail-jakarta-ant-user-archive=jakarta.apache.org@jakarta.apache.org Tue Mar 27 08:22:14 2001 Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 25379 invoked by uid 500); 27 Mar 2001 08:22:06 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 25364 invoked from network); 27 Mar 2001 08:22:03 -0000 From: "Abhishek Srivastava" To: Subject: Building EJbs and Web logic service packs Date: Tue, 27 Mar 2001 13:47:09 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <002101c0b694$ed284bf0$012a2a0a@nshome> Importance: Normal X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hello All, I was successfully building my EJBs by ANT. The ant generated beans were being deployed successfully on Web Logic. Now I decided to apply the WebLogic service pack 8 to my Weblogic installation. When I put the two new jar files in my classpath, my ANT generated beans no longer get deployed. But if I remove the SP8 jars then again everything becomes fine. Has anyone else come across a situation like this? What is going wrong here. regards, Abhishek.