[jboss-user] [EJB 3.0] - Re: [BUG] - Error during deployment
fhh
do-not-reply at jboss.com
Wed Apr 11 18:07:28 EDT 2007
| <?xml version="1.0" encoding="UTF-8"?>
| <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_1_0.xsd"
| version="1.0">
| <persistence-unit name="airportPU" transaction-type="JTA">
| org.hibernate.ejb.HibernatePersistence
| <jta-data-source>java:/OracleDS</jta-data-source>
| airport.bean.entity.Airplane
| airport.bean.entity.Airport
| airport.bean.entity.City
| airport.bean.entity.Country
|
|
|
|
|
| </persistence-unit>
|
|
This is a mess! Is this what you have in the file or was it just the froum formatting?
Regards
Felix
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036551#4036551
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036551
More information about the jboss-user
mailing list