emacarron / mybatis

Automatically exported from code.google.com/p/mybatis
0 stars 0 forks source link

DTD is not accesible at http://www.ibatis.com/dtd/sql-map-2.dtd #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of the MyBatis are you using?
I am using iBatis 2

Please describe the problem.  Unit tests are best!
This URL does not work now. http://www.ibatis.com/dtd/sql-map-2.dtd
So I am getting errors in my workspace. I can resolve the issue locally by 
putting the file system path instead of url. But developers worldwide will face 
the problem in the XML validation against dtd.

What is the expected output? What do you see instead?
The XML Validation should work.

Please provide any additional information below.

Original issue reported on code.google.com by neerajva...@gmail.com on 1 Jul 2010 at 2:24

GoogleCodeExporter commented 9 years ago
I am using iBatis 2 too, and I'm facing the same problem. What is the 
resolution or at least a temporary work around? 

Original comment by andre...@gmail.com on 9 Jul 2010 at 6:55

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Using Mybatis 2. Same thing. I don't understand why they push out a GA release 
of a brand spanking 3.0 new architecture WITHOUT any support from other major 
OSS project (spring). And then break the old one because...changing the name?! 
WHY?

I'm very disappointed with Apache this time, which never happen before.
I looked at the ONE example...using Guice 1.0. Manually stitched together, and 
what about c3p0?!

So we're forced to use 2.x release in PROD env, and this?!

Original comment by bryan0...@gmail.com on 12 Aug 2010 at 3:24

GoogleCodeExporter commented 9 years ago
This URL has been invalid for several years.  For iBATIS 2 the correct URL is:

http://ibatis.apache.org/dtd/sql-map-2.dtd

Original comment by jeffgbut...@gmail.com on 5 Nov 2010 at 10:59