git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6466 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Christian Bauer 2005-04-19 17:36:44 +00:00
parent bc5234ccfa
commit 23824bbc8d
1 changed files with 2 additions and 1 deletions

View File

@ -1612,6 +1612,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect]]></programlisting>
<programlisting><![CDATA[<?xml version="1.0"?> <programlisting><![CDATA[<?xml version="1.0"?>
<server> <server>
<mbean code="org.hibernate.jmx.HibernateService" <mbean code="org.hibernate.jmx.HibernateService"
name="jboss.jca:service=HibernateFactory,name=HibernateFactory"> name="jboss.jca:service=HibernateFactory,name=HibernateFactory">
@ -1658,7 +1659,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect]]></programlisting>
to package Hibernate, its required third-party libraries, your compiled persistent classes, to package Hibernate, its required third-party libraries, your compiled persistent classes,
as well as your mapping files in the same archive. Your enterprise beans (usually session as well as your mapping files in the same archive. Your enterprise beans (usually session
beans) may be kept in their own JAR file, but you may include this EJB JAR file in the beans) may be kept in their own JAR file, but you may include this EJB JAR file in the
your main service archive to get a single (hot-)deployable unit. Consult the JBoss AS main service archive to get a single (hot-)deployable unit. Consult the JBoss AS
documentation for more information about JMX service and EJB deployment. documentation for more information about JMX service and EJB deployment.
</para> </para>