[Hibernate-JIRA] Created: (HHH-2418) Refer HSQL DB website in chapter 1.2.3
by Diego Pires Plentz (JIRA)
Refer HSQL DB website in chapter 1.2.3
--------------------------------------
Key: HHH-2418
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2418
Project: Hibernate3
Type: Improvement
Components: documentation
Versions: 3.2.2
Reporter: Diego Pires Plentz
"1.2.3. Hibernate configuration
We now have a persistent class and its mapping file in place. It is time to configure Hibernate. Before we do this, we will need a database. HSQL DB, a java-based SQL DBMS, can be downloaded from the HSQL DB website. Actually, you only need the hsqldb.jar from this download. Place this file in the lib/ directory of the development folder. "
to
"1.2.3. Hibernate configuration
We now have a persistent class and its mapping file in place. It is time to configure Hibernate. Before we do this, we will need a database. HSQL DB, a java-based SQL DBMS, can be downloaded from the HSQL DB website(http://hsqldb.org/). Actually, you only need the hsqldb.jar from this download. Place this file in the lib/ directory of the development folder. "
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
17 years, 6 months
[Hibernate-JIRA] Created: (HHH-2420) Error in 2.5. Contextual Sessions
by Diego Pires Plentz (JIRA)
Error in 2.5. Contextual Sessions
---------------------------------
Key: HHH-2420
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2420
Project: Hibernate3
Type: Improvement
Components: documentation
Reporter: Diego Pires Plentz
"Typically, the value of this parameter would just name the implementation class to use; for the three out-of-the-box implementations, however, there are **two** corresponding short names, "jta", "thread", and "managed"."
should be
"Typically, the value of this parameter would just name the implementation class to use; for the three out-of-the-box implementations, however, there are three corresponding short names, "jta", "thread", and "managed"."
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
17 years, 6 months