This content has been marked as final.
Show 1 reply
-
1. Re: Problem with internet and jboss server
dhanarajar Jul 20, 2011 6:47 AM (in response to dhanarajar)Luckily solved that problem ..here is the solution
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"
above line of code modified to
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" in my persistence.xml files .Its worked fine for me