[jboss-jira] [JBoss JIRA] Commented: (JBAS-7222) Put the correct hibernate libs in the /client dir
Dimitris Andreadis (JIRA)
jira-events at lists.jboss.org
Wed Sep 2 08:47:24 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-7222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12484126#action_12484126 ]
Dimitris Andreadis commented on JBAS-7222:
------------------------------------------
I've added hibernate-commons-annotations.jar & hibernate-validator.jar
Regarding hibernate-client.jar, I see it produced by the ejb3 module in Branch_4_2:
<!-- build hibernate-client.jar -->
<!-- <unjar src="${hibernate.hibernate.lib}/hibernate3.jar"
dest="${build.classes}" /> -->
<jar jarfile="${build.lib}/hibernate-client.jar">
<zipfileset src="${hibernate.hibernate.lib}/hibernate3.jar">
<include name="org/hibernate/AssertionFailure.class"/>
<include name="org/hibernate/**/*Exception.class"/>
<include name="org/hibernate/collection/**"/>
<include name="org/hibernate/exception/Nestable*.class"/>
<include name="org/hibernate/exception/ExceptionUtils.class"/>
<include name="org/hibernate/engine/SessionImplementor.class"/>
<include name="org/hibernate/loader/CollectionAliases.class"/>
<include name="org/hibernate/persister/collection/**"/>
<include name="org/hibernate/pretty/MessageHelper.class"/>
<include name="org/hibernate/type/Type.class"/>
<include name="org/hibernate/EntityMode.class"/>
<include name="org/hibernate/util/**"/>
<include name="org/hibernate/proxy/**"/>
</zipfileset>
</jar>
Do we want to do the same, or just copy the whole hibernate3.jar?
> Put the correct hibernate libs in the /client dir
> -------------------------------------------------
>
> Key: JBAS-7222
> URL: https://jira.jboss.org/jira/browse/JBAS-7222
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Hibernate service
> Affects Versions: JBossAS-5.1.0.GA
> Reporter: Dimitris Andreadis
> Assignee: Dimitris Andreadis
> Fix For: JBossAS-5.2.0.Beta1, JBossAS-6.0.0.Alpha1
>
>
> We currently have hibernate-annotations.jar only.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list