Unnecessary code in ofbiz-component.xml of accounting component

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Unnecessary code in ofbiz-component.xml of accounting component

Deepak Dixit-2

I was just looking through accounting component and found that three
claspath entries are unnecessary exists there i.e <classpath type="jar"
location="lib/cybersource/*"/>
<classpath type="jar" location="lib/worldpay/*"/>
<classpath type="dir" location="lib/worldpay"/>.

I think this is mistakenly left there. Due to this a warning comes at
the time of starting server i.e.        
"${ofbiz_home}/applications/accounting/lib/cybersource' does not exist "
and "${ofbiz_home}/applications/accounting/lib/worldpay' does not exist".

Solution for this either can be remove these entries or add folders with
the respective names for future use.

Regards
-----
Deepak Dixit
Reply | Threaded
Open this post in threaded view
|

Re: Unnecessary code in ofbiz-component.xml of accounting component

Chirag Manocha-2
+1
?IMO, entries should be removed as when required, folders will be added
that time.

Regards
--
Chirag Manocha
HotWax Media Pvt. Ltd.
Website :- www.hotwaxmedia.com
Contact :- +91-98263-19099



Deepak Dixit wrote:

>
> I was just looking through accounting component and found that three
> claspath entries are unnecessary exists there i.e <classpath
> type="jar" location="lib/cybersource/*"/>
> <classpath type="jar" location="lib/worldpay/*"/>
> <classpath type="dir" location="lib/worldpay"/>.
>
> I think this is mistakenly left there. Due to this a warning comes at
> the time of starting server i.e.        
> "${ofbiz_home}/applications/accounting/lib/cybersource' does not exist
> " and "${ofbiz_home}/applications/accounting/lib/worldpay' does not
> exist".
>
> Solution for this either can be remove these entries or add folders
> with the respective names for future use.
>
> Regards
> -----
> Deepak Dixit
>