i wrote on the the exit code datastore.dispose() ; datastore=null;
but the warning still on console
really need help
even if there a way to hide it in eclipse :) it's my graduate project
and it's seem bad to see red line on console for the examinator

2015-06-13 19:17 UTC+02:00,
geotools-gt2-users-requ...@lists.sourceforge.net
<geotools-gt2-users-requ...@lists.sourceforge.net>:
> Send GeoTools-GT2-Users mailing list submissions to
>       geotools-gt2-users@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
> or, via email, send a message with subject or body 'help' to
>       geotools-gt2-users-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
>       geotools-gt2-users-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of GeoTools-GT2-Users digest..."
>
>
> Today's Topics:
>
>    1. Re: Pbs with Install maven (tonio.guil...@gmail.com)
>    2. Re: Pbs with Install maven (Andrea Aime)
>    3. Re: Pbs with Install maven (tonio.guil...@gmail.com)
>    4. warning :) (nacer med)
>    5. Re: warning :) (Andrea Aime)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 13 Jun 2015 02:20:48 -0700 (PDT)
> From: "tonio.guil...@gmail.com" <tonio.guil...@gmail.com>
> Subject: Re: [Geotools-gt2-users] Pbs with Install maven
> To: geotools-gt2-users@lists.sourceforge.net
> Message-ID: <1434187248042-5210769.p...@n6.nabble.com>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi Jody,I downloaded Geotools from the GitHub site and as is recommended I
> launched mvn clean install. So I was expecting that will be fine. So what I
> need to check? Or may be I must understand that mvn clean install is not
> sufficiant after the clone from GitHub?Thanks a lot for your helpAntonio
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/Pbs-with-Install-maven-tp5210628p5210769.html
> Sent from the geotools-gt2-users mailing list archive at Nabble.com.
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 2
> Date: Sat, 13 Jun 2015 12:01:52 +0200
> From: Andrea Aime <andrea.a...@geo-solutions.it>
> Subject: Re: [Geotools-gt2-users] Pbs with Install maven
> To: Guillen Antonio <a.guil...@brgm.fr>
> Cc: "geotools-gt2-users@lists.sourceforge.net"
>       <geotools-gt2-users@lists.sourceforge.net>
> Message-ID:
>       <ca+nxmtuc_b+yafrwyswdngustxwmrsrmsjhzsvpedxefjzy...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> On Fri, Jun 12, 2015 at 3:04 PM, Guillen Antonio <a.guil...@brgm.fr> wrote:
>
>> Caused by: org.eclipse.aether.resolution.ArtifactResolutionException:
>> Could not transfer artifact
>> it.geosolutions.imageio-ext:imageio-ext-tiff:pom:1.1.12 from/t
>>
>> o central.maven.org (http://central.maven.org/maven2): Not authorized ,
>> ReasonPhrase:Unauthorized.
>>
>
> All these messages makes me wonder... do you need to go through a proxy in
> order to reach the
> internet? If so, you might have to tell maven:
>
> http://maven.apache.org/guides/mini/guide-proxies.html
>
> Cheers
> Andrea
>
>
>
>
> --
> ==
> 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 Poggio alle Viti 1187
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob: +39  339 8844549
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
>
> *AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*
>
> Le informazioni contenute in questo messaggio di posta elettronica e/o
> nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
> loro utilizzo ? consentito esclusivamente al destinatario del messaggio,
> per le finalit? indicate nel messaggio stesso. Qualora riceviate questo
> messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
> darcene notizia via e-mail e di procedere alla distruzione del messaggio
> stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
> divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
> utilizzarlo per finalit? diverse, costituisce comportamento contrario ai
> principi dettati dal D.Lgs. 196/2003.
>
>
>
> The information in this message and/or attachments, is intended solely for
> the attention and use of the named addressee(s) and may be confidential or
> proprietary in nature or covered by the provisions of privacy act
> (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
> Code).Any use not in accord with its purpose, any disclosure, reproduction,
> copying, distribution, or either dissemination, either whole or partial, is
> strictly forbidden except previous formal approval of the named
> addressee(s). If you are not the intended recipient, please contact
> immediately the sender by telephone, fax or e-mail and delete the
> information in this message that has been received in error. The sender
> does not give any warranty or accept liability as the content, accuracy or
> completeness of sent messages and accepts no responsibility  for changes
> made after they were sent or for other risks which arise as a result of
> e-mail transmission, viruses, etc.
>
> -------------------------------------------------------
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 3
> Date: Sat, 13 Jun 2015 04:38:37 -0700 (PDT)
> From: "tonio.guil...@gmail.com" <tonio.guil...@gmail.com>
> Subject: Re: [Geotools-gt2-users] Pbs with Install maven
> To: geotools-gt2-users@lists.sourceforge.net
> Message-ID: <1434195517037-5210779.p...@n6.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
> Hi Andrea,
>
> You are right, using another network without proxy it work fine. Thanks a
> lot.
>
> Now from this build I will try to insert in my Eclipse projects. I hope I
> will not have troubles!!!
>
> Regards
>
> Antonio
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/Pbs-with-Install-maven-tp5210628p5210779.html
> Sent from the geotools-gt2-users mailing list archive at Nabble.com.
>
>
>
> ------------------------------
>
> Message: 4
> Date: Sat, 13 Jun 2015 18:35:43 +0200
> From: nacer med <ikbalna...@gmail.com>
> Subject: [Geotools-gt2-users] warning :)
> To: geotools-gt2-users@lists.sourceforge.net
> Message-ID:
>       <cadrx9r2qrf1o7qgp9pg21qn+2vw8632u5y+lqnb5uejpgdp...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> i have this waring
> 2015-06-13T18:31:38.375+0200  SEVERE  There's code using JDBC based
> datastore and not disposing them. This may lead to temporary loss of
> database connections. Please make sure all data access code calls
> DataStore.dispose() before freeing all references to it
> 2015-06-13T18:31:38.380+0200  SEVERE  There's code using JDBC based
> datastore and not disposing them. This may lead to temporary loss of
> database connections. Please make sure all data access code calls
> DataStore.dispose() before freeing all references to it
>
>
>
> ****************************
> it doesn't do any problem but i have to remove this problem ? can any
> one help please :)
>
>
>
> ------------------------------
>
> Message: 5
> Date: Sat, 13 Jun 2015 19:17:02 +0200
> From: Andrea Aime <andrea.a...@geo-solutions.it>
> Subject: Re: [Geotools-gt2-users] warning :)
> To: nacer med <ikbalna...@gmail.com>
> Cc: "geotools-gt2-users@lists.sourceforge.net"
>       <geotools-gt2-users@lists.sourceforge.net>
> Message-ID:
>       <CA+nxMTs0Op1OUEe1=zrrfqparfb+ugwyptuywbr4i-ozj-5...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi,
> you have to call dispose() on your datastore instances once you are done
> using them
>
> Cheers
> Andrea
>
> On Sat, Jun 13, 2015 at 6:35 PM, nacer med <ikbalna...@gmail.com> wrote:
>
>> i have this waring
>> 2015-06-13T18:31:38.375+0200  SEVERE  There's code using JDBC based
>> datastore and not disposing them. This may lead to temporary loss of
>> database connections. Please make sure all data access code calls
>> DataStore.dispose() before freeing all references to it
>> 2015-06-13T18:31:38.380+0200  SEVERE  There's code using JDBC based
>> datastore and not disposing them. This may lead to temporary loss of
>> database connections. Please make sure all data access code calls
>> DataStore.dispose() before freeing all references to it
>>
>>
>>
>> ****************************
>> it doesn't do any problem but i have to remove this problem ? can any
>> one help please :)
>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> GeoTools-GT2-Users mailing list
>> GeoTools-GT2-Users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>>
>
>
>
> --
> ==
> 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 Poggio alle Viti 1187
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob: +39  339 8844549
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
>
> *AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*
>
> Le informazioni contenute in questo messaggio di posta elettronica e/o
> nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
> loro utilizzo ? consentito esclusivamente al destinatario del messaggio,
> per le finalit? indicate nel messaggio stesso. Qualora riceviate questo
> messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
> darcene notizia via e-mail e di procedere alla distruzione del messaggio
> stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
> divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
> utilizzarlo per finalit? diverse, costituisce comportamento contrario ai
> principi dettati dal D.Lgs. 196/2003.
>
>
>
> The information in this message and/or attachments, is intended solely for
> the attention and use of the named addressee(s) and may be confidential or
> proprietary in nature or covered by the provisions of privacy act
> (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
> Code).Any use not in accord with its purpose, any disclosure, reproduction,
> copying, distribution, or either dissemination, either whole or partial, is
> strictly forbidden except previous formal approval of the named
> addressee(s). If you are not the intended recipient, please contact
> immediately the sender by telephone, fax or e-mail and delete the
> information in this message that has been received in error. The sender
> does not give any warranty or accept liability as the content, accuracy or
> completeness of sent messages and accepts no responsibility  for changes
> made after they were sent or for other risks which arise as a result of
> e-mail transmission, viruses, etc.
>
> -------------------------------------------------------
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> ------------------------------------------------------------------------------
>
>
> ------------------------------
>
> _______________________________________________
> GeoTools-GT2-Users mailing list
> GeoTools-GT2-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>
>
> End of GeoTools-GT2-Users Digest, Vol 109, Issue 7
> **************************************************
>

------------------------------------------------------------------------------
_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to