1 Reply Latest reply on Jul 20, 2011 6:47 AM by dhanarajar

    Problem with internet and jboss server

    dhanarajar

      Hi

       

      I am facing one issue with jBoss server,

      This is the problem i am getting in my console while starting my jboss server

       

      09:57:36,500 WARN  [PersistenceXmlLoader] Warning parsing XML: XML InputStream(14) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.

       

       

      if i am removing the internet connection from my pc means it is working(Starting successfully)

       

      this is part of my persistence.xml file

       

      <persistence xmlns="http://java.sun.com/xml/ns/persistence"

                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

                   xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"

                   version="2.0">

       

      ..........................

       

      Kindly tel me how to solve this issue

       

      Thanks in Advance !!!!!!!!!!