[jboss-user] [Beginners Corner] - Re: org.jboss.xb.binding.JBossXBException: Failed to parse s

cnbs do-not-reply at jboss.com
Fri Aug 11 01:37:12 EDT 2006


"yongjun_jiao" wrote : Maybe you should put the namespace in your schema locaotion attribute:
  |   xsi:schemaLocation="ejb-jar_3_0.xsd" -->
  |   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee  ejb-jar_3_0.xsd"
  | 
Sorry i posted wrong code..
the real one:
<?xml version="1.0" encoding="UTF-8"?>
  | <ejb-jar xmlns="http://java.sun.com/xml/ns/javaee"
  |          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |          xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
  | 		  http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
  |          version="3.0">
  | </ejb-jar>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964529#3964529

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964529



More information about the jboss-user mailing list