Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » j2ee_web_services_client_1_1.xsd contains errors?
j2ee_web_services_client_1_1.xsd contains errors? [message #193147] Fri, 09 February 2007 23:12 Go to next message
Eclipse UserFriend
Originally posted by: eclipse.spfweb.co.uk

Hi,

(Eclipse IDE installed from
wtp-all-in-one-sdk-R-1.5.0-200606281455-macosx-carbon.tar.gz , running OS X
10.4.8)

I have a J2EE dynamic web project and have downloaded the standard tag
library definitions (c, fmt, fn, x, etc).

Validating these tld files reports the following error:

"Referenced file contains errors
( http://www.ibm.com/webservices/xsd/j2ee_web_services_client_ 1_1.xsd). For
more information, right click on the message and select "Show Details..."
..../WebContent/WEB-INF/tld c.tld line 1


Bizarrely, my web.xml also reports this error?

I saw a thread here a while back about suggesting removing resources from
the cache, which I have done but the error still returns.

Thanks for any help...


--
Regards,
Steve.
Re: j2ee_web_services_client_1_1.xsd contains errors? [message #193220 is a reply to message #193147] Sat, 10 February 2007 13:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

This is a multi-part message in MIME format.
--------------070801010309000104070305
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Steve,

That schema on the web really does contain errors as far as I can tell.
For example, I can see references to types like "fully-qualified-classType"

<xsd:element name="service-endpoint-interface"
type="j2ee:fully-qualified-classType">

but there is no definition of that type to be found nor are there
imports/includes to help find them.


Steve Folly wrote:
> Hi,
>
> (Eclipse IDE installed from
> wtp-all-in-one-sdk-R-1.5.0-200606281455-macosx-carbon.tar.gz , running OS X
> 10.4.8)
>
> I have a J2EE dynamic web project and have downloaded the standard tag
> library definitions (c, fmt, fn, x, etc).
>
> Validating these tld files reports the following error:
>
> "Referenced file contains errors
> ( http://www.ibm.com/webservices/xsd/j2ee_web_services_client_ 1_1.xsd). For
> more information, right click on the message and select "Show Details..."
> .../WebContent/WEB-INF/tld c.tld line 1
>
>
> Bizarrely, my web.xml also reports this error?
>
> I saw a thread here a while back about suggesting removing resources from
> the cache, which I have done but the error still returns.
>
> Thanks for any help...
>
>
>


--------------070801010309000104070305
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Steve,<br>
<br>
That schema on the web really does contain errors as far as I can
tell.&nbsp; For example, I can see references to types like
"fully-qualified-classType"<br>
<blockquote>&lt;xsd:element name="service-endpoint-interface"<br>
&nbsp;type="j2ee:fully-qualified-classType"&gt;<br >
</blockquote>
but there is no definition of that type to be found nor are there
imports/includes to help find them.<br>
<br>
<br>
Steve Folly wrote:
<blockquote cite="midC1F2B044.4C882%25eclipse@spfweb.co.uk" type="cite">
<pre wrap="">Hi,

(Eclipse IDE installed from
wtp-all-in-one-sdk-R-1.5.0-200606281455-macosx-carbon.tar.gz , running OS X
10.4.8)

I have a J2EE dynamic web project and have downloaded the standard tag
library definitions (c, fmt, fn, x, etc).

Validating these tld files reports the following error:

"Referenced file contains errors
(<a class="moz-txt-link-freetext" href=" http://www.ibm.com/webservices/xsd/j2ee_web_services_client_ 1_1.xsd"> http://www.ibm.com/webservices/xsd/j2ee_web_services_client_ 1_1.xsd</a>). For
more information, right click on the message and select "Show Details..."
..../WebContent/WEB-INF/tld c.tld line 1


Bizarrely, my web.xml also reports this error?

I saw a thread here a while back about suggesting removing resources from
the cache, which I have done but the error still returns.

Thanks for any help...


</pre>
</blockquote>
<br>
</body>
</html>

--------------070801010309000104070305--
Re: j2ee_web_services_client_1_1.xsd contains errors? [message #193377 is a reply to message #193220] Sun, 11 February 2007 14:54 Go to previous message
Cezar Halmagean is currently offline Cezar HalmageanFriend
Messages: 3
Registered: July 2009
Junior Member
Hello,

I had that same error together with the other License Agreement thing I
have posted. What I did was replace the web-app thingy with this:

<web-app id="WebApp_ID" version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">

Hope it helps!

Best regards,
Cezar

On Sat, 10 Feb 2007 08:45:43 -0500, Ed Merks wrote:

> Steve,
>
> That schema on the web really does contain errors as far as I can tell.
> For example, I can see references to types like "fully-qualified-classType"
>
> <xsd:element name="service-endpoint-interface"
> type="j2ee:fully-qualified-classType">
>
> but there is no definition of that type to be found nor are there
> imports/includes to help find them.
>
>
> Steve Folly wrote:
>> Hi,
>>
>> (Eclipse IDE installed from
>> wtp-all-in-one-sdk-R-1.5.0-200606281455-macosx-carbon.tar.gz , running OS X
>> 10.4.8)
>>
>> I have a J2EE dynamic web project and have downloaded the standard tag
>> library definitions (c, fmt, fn, x, etc).
>>
>> Validating these tld files reports the following error:
>>
>> "Referenced file contains errors
>> ( http://www.ibm.com/webservices/xsd/j2ee_web_services_client_ 1_1.xsd). For
>> more information, right click on the message and select "Show Details..."
>> .../WebContent/WEB-INF/tld c.tld line 1
>>
>>
>> Bizarrely, my web.xml also reports this error?
>>
>> I saw a thread here a while back about suggesting removing resources from
>> the cache, which I have done but the error still returns.
>>
>> Thanks for any help...
>>
>>
>>
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <html>
> <head>
> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
> </head>
> <body bgcolor="#ffffff" text="#000000">
> Steve,<br>
> <br>
> That schema on the web really does contain errors as far as I can
> tell.&nbsp; For example, I can see references to types like
> "fully-qualified-classType"<br>
> <blockquote>&lt;xsd:element name="service-endpoint-interface"<br>
> &nbsp;type="j2ee:fully-qualified-classType"&gt;<br >
> </blockquote>
> but there is no definition of that type to be found nor are there
> imports/includes to help find them.<br>
> <br>
> <br>
> Steve Folly wrote:
> <blockquote cite="midC1F2B044.4C882%25eclipse@spfweb.co.uk" type="cite">
> <pre wrap="">Hi,
>
> (Eclipse IDE installed from
> wtp-all-in-one-sdk-R-1.5.0-200606281455-macosx-carbon.tar.gz , running OS X
> 10.4.8)
>
> I have a J2EE dynamic web project and have downloaded the standard tag
> library definitions (c, fmt, fn, x, etc).
>
> Validating these tld files reports the following error:
>
> "Referenced file contains errors
> (<a class="moz-txt-link-freetext" href=" http://www.ibm.com/webservices/xsd/j2ee_web_services_client_ 1_1.xsd"> http://www.ibm.com/webservices/xsd/j2ee_web_services_client_ 1_1.xsd</a>). For
> more information, right click on the message and select "Show Details..."
> .../WebContent/WEB-INF/tld c.tld line 1
>
>
> Bizarrely, my web.xml also reports this error?
>
> I saw a thread here a while back about suggesting removing resources from
> the cache, which I have done but the error still returns.
>
> Thanks for any help...
>
>
> </pre>
> </blockquote>
> <br>
> </body>
> </html>
Previous Topic:how to install eclipse and CDT on linux
Next Topic:Elclipse Plugin Dependency
Goto Forum:
  


Current Time: Thu Apr 25 23:09:55 GMT 2024

Powered by FUDForum. Page generated in 0.09473 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top