phax / phase4

phase4 - AS4 client and server for integration into existing systems. Specific support for Peppol and CEF eDelivery built-in.
Apache License 2.0
154 stars 47 forks source link

Class AS4Handler won't compile #9

Closed amckeown closed 5 years ago

amckeown commented 5 years ago

Hello Phillip

I downloaded the latest source code of ph-as4. The class AS4Handler won't compile in using IBM JDK 1.8. I get Type mismatch: cannot convert from element type Object to Header on line 189

image

phax commented 5 years ago

@amckeown Can you please check what version of javax-mail is included in your dependencies? The latest version uses 1.6.2 which does contain the correct type: grafik

amckeown commented 5 years ago

Hi Philip Thank you for your assistance.    I had a older javax-mail jar file in the class path. Sincerly Andrew McKeown

---------- Original Message ---------- From: Philip Helger notifications@github.com Date: November 19, 2018 at 3:10 AM

@amckeown Can you please check what version of javax-mail is included in your dependencies? The latest version uses 1.6.2 which does contain the correct type: —You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.