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
Thanks
This message was edited 1 time. Last update was at by Abhay Agarwal
Davide Crudo
Ranch Hand
Joined: Sep 08, 2009
Posts: 62
posted
0
Hi,
My persistence.xml (for O'reilly, but working on jboss 5.x) looks like the following:
Then, under the JBOSS server directory"../Server/Default/Deploy" directory, i put my "titan-ds.xml" file that looks
like the following:
Note that when I've switched to Jboss 5.x...I had to rewrite the XML files... you cannot apparently using the
old XML for version 4.x with the new version...
Dave
This message was edited 1 time. Last update was at by Davide Crudo