On Sat, Aug 7, 2010 at 8:00 AM, tbear2001 <[email protected]> wrote:
> <cfobject action="Create" type="Java" > class="com.cgi.ps_api.adapter.PSApiRequest" name="paymentRequest"> > > I get the 'failed to load class' on the second cfobject. > This usually means that the JAR file containing that class isn't in OpenBD's WEB-INF/lib directory. If you put the JAR file containing that Java class into WEB-INF/lib and restart OpenBD, it'll find it. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
