Results 1 to 10 of 10

Thread: Forbidden: http://www.springframework.org/schema/aop/spring-aop-3.1.xsd

  1. #1
    Join Date
    Mar 2011
    Posts
    2

    Default Forbidden: http://www.springframework.org/schema/aop/spring-aop-3.1.xsd

    When I try to access http://www.springframework.org/schem...ng-aop-3.1.xsd, it says forbidden. Please help. I couldn't find another copy anywhere. Thanks!

  2. #2

    Default

    Just tried with 3.0 and 2.5 version and reached the same problem. Indeed it's happening not only for AOP, but also for other schemas (beans, context, etc.).

    Here is one copy of spring-aop-3.1.xsd (you may also find there any other schema/version):
    http://grepcode.com/file/repository....ng-aop-3.1.xsd

    Hope it helps you.
    Carlos.

  3. #3
    Join Date
    Jun 2008
    Posts
    2

    Default

    Same issue here. It's occuring since 20 hours or so.

  4. #4
    Join Date
    May 2008
    Posts
    2

    Default

    Same here as well... causing all kinds of problems, but I guess it's as bad time as any to stop depending on these remote files.
    Last edited by ingvar; May 21st, 2012 at 07:24 AM. Reason: fixing a typo

  5. #5
    Join Date
    May 2012
    Posts
    1

    Default

    Is there any way to get SpringSource to open up access to these XSDs? At least temporarily until we can fix our Spring definitions?

  6. #6
    Join Date
    May 2012
    Posts
    1

    Default springsource changed their urls to static.springframework...

    Quote Originally Posted by rramchander View Post
    Is there any way to get SpringSource to open up access to these XSDs? At least temporarily until we can fix our Spring definitions?
    I just figured that static.springframework.com is working. So for eg. http://www.springframework.org/schema/beans has changed to http://static.springframework.org/schema/beans - and so on. Try it, at the very least you can get the xsds downloaded.

  7. #7
    Join Date
    Mar 2007
    Posts
    515

  8. #8
    Join Date
    Jun 2008
    Posts
    2

    Default

    For what it's worth, they fixed it:
    https://jira.springsource.org/browse/SPR-9427

  9. #9
    Join Date
    May 2012
    Posts
    2

    Default XSD was not available for 25 Hours

    Quote Originally Posted by wensington View Post
    When I try to access http://www.springframework.org/schem...ng-aop-3.1.xsd, it says forbidden. Please help. I couldn't find another copy anywhere. Thanks!
    Yesterday we also strugglet and production was also affected because of the below xsd was not available.
    http://www.springframework.org/schem...-beans-3.0.xsd

    When we were trying to open this in ie/firefox we were getting the forbidden but once the problem is resolved this was available or vice versa.

    Is this the intermittent issue of springsource ??
    Last edited by paikerabbas; May 22nd, 2012 at 06:59 AM. Reason: subject mistake

  10. #10
    Join Date
    May 2008
    Posts
    2

    Default

    I recommend reading the latest comment from Chris Beam here.
    https://jira.springsource.org/browse...#comment-79125

    The problem in our case was that we were refering to spring-tx-3.1.xsd in our application context file but had an older version of spring-tx in the webapp. It was just a missing dependency for spring-tx in our Maven pom file. After fixing the pom.xml we got the correct jar and the webapp got the xsd file from classpath instead of trying to download it from springframework.org.

Posting Permissions

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