I am using Jboss version 5.
Instead of using default DB(hypersonic), i configured MySQL DB with my JBOSS.
I ran ant script to build an EAR file for Chapter 2 code and then i placed the EAR file on Jboss'deploy folder. On placing EAR file, i get below mentioned error on command prompt
"Deployment "vfszip:/C:/jboss-5.0.1.GA/server/default/deploy/chapter2.ear/" is in error due to the following reason(s): org.jboss.xb.binding.JBossXBRuntimeException: Failed to resolve schema nsURI= location=persistence"
I found that my persistence.xml is having Hypersonic DB settings.
Please let me how can i configure my persistence.xml according to MySQL so that Chapter 2 EAR file is deployed successfully