Results 1 to 2 of 2

Thread: Springframework.org is down

  1. #1
    Join Date
    Mar 2007
    Location
    Estonia
    Beans
    81
    Distro
    Ubuntu Karmic Koala (testing)

    Springframework.org is down

    http://www.springframework.org/schema/beans is down atm, and my spring.xml has the following code
    Code:
    <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
    On server startup, it crashes because it can't find the schema. Anyone have a local copy of spring-beans-2.5.xsd?
    Last edited by SupaSonic; May 26th, 2008 at 02:41 PM.
    The truth may be out there, but the lies are already in your head.

  2. #2
    Join Date
    Apr 2006
    Location
    Slovenia
    Beans
    370
    Distro
    Ubuntu Development Release

    Re: Springframework.org is down

    Quote Originally Posted by SupaSonic View Post
    http://www.springframework.org/schema/beans is down atm, and my spring.xml has the following code
    Code:
    <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
    On server startup, it crashes because it can't find the schema. Anyone have a local copy of spring-beans-2.5.xsd?
    The schemas are also located in spring-framework zip file (in dist/resources). This is also common as internet is not always available when an application is deployed and spring should validate the configuration every time it starts.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •