[Geoserver-users] SLDService Plugin + Geoserver 2.13.1

Hi,

I suppose that the jar file for 2.14-SNAPSHOT should be here https://build.geoserver.org/geoserver/master/ext-latest/ but it is not.

-Jukka Rahkonen-

Lähettäjä: José Macchi [mailto:jose.macchi@…8911…]
Lähetetty: 26. kesäkuuta 2018 20:41
Vastaanottaja: Mauro Bartolomeoli <mauro.bartolomeoli@…1107…>
Kopio: GeoServer Mailing List List geoserver-users@lists.sourceforge.net
Aihe: Re: [Geoserver-users] SLDService Plugin + Geoserver 2.13.1

···

Hi Mauro,

Step1) I have tried to add the sldservice-2.14. jar file (and dependencies) to the release 2.13.1 and it’s not responding.

Step2) After that, I got the binary-zip file for geoserver-2.14 and added the same sldservice-2.14.jar file (I have to build it from source code since I did not find any zip file for 2.14 of that plugin), and unfortunately it’s not responding.

Now I will be testing in dev-mode, LOL (so …setting up the EclipseIDE and checking from there).

When you say that it worked for you, it was basically trying it from the IDE ? (just checking, in case you made it working as in step 2)

Thanks !

2018-06-25 7:22 GMT-03:00 José Macchi <jose.macchi@…8911…>:

Thanks Mauro for quick answer!

I will check the master release, and try to use the same code in 2.13.1. If we are lucky it will work with minor changes (I will let you know if so)

Regards

2018-06-25 5:15 GMT-03:00 Mauro Bartolomeoli <mauro.bartolomeoli@…1107…>:

Hi Jose,

SLDService has been recently updated to be compatible with the new GeoServer REST infrastructure. I am currently able to build / use the one that comes with master (2.14-SNAPSHOT) version. I am not sure if 2.13.1 has already been migrated (probably not, if it does not work for you).

I am in the process of improving the service for master, and the plan is also to make it build / work again for previous versions, but I cannot promise a precise schedule for this.

Il giorno lun 25 giu 2018 alle ore 04:38 José Macchi <jose.macchi@…8911…> ha scritto:

Hello ! I’m trying to upgrade our Geoserver 2.11.4 to use the 2.13.1 release (with the benefith of Marlin, etc). In the process I have to ensure that the plugin SLDService is still working as expected ( ie. …/rest/sldservice/ and get something, etc)

When I add the plugin in the lib folder (2.13.1), and after restarting Geoserver, nothing happens. Basically, I followed the applicationContext file in the plugin jar, and I notice that there is a Spring context:component-scan (that changed compared with release 2.11.4 release - where it was working). I’m not sure if Spring is not recognizing/finding the beans, but I’m sure that the mapping between urls/beans that previously (release 2.11.4 of the plugin) was done by a bean ( called: sldServiceRestConfigMapping), it’s not working now.

In the same applicationContext file I saw a mvc:annotation-driven spring label, but it’s commented (?)

Do you know if it’s working ? (I tracked when the definition of beans changed and it seems that it happened from release 2.12.0 to 2.12.1 )

Regards

Jose


Check out the vibrant tech community on one of the world’s most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this list:

If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Regards,

Mauro Bartolomeoli

==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information.

Dott. Mauro Bartolomeoli
@mauro_bart
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.

José Macchi

Geo DevOps

Frontec S.A.

José Macchi

Geo DevOps

Frontec S.A.

yes, it’s not there.

And I expected to find it here https://build.geoserver.org/geoserver/master/community-2018-06-26/ (since it’s a community module), but it’s not also there (so, that is the reason I build it from source code)

now, in progress with the “IDE” tests :slight_smile:

···

2018-06-26 15:57 GMT-03:00 Rahkonen Jukka (MML) <jukka.rahkonen@anonymised.com>:

Hi,

I suppose that the jar file for 2.14-SNAPSHOT should be here https://build.geoserver.org/geoserver/master/ext-latest/ but it is not.

-Jukka Rahkonen-

