[jboss-jira] [JBoss JIRA] Created: (HIBERNATE-97) Clarifications about jta.jar and jboss-j2ee.jar in the Reference Guide - Tutorial
Juraci Costa (JIRA)
jira-events at lists.jboss.org
Tue Jun 3 12:37:31 EDT 2008
Clarifications about jta.jar and jboss-j2ee.jar in the Reference Guide - Tutorial
---------------------------------------------------------------------------------
Key: HIBERNATE-97
URL: http://jira.jboss.com/jira/browse/HIBERNATE-97
Project: Hibernate
Issue Type: Bug
Environment: Documentation
Reporter: Juraci Costa
Assigned To: Steve Ebersole
In Hibernate_Reference_Guide.pdf , page 17, it lists all the required libraries to run Hibernate. It lists jta.jar file, which is not included in the package with this name. The lib jboss-j2ee.jar, which implements JTA, is included, but the user *may* find it difficult to link jta.jar with jboss-j2ee.jar, considering it is in the "tutorial" part . So, the suggestion is to put a note in the documentation about this, maybe like the note about log4j.
Suggestion:
Before:
more or less libraries. See the README.txt file in the lib/ directory of the Hibernate distribution
for more information about required and optional third-party libraries. (Actually, Log4j is not
required but preferred by many developers.)
After:
more or less libraries. See the README.txt file in the lib/ directory of the Hibernate distribution
for more information about required and optional third-party libraries.
Note: The lib Log4j is not required but preferred by many developers.
Note 2:Instead of jta.jar, use your preferred JTA implementation. In
the Hibernate distribution, you can use jboss-j2ee.jar for this purpose.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list