users@glassfish.java.net
Re: Hibernate not working with GlassFish V2 now??
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
In reply to
] [
Next in thread
] [
Replies
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: <
glassfish_at_javadesktop.org
>
Date
: Mon, 08 Oct 2007 12:41:25 PDT
Here is the persistence.xml as well.
<?xml version="1.0" encoding="UTF-8"?>
<persistence version="1.0" 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
">
<persistence-unit name="ILDA-ejbPU" transaction-type="JTA">
<provider>org.hibernate.ejb.HibernatePersistence</provider>
<jta-data-source>ilda</jta-data-source>
<properties>
<property name="hibernate.hbm2ddl.auto" value="update"/>
<property name="hibernate.show_sql" value="true"/>
</properties>
</persistence-unit>
</persistence>
[Message sent by forum member 'samdoyle' (samdoyle)]
http://forums.java.net/jive/thread.jspa?messageID=238989
This message
: [
Message body
]
Next message
:
Piero Filippin: "Re: JMS behind firewall does not work :/"
Previous message
:
glassfish_at_javadesktop.org: "Re: Hibernate not working with GlassFish V2 now??"
In reply to
:
glassfish_at_javadesktop.org: "Re: Hibernate not working with GlassFish V2 now??"
Next in thread
:
glassfish_at_javadesktop.org: "Re: Hibernate not working with GlassFish V2 now??"
Reply
:
glassfish_at_javadesktop.org: "Re: Hibernate not working with GlassFish V2 now??"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]