Lähettäjä: José Macchi [mailto:jose.macchi@anonymised.comnet]
Lähetetty: 26. kesäkuuta 2018 20:41
Vastaanottaja: Mauro Bartolomeoli <mauro.bartolomeoli@anonymised.comsolutions.it>
Kopio: GeoServer Mailing List List <geoserver-users@anonymised.comsourceforge.net>
Aihe: Re: [Geoserver-users] SLDService Plugin + Geoserver 2.13.1

Hi Mauro,

Step1) I have tried to add the sldservice-2.14. jar file (and dependencies) to the release 2.13.1 and it’s not responding.

Step2) After that, I got the binary-zip file for geoserver-2.14 and added the same sldservice-2.14.jar file (I have to build it from source code since I did not find any zip file for 2.14 of that plugin), and unfortunately it’s not responding.

Now I will be testing in dev-mode, LOL (so …setting up the EclipseIDE and checking from there).

When you say that it worked for you, it was basically trying it from the IDE ? (just checking, in case you made it working as in step 2)

Thanks !

2018-06-25 7:22 GMT-03:00 José Macchi <jose.macchi@anonymised.com…>:

Thanks Mauro for quick answer!

I will check the master release, and try to use the same code in 2.13.1. If we are lucky it will work with minor changes (I will let you know if so)

Regards

2018-06-25 5:15 GMT-03:00 Mauro Bartolomeoli <mauro.bartolomeoli@anonymised.comsolutions.it>:

Hi Jose,

SLDService has been recently updated to be compatible with the new GeoServer REST infrastructure. I am currently able to build / use the one that comes with master (2.14-SNAPSHOT) version. I am not sure if 2.13.1 has already been migrated (probably not, if it does not work for you).

I am in the process of improving the service for master, and the plan is also to make it build / work again for previous versions, but I cannot promise a precise schedule for this.

Il giorno lun 25 giu 2018 alle ore 04:38 José Macchi <jose.macchi@anonymised.com> ha scritto:

Hello ! I’m trying to upgrade our Geoserver 2.11.4 to use the 2.13.1 release (with the benefith of Marlin, etc). In the process I have to ensure that the plugin SLDService is still working as expected ( ie. …/rest/sldservice/ and get something, etc)

When I add the plugin in the lib folder (2.13.1), and after restarting Geoserver, nothing happens. Basically, I followed the applicationContext file in the plugin jar, and I notice that there is a Spring context:component-scan (that changed compared with release 2.11.4 release - where it was working). I’m not sure if Spring is not recognizing/finding the beans, but I’m sure that the mapping between urls/beans that previously (release 2.11.4 of the plugin) was done by a bean ( called: sldServiceRestConfigMapping), it’s not working now.

In the same applicationContext file I saw a mvc:annotation-driven spring label, but it’s commented (?)

Do you know if it’s working ? (I tracked when the definition of beans changed and it seems that it happened from release 2.12.0 to 2.12.1 )

Regards

Jose


Check out the vibrant tech community on one of the world’s most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this list:

If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer

Geoserver-users@anonymised.comsourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Regards,

Mauro Bartolomeoli

==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information.

Dott. Mauro Bartolomeoli
@mauro_bart
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.

José Macchi

Geo DevOps

Frontec S.A.

José Macchi

Geo DevOps

Frontec S.A.

José Macchi

Geo DevOps
Frontec S.A.

Hi Jukka,
it’s a community module, so it may be here:
https://build.geoserver.org/geoserver/master/community-latest/

but it is not (community modules are officially un-maintained, anything goes, including not having a download)

Cheers
Andrea

···

On Tue, Jun 26, 2018 at 8:57 PM, Rahkonen Jukka (MML) <jukka.rahkonen@anonymised.com> wrote:

Hi,

I suppose that the jar file for 2.14-SNAPSHOT should be here https://build.geoserver.org/geoserver/master/ext-latest/ but it is not.

-Jukka Rahkonen-

