- This topic has 2 replies, 2 voices, and was last updated 18 years, 5 months ago by dlread.
-
AuthorPosts
-
dlreadMemberHello,
After a MyEclipse->Run Validation, the following file (weblogic-ra.xml):
<?xml version="1.0" encoding="UTF-8"?> <weblogic-connector xmlns="http://www.bea.com/ns/weblogic/90" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-ra.xsd"> <jndi-name>myjndiname</jndi-name> </weblogic-connector>
Returns the following problems:
Severity Description Resource In Folder Location Creation Time Id 2 src-resolve: Cannot resolve the name 'j2ee:transaction-supportType' to a(n) 'type definition' component. weblogic-ra.xml DemoXmlBug2 line 163 June 14, 2006 2:52:00 PM 8 2 src-resolve: Cannot resolve the name 'j2ee:authentication-mechanismType' to a(n) 'type definition' component. weblogic-ra.xml DemoXmlBug2 line 164 June 14, 2006 2:52:00 PM 9
Note that this file validates just fine in XMLSpy 2006. Can you duplicate this problem over there?
(Note that I tried to paste in my complete Eclipse cfg, it looked fine on preview but after submit was truncated).
Thanks,
-Lee-
– System Setup ——————————-
Operating System and version: Windows XP Pro SP2
Eclipse version: 3.1.2
Eclipse build id: M20060118-1600
Fresh Eclipse install (y/n): y
MyEclipse version: 4.1.1 (20060228-4.1.1-GA)
Eclipse JDK version: 1.5.0_06-b05
Application Server JDK version: 1.5.0_06-b05
Are there any exceptions in the Eclipse log file? No
Riyad KallaMemberIt seems to be a bug, I just checked with my install of Eclipse 3.2M6 and MyEclipse 5.0M1 and the bug has been fixed, so the good news is that the bug if fixed in MyEclipse 5.0.
dlreadMemberHey, thanks for the speedy follow-up, much appreciated.
-Lee-
-
AuthorPosts