I do understand your point, however, I do not know what I can do to continue my development. I did try to search for XML schemas on https://spring.io<https://spring.io/> and wasn’t able to find anything. Current documentation still refers to the old location (www.springframework.org<http://www.springframework.org/>) for XSD files https://docs.spring.io/spring-framework/reference/data-access/appendix.html#xsd-schemas-tx What would you suggest?
Regards, Gary Greenberg Staff Software Engineer From: Bill Brooks <wwbro...@gmail.com> Sent: Thursday, February 1, 2024 1:30 PM To: Greenberg, Gary <ggree...@visa.com.invalid> Cc: users@netbeans.apache.org Subject: Re: Netbeans cannot access www.springframework.org Gary, I doubt that the problem is with your Netbeans installation. If you try accessing the host you're relying on with some other tool, you'll see that it's been replaced or otherwise redirected via an HTTP 301<https://www.domain.com/blog/what-is-a-redirect/> . To wit: (base) wbrooks ~ % wget --verbose www.springframework.org<http://www.springframework.org/> --2024-02-01 13:18:47-- http://www.springframework.org/ Resolving www.springframework.org<http://www.springframework.org/> (www.springframework.org<http://www.springframework.org/>)... 2606:4700:20::6819:fa07, 2606:4700:20::6819:fb07, 104.25.251.7, ... Connecting to www.springframework.org<http://www.springframework.org/> (www.springframework.org<http://www.springframework.org/>)|2606:4700:20::6819:fa07|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://spring.io<https://spring.io/> [following] --2024-02-01 13:18:48-- https://spring.io/ Resolving spring.io<http://spring.io/> (spring.io<http://spring.io/>)... 2606:4700:10::6814:241, 2606:4700:10::6814:341, 104.20.3.65, ... Connecting to spring.io<http://spring.io/> (spring.io<http://spring.io/>)|2606:4700:10::6814:241|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html](base) wbrooks@Bills-MBP ~ % wget --verbose www.springframework.org<http://www.springframework.org/> --2024-02-01 13:18:47-- http://www.springframework.org/ Resolving www.springframework.org<http://www.springframework.org/> (www.springframework.org<http://www.springframework.org/>)... 2606:4700:20::6819:fa07, 2606:4700:20::6819:fb07, 104.25.251.7, ... Connecting to www.springframework.org<http://www.springframework.org/> (www.springframework.org<http://www.springframework.org/>)|2606:4700:20::6819:fa07|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://spring.io<https://spring.io/> [following] --2024-02-01 13:18:48-- https://spring.io/ Resolving spring.io<http://spring.io/> (spring.io<http://spring.io/>)... 2606:4700:10::6814:241, 2606:4700:10::6814:341, 104.20.3.65, ... Connecting to spring.io<http://spring.io/> (spring.io<http://spring.io/>)|2606:4700:10::6814:241|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] In case you haven't been following along with the corporate intrigue, Broadcom Inc. purchased VMware recently and laid off a four digit number of employees at VMware, thus far. The full extent of the layoffs is not clear. As an outsider with no specific knowledge of Broadcom's culture, I would guess that does not bode well for the Spring Java platform going forward. Hope I am wrong. Hope this helps. Bill On Thu, Feb 1, 2024 at 11:17 AM Greenberg, Gary <ggree...@visa.com.invalid<mailto:ggree...@visa.com.invalid>> wrote: Trying to validate XML file for the Spring framework application context and getting tons of errors as Netbeans cannot access XML schema. Retriever output shows: Jan 23, 2024, 10:11:33 AM : Retrieving Location: http://www.springframework.org/schema/beans/spring-beans.xsd Error: Unknown Host: www.springframework.org<http://www.springframework.org/> URL Resource Jan 23, 2024, 10:11:33 AM : Retrieving Location: http://www.springframework.org/schema/util/spring-util.xsd Error: Unknown Host: www.springframework.org<http://www.springframework.org/> URL Resource At the same time I can see these XSD files in the browser without any problems. Can anyone tell me what is wrong with my Netbeans installation? Gary Greenberg Staff Software Engineer