Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » caching of xsd file (ejb-jar_2_1.xsd) fails
caching of xsd file (ejb-jar_2_1.xsd) fails [message #129482] Wed, 03 August 2005 06:18 Go to next message
Eclipse UserFriend
Originally posted by: hunter.telenet.be

I just started leaning ejb's.


jboss.xml:
-------------

<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN"
"http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
...........

This one gets perfectly cached, I get codehints, documentation etc
automatically.


ejb-jar.xml:
--------------
<?xml version="1.0" encoding="UTF-8"?>
<ejb-jar 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/ejb-jar_2_1.xsd" version="2.1">

<enterprise-beans>
<session>
.............

This one does not get cached, I get a dialog with the buttons "OK" and
"Details"(disables) telling me the caching failed.
Re: caching of xsd file (ejb-jar_2_1.xsd) fails [message #129605 is a reply to message #129482] Wed, 03 August 2005 12:46 Go to previous messageGo to next message
Eclipse UserFriend
What are the details in the dialog? Is it an error dialog?

Lawrence
Re: caching of xsd file (ejb-jar_2_1.xsd) fails [message #129620 is a reply to message #129605] Wed, 03 August 2005 15:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hunter.telenet.be

lmandel@ca.ibm.com wrote:

> What are the details in the dialog? Is it an error dialog?
>
> Lawrence

Here is a screenshot of it:
http://users.telenet.be/h.u.n.t.e.r/temp/wtp.jpg .
My neighbour does not this problem :(; strange.
______________
Koen De Jaeger
Re: caching of xsd file (ejb-jar_2_1.xsd) fails [message #129640 is a reply to message #129620] Wed, 03 August 2005 20:32 Go to previous message
Eclipse UserFriend
Originally posted by: sportboy02.software.nju.edu.cn

Koen De Jaeger wrote:
> lmandel@ca.ibm.com wrote:
>
>
>>What are the details in the dialog? Is it an error dialog?
>>
>>Lawrence
>
>
> Here is a screenshot of it:
> http://users.telenet.be/h.u.n.t.e.r/temp/wtp.jpg .
> My neighbour does not this problem :(; strange.
> ______________
> Koen De Jaeger

Really strange.
Even the target resource is DTD file as you described in the first case,
my eclipse will also try to access
to internet and wanna get the file despite the exact file that has been
cached.

You may see bug 105812.

Jason
Previous Topic:Create Custom Server Def
Next Topic:Can't create Web Service over an EJB
Goto Forum:
  


Current Time: Wed Sep 17 05:34:25 EDT 2025

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

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

Back to the top