---------- Forwarded message ---------- From: Steel City Phantom <[EMAIL PROTECTED]> Date: Sat, Aug 16, 2008 at 5:51 PM Subject: Re: working with weblogic To: Martin Gainty <[EMAIL PROTECTED]>
ok, my problem isn't with xerces, its with stax. and how does a license doc tell me the file that these config settings are supposed to go in? im just trying to follow the directions on Axis's web site on how to make this work, it just doesn't specify which config files to put these dependency declarations in. On Fri, Aug 15, 2008 at 11:54 AM, Martin Gainty <[EMAIL PROTECTED]> wrote: > Hi pittsburgh > > take a look at this readme from weblogic: > Xerces is included with WebLogic Server. Xerces is (c) 1999, The Apache > Software Foundation. All rights reserved. > The right to use and redistribute Xerces is granted to you by The Apache > Software Foundation subject to the following restrictions: (1) > Redistributions of source code must retain the above copyright notice, this > list of conditions and the following disclaimer; (2) Redistributions in > binary form must reproduce the above copyright notice, this list of > conditions and the following disclaimer in the documentation and/or other > materials provided with the distribution; (3) The end-user documentation > included with the redistribution, if any, must include the following > acknowledgment: "This product includes software developed by the Apache > Software Foundation (http://www.apache.org/)." Alternately, this > acknowledgment may appear in the software itself, if and wherever such > third-party acknowledgments normally appear. > > xalan > %% The following software may be included in this product: Xalan J2; > which you can d/l at > http://xml.apache.org/xalan-j/index.html > > assuming you start WL with %WL_HOME%/Jrockit I would make sure xalan is on > system classpath before starting Jrockit JVM > > HTH/ > Martin > ______________________________________________ > Disclaimer and confidentiality note > Everything in this e-mail and any attachments relates to the official > business of Sender. This transmission is of a confidential nature and Sender > does not endorse distribution to any party other than intended recipient. > Sender does not necessarily endorse content contained within this > transmission. > > >> Date: Fri, 15 Aug 2008 10:52:22 -0400 >> From: [EMAIL PROTECTED] >> To: [email protected] >> Subject: working with weblogic >> >> im trying to get axis to work with weblogic, im getting the famous >> class loader issues when i package it into an ear file. i found in >> the documentation that i have to add this to the configuration >> >> <dependency> >> <groupId>xerces</groupId> >> <artifactId>xerces</artifactId> >> <version>2.8.1</version> >> </dependency> >> <dependency> >> <groupId>xalan</groupId> >> <artifactId>xalan</artifactId> >> <version>2.7.0</version> >> </dependency> >> <dependency> >> <groupId>xml-apis</groupId> >> <artifactId>xml-apis</artifactId> >> <version>1.3.03</version> >> </dependency> >> <dependency> >> <groupId>stax-api</groupId> >> <artifactId>stax-api</artifactId> >> <version>1.0.1</version> >> </dependency> >> >> would someone please tell me what file thats supposed to go in? >> >> thanks >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > ________________________________ > Talk to your Yahoo! Friends via Windows Live Messenger. Find Out How --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