Lähettäjä: José Macchi [mailto:jose.macchi@anonymised.comnet]
Lähetetty: 26. kesäkuuta 2018 20:41
Vastaanottaja: Mauro Bartolomeoli <mauro.bartolomeoli@anonymised.comsolutions.it>
Kopio: GeoServer Mailing List List <geoserver-users@anonymised.comsourceforge.net>
Aihe: Re: [Geoserver-users] SLDService Plugin + Geoserver 2.13.1

Hi Mauro,

Step1) I have tried to add the sldservice-2.14. jar file (and dependencies) to the release 2.13.1 and it’s not responding.

Step2) After that, I got the binary-zip file for geoserver-2.14 and added the same sldservice-2.14.jar file (I have to build it from source code since I did not find any zip file for 2.14 of that plugin), and unfortunately it’s not responding.

Now I will be testing in dev-mode, LOL (so …setting up the EclipseIDE and checking from there).

When you say that it worked for you, it was basically trying it from the IDE ? (just checking, in case you made it working as in step 2)

Thanks !

2018-06-25 7:22 GMT-03:00 José Macchi <jose.macchi@anonymised.com…>:

Thanks Mauro for quick answer!

I will check the master release, and try to use the same code in 2.13.1. If we are lucky it will work with minor changes (I will let you know if so)

Regards

2018-06-25 5:15 GMT-03:00 Mauro Bartolomeoli <mauro.bartolomeoli@anonymised.comsolutions.it>:

Hi Jose,

SLDService has been recently updated to be compatible with the new GeoServer REST infrastructure. I am currently able to build / use the one that comes with master (2.14-SNAPSHOT) version. I am not sure if 2.13.1 has already been migrated (probably not, if it does not work for you).

I am in the process of improving the service for master, and the plan is also to make it build / work again for previous versions, but I cannot promise a precise schedule for this.

Il giorno lun 25 giu 2018 alle ore 04:38 José Macchi <jose.macchi@anonymised.com> ha scritto:

Hello ! I’m trying to upgrade our Geoserver 2.11.4 to use the 2.13.1 release (with the benefith of Marlin, etc). In the process I have to ensure that the plugin SLDService is still working as expected ( ie. …/rest/sldservice/ and get something, etc)

When I add the plugin in the lib folder (2.13.1), and after restarting Geoserver, nothing happens. Basically, I followed the applicationContext file in the plugin jar, and I notice that there is a Spring context:component-scan (that changed compared with release 2.11.4 release - where it was working). I’m not sure if Spring is not recognizing/finding the beans, but I’m sure that the mapping between urls/beans that previously (release 2.11.4 of the plugin) was done by a bean ( called: sldServiceRestConfigMapping), it’s not working now.

In the same applicationContext file I saw a mvc:annotation-driven spring label, but it’s commented (?)

Do you know if it’s working ? (I tracked when the definition of beans changed and it seems that it happened from release 2.12.0 to 2.12.1 )

Regards

Jose


Check out the vibrant tech community on one of the world’s most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this list:

If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer

Geoserver-users@anonymised.comsourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Regards,

Mauro Bartolomeoli

==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information.

Dott. Mauro Bartolomeoli
@mauro_bart
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.

José Macchi

Geo DevOps

Frontec S.A.

José Macchi

Geo DevOps

Frontec S.A.


Check out the vibrant tech community on one of the world’s most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


Geoserver-users mailing list

Please make sure you read the following two resources before posting to this list:

If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer

Geoserver-users@anonymised.com.382…sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.

Hi Mauro ! good news.

I have tested 2.14 (as dev) using Eclipse, etc. And I reach to make the SLDService plugin working. (I realized that I was not calling the service in the right way, and as in the /geoserver/rest was not listed, I was wondering if Spring was detecting the beans. After debugging with Eclipse, I found what was wrong on my urls and that the services where registered as expected).

After that, I retested in 2.14 bin (the zip file) with the last release of the plugin and it worked too.
And then I tested again in 2.13.1 with the 2.14 version of the plugin and it is working too.

So, … the plugin is working in 2.13.1 and 2.14

Jose

···

2018-06-26 16:05 GMT-03:00 Andrea Aime <andrea.aime@anonymised.com>:

