Brett, Gautam Thanks for the help. We had defined the paypalpro service in the accounting/ofbiz-component.xml file, but had not defined the classpath for the jars. Thanks again! Rick
Gautam Deb <[EMAIL PROTECTED]> wrote: If you are using the new jars provided by paypal.com, here is how your library files look like ofbiz/applications/accounting/lib/paypal/paypal_base.jar ofbiz/applications/accounting/lib/paypal/paypal_console.jar ofbiz/applications/accounting/lib/paypal/paypal_stubs.jar ofbiz/applications/accounting/lib/paypal/bcprov-jdk14-128.jar Regards, Gautam Deb Brett Palmer wrote: > I'm not using Verisign right now but I have used in on other projects. > > Brett > > On 7/9/07, Richard Fleming wrote: >> Brett, >> >> Thanks for the reply. We actually do have the .jar path defined in >> build.xml. And our service compiles and executes fine so long as I >> don't make any calls to the PayPal API. I'll check the >> ofbiz-component.xml in the morning. Thanks for the heads up. (PayPal >> requires the PayflowPro.jar and two other xerces executables.) Are >> you using Verisign with OfBiz? >> >> Thanks >> Rick >> >> Brett Palmer wrote: Rick, >> >> If you have any account with PayPal/Verisign you should have their Jar >> file that contains the PayflowAPI class in it. This Jar file needs to >> be in a directory specified in the one of the ofbiz-component.xml >> file. For example, you could put the jar file in the >> ofbiz/application/accounting/lib directory. Then the the >> ofbiz-component.xml file in the accounting directory would pick it up >> with the following line: >> >> >> >> It seems like there was another file that had to be in the classpath >> along with the Jar file but the Verisign docs should explain that. >> >> Hope that helps. >> >> >> Brett >> >> On 7/9/07, Richard Fleming wrote: >> > David - >> > >> > Here's the log: I can see a "no classdef found" and I've tried to >> add a classpath statement and I've copied the .jar files to several >> different lib directories in ofbiz - to no avail. I left a message >> with Paypal integration specialist today and should hear back >> tomorrow. What questions should I ask him? >> > >> > Rick >> >
