Netbeans cannot access www.springframework.org

2024-02-01 Thread Greenberg, Gary
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:

Re: Netbeans cannot access www.springframework.org

2024-02-01 Thread Bill Brooks
Gary, I don't know. I couldn't believe it, but retrieving the 'spring-util.xsd' file from that location you specified using some other utility actually completes, HTTP 301 redirect and all. I would suggest posting your issue to the 'spring' section of the Stack Overflow community

Re: Netbeans cannot access www.springframework.org

2024-02-01 Thread Bill Brooks
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 . To wit: (base) wbrooks ~ % wget

RE: Netbeans cannot access www.springframework.org

2024-02-01 Thread Greenberg, Gary
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 and wasn’t able to find anything. Current documentation still refers to the old location