Hi Jukka,
it’s a community module, so it may be here:
https://build.geoserver.org/geoserver/master/community-latest/

but it is not (community modules are officially un-maintained, anything goes, including not having a download)

Cheers
Andrea

On Tue, Jun 26, 2018 at 8:57 PM, Rahkonen Jukka (MML) <jukka.rahkonen@maanmittauslaitos.fi> wrote:

Hi,

I suppose that the jar file for 2.14-SNAPSHOT should be here https://build.geoserver.org/geoserver/master/ext-latest/ but it is not.

-Jukka Rahkonen-

Lähettäjä: José Macchi [mailto:jose.macchi@anonymised.comt]
Lähetetty: 26. kesäkuuta 2018 20:41
Vastaanottaja: Mauro Bartolomeoli <mauro.bartolomeoli@anonymised.comons.it>
Kopio: GeoServer Mailing List List <geoserver-users@anonymised.comorge.net>
Aihe: Re: [Geoserver-users] SLDService Plugin + Geoserver 2.13.1

Hi Mauro,

Step1) I have tried to add the sldservice-2.14. jar file (and dependencies) to the release 2.13.1 and it’s not responding.

Step2) After that, I got the binary-zip file for geoserver-2.14 and added the same sldservice-2.14.jar file (I have to build it from source code since I did not find any zip file for 2.14 of that plugin), and unfortunately it’s not responding.

Now I will be testing in dev-mode, LOL (so …setting up the EclipseIDE and checking from there).

When you say that it worked for you, it was basically trying it from the IDE ? (just checking, in case you made it working as in step 2)

Thanks !

2018-06-25 7:22 GMT-03:00 José Macchi <jose.macchi@anonymised.com…>:

Thanks Mauro for quick answer!

I will check the master release, and try to use the same code in 2.13.1. If we are lucky it will work with minor changes (I will let you know if so)

Regards

2018-06-25 5:15 GMT-03:00 Mauro Bartolomeoli <mauro.bartolomeoli@anonymised.comons.it>:

Hi Jose,

SLDService has been recently updated to be compatible with the new GeoServer REST infrastructure. I am currently able to build / use the one that comes with master (2.14-SNAPSHOT) version. I am not sure if 2.13.1 has already been migrated (probably not, if it does not work for you).

I am in the process of improving the service for master, and the plan is also to make it build / work again for previous versions, but I cannot promise a precise schedule for this.

Il giorno lun 25 giu 2018 alle ore 04:38 José Macchi <jose.macchi@anonymised.com> ha scritto:

Hello ! I’m trying to upgrade our Geoserver 2.11.4 to use the 2.13.1 release (with the benefith of Marlin, etc). In the process I have to ensure that the plugin SLDService is still working as expected ( ie. …/rest/sldservice/ and get something, etc)

When I add the plugin in the lib folder (2.13.1), and after restarting Geoserver, nothing happens. Basically, I followed the applicationContext file in the plugin jar, and I notice that there is a Spring context:component-scan (that changed compared with release 2.11.4 release - where it was working). I’m not sure if Spring is not recognizing/finding the beans, but I’m sure that the mapping between urls/beans that previously (release 2.11.4 of the plugin) was done by a bean ( called: sldServiceRestConfigMapping), it’s not working now.

In the same applicationContext file I saw a mvc:annotation-driven spring label, but it’s commented (?)

Do you know if it’s working ? (I tracked when the definition of beans changed and it seems that it happened from release 2.12.0 to 2.12.1 )

Regards

Jose


Check out the vibrant tech community on one of the world’s most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this list:

If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer

Geoserver-users@anonymised.comrge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Regards,

Mauro Bartolomeoli

==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information.

Dott. Mauro Bartolomeoli
@mauro_bart
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.

José Macchi

Geo DevOps

Frontec S.A.

José Macchi

Geo DevOps

Frontec S.A.


Check out the vibrant tech community on one of the world’s most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


Geoserver-users mailing list

Please make sure you read the following two resources before posting to this list:

If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer

Geoserver-users@anonymised.comrge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.

José Macchi

Geo DevOps
Frontec S.A.