Re: Java SDK version 8 for Ofbiz version 12

2017-12-08 Thread Oleg Andreyev
Hi Skip,

Actually, if UPS connectivity is the only problem then you may enable TLS
1.2 in Java 7.
Find target 'start-batch' (or whatever you use to start an ofbiz instance)
in build.xml and add another  with value
-Dhttps.protocols=TLSv1.1,TLSv1.2


On Sat, Dec 9, 2017 at 1:18 AM, Skip  wrote:

> I am using Ofbiz version 12.  I cannot easily convert to the latest because
> I have made thousands of changes to the ofbiz core code and redoing all
> that
> for version 16 will take a long time.
>
> Recently, UPS stopped support for TLS 1.0.  It now requires 1.2.  This is
> supported in Java 8.
>
> Does anyone have any experience using Java 8 with older versions of OFbiz?
>
> Thanks in Advance
>
> Skip
>
>


-- 
Best regards,

Oleg Andreyev
at Upwork 


Re: Java SDK version 8 for Ofbiz version 12

2017-12-08 Thread Yashwant Dhakad
Hi Skip,

Please do following changes in build.xml files:

   1. applications/order/build.xml in this file add  after this
line.
   2. applications/party/build.xml in this file add  after this
line.
   3. applications/product/build.xml in this file add  after this
line.
   4. applications/workeffort/build.xml in this file add  after this
line.
   5. specialpurpose/ebay/build.xml in this file add these two
   lines  after this  line.
   6. specialpurpose/pos/build.xml in this file add  after
   this  line.

One more changes in macros.xml file like target and source value with 1.8
version:



Thanks & Regards
--
Yashwant Dhakad
HotWax Systems
http://www.hotwaxsystems.com/

On Sat, Dec 9, 2017 at 4:48 AM, Skip  wrote:

> I am using Ofbiz version 12.  I cannot easily convert to the latest because
> I have made thousands of changes to the ofbiz core code and redoing all
> that
> for version 16 will take a long time.
>
> Recently, UPS stopped support for TLS 1.0.  It now requires 1.2.  This is
> supported in Java 8.
>
> Does anyone have any experience using Java 8 with older versions of OFbiz?
>
> Thanks in Advance
>
> Skip
>
>


Java 8 Testing

2017-12-08 Thread Skip
I installed Java 8 and tried running Ofbiz version 12 with it and it failed
miserably.   I got client handshake errors using Chrome and Firefox.  Never
got to testing the UPS handshake.


I have three servers running on Windows 7 and I need this UPS connection to
work.





Here is the UPS notification email:

Important Update: Implementing TLS Security Protocol

UPS is committed to ensuring the most current security requirements are
being used with our customers when shipment data is transmitted. To help
ensure your shipping data remains encrypted, the security communication
protocol for interactions with web-based applications must be upgraded to
TLS 1.1 or 1.2.

UPS will be making changes beginning September 1, 2017 through December 31,
2017 to support enhancing our security. During this time, you may see
intermittent failures for transactions using TLS1.0 or earlier.

Effective 12/31/2017, UPS will only accept TLS 1.1 and 1.2 security
protocols. It is highly recommended that the most current version, TLS 1.2,
be implemented. After that date, any communication requests submitted to UPS
using older protocols (TLS 1.0 or earlier) will fail.



Anyone have any ideas?








Java SDK version 8 for Ofbiz version 12

2017-12-08 Thread Skip
I am using Ofbiz version 12.  I cannot easily convert to the latest because
I have made thousands of changes to the ofbiz core code and redoing all that
for version 16 will take a long time.

Recently, UPS stopped support for TLS 1.0.  It now requires 1.2.  This is
supported in Java 8.

Does anyone have any experience using Java 8 with older versions of OFbiz?

Thanks in Advance

Skip



Re: log4j error when add item to new order

2017-12-08 Thread walid kharrat
yes simple and wonderful, well done ofbiz community

Le jeu. 7 déc. 2017 à 22:21, Jacques Le Roux 
a écrit :

> https://demo-trunk.ofbiz.apache.org/ordermgr/control/searchorders
>
> At the top right of orders list there is a run button and just before a
> dropdown for commands to apply.
>
> You can there apply a batch command on selected orders
>
> OFBiz is simple really ;)
>
> Jacques
>
>
> Le 06/12/2017 à 19:15, walid kharrat a écrit :
> > Thank you, "gradlew cleanAll loadDefault"  fix the error, and was able to
> > create my order with an item without inventory, now i want to split the
> > order when it contain one or two item without inventory ( our orders
> > contains usualy about 40 items)  and generate a return with the diff. I
> > noticed that in orders list there's no multi selection and action for
> many
> > orders together. thank you for advising me on how to approach this
> > customization
> >
> > Le mer. 6 déc. 2017 à 09:28, Jacques Le Roux <
> jacques.le.r...@les7arts.com>
> > a écrit :
> >
> >> Le 05/12/2017 à 10:18, walid kharrat a écrit :
> >>> gradlew cleanAll loadDefault
> >> I checked again and actually there is an error on Viithiisys side, they
> >> certainly refer to and older version
> >> If you pay attention to the main README.md (at OFBiz root) it says
> >> ./gradlew cleanAll loadAll
> >>
> >> Though  I must say I don't see how it could be related to your issue.
> >>
> >> Jacques
> >>
> >>
>
>