Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 395473
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T16:27:26+00:00 2026-05-12T16:27:26+00:00

I have an entry in my servlet.xml , xmlns:dwr=http://www.directwebremoting.org/schema/spring-dwr Now, what I think is,

  • 0

I have an entry in my servlet.xml,

xmlns:dwr="http://www.directwebremoting.org/schema/spring-dwr

Now, what I think is, dwr is the prefix we are going to use, like

<dwr:configuration>
    <dwr:convert type="bean" class="com.abc.bean.MyBean" />
</dwr:configuration>

Now the problem is, if the site http://www.directwebremoting.org is down then my application is unable to create the beans.

  • Is it going to hit this website every time beanfactory creates the bean?

  • Is there any alternative so that I can use dwr, without hitting their website?


Complete header:

<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:aop="http://www.springframework.org/schema/aop"
       xmlns:dwr="http://www.directwebremoting.org/schema/spring-dwr"
       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.0.xsd 
       http://www.springframework.org/schema/aop 
       http://www.springframework.org/schema/aop/spring-aop-2.0.xsd 
       http://www.directwebremoting.org/schema/spring-dwr 
       http://www.directwebremoting.org/schema/spring-dwr-2.0.xsd"> 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T16:27:27+00:00Added an answer on May 12, 2026 at 4:27 pm

    The problem is probably not directly related to the namespace per se, but to the schema location of this dwr namespace.

    Whereby the URI used as the namespace identifier can be “anything” and is not accessed to process the file (we use Internet domain based namespaces IDs as a convenient way to have globally unique namespaces), the schema location is effectively accessed.

    To fix the problem, you may be able to download the schema, publish it on a reliable site, and alter the schema location in the XML files which reference it.

    The “schema” is the DTD, or more typically nowadays, as is the case here an XSD file. In practical terms, you need to download the following.

      http://www.directwebremoting.org/schema/spring-dwr-2.0.xsd
    

    You can then publish the spring-dwr-2.0.xsd on an server of your own (or you can make it available in a directory, if these are not online applications), and change the corresponding line in the XML header to read (where MyOwnDomain, etc. reflects your actual site of course):

       http://www.directwebremoting.org/schema/spring-dwr 
       http://www.MyOwnDomain.com/SomeDirectory/spring-dwr-2.0.xsd">
    

    In that fashion, even when the directwebremoting.org site is not available, there will be no delays in your XML processing logic.

    Attention, it is quite possible that the XSD in question makes reference to other schemas, and if that were the case you’d also want to download these and ensure the XSD points to the new location as well for these.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a scenario where I have single entry point Servlet and further Servlets
I have specified in web.xml Servlet mapping as below <web-app> <!-- Servlets --> <servlet>
I have configured spring to resolve xml and json responses for our API as
I have an application web.xml with the following entry: <error-page> <error-code>404</error-code> <location>/system_files/error/p_notfound.jsp</location> </error-page> However,
We have an entry form that gives the user a calendar drop down, but
I have an Entry model which has many Tag s. Tag s are added
I have an entry.rb model and I'm trying to make a semi-complicated validation. I
I have a table a which have multiple entry of artikelNr for it to
Why do I get a CS5001: does not have an entry point defined error
Hey guys quick question, I have an entry that I put in my database,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.