Hi,
I am integrating the world pay with the ofbiz application at the time of
compiling i am getting these errors regarding the JPublishWrapper...
Compiling 29 source files to
E:\pradeep\ofbiz-trunk\applications\accounting\build\classes
E:\pradeep\ofbiz-trunk\applications\accounting\src\org\ofbiz\accounting\thirdparty\worldpay\SelectRespServlet.java:62:
cannot find symbol
symbol : class JPublishWrapper
location: class org.ofbiz.accounting.thirdparty.worldpay.SelectRespServlet
protected JPublishWrapper jp = null;
^
E:\pradeep\ofbiz-trunk\applications\accounting\src\org\ofbiz\accounting\thirdparty\worldpay\SelectRespServlet.java:77:
cannot find symbol
symbol : class JPublishWrapper
location: class org.ofbiz.accounting.thirdparty.worldpay.SelectRespServlet
this.jp = (JPublishWrapper)
context.getAttribute("jpublishWrapper");
^
E:\pradeep\ofbiz-trunk\applications\accounting\src\org\ofbiz\accounting\thirdparty\worldpay\SelectRespServlet.java:79:
cannot find symbol
symbol : class JPublishWrapper
location: class org.ofbiz.accounting.thirdparty.worldpay.SelectRespServlet
this.jp = new JPublishWrapper(context);
^
E:\pradeep\ofbiz-trunk\applications\accounting\src\org\ofbiz\accounting\thirdparty\worldpay\SelectRespServlet.java:225:
cannot find symbol
symbol : variable UtilValidate
location: class org.ofbiz.accounting.thirdparty.worldpay.SelectRespServlet
if (UtilValidate.isNotEmpty(paymentPrefs)) {
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
4 errors
Can anyone tell me where is the problem...
--
View this message in context:
http://www.nabble.com/JPublishWrapper-error-in-worldPay-tp22628595p22628595.html
Sent from the OFBiz - User mailing list archive at Nabble.com.