users@glassfish.java.net

Re: Using Hibernate on Glassfish?

From: Sahoo <sanjeeb.sahoo_at_oracle.com>
Date: Wed, 04 May 2011 23:31:58 +0530

On Wednesday 04 May 2011 10:37 PM, Laird Nelson wrote:
>
> --library hibernate-*latest*.jar
>
> ...rather than:
>
> --library hibernate-*xxx*.jar
>
> ...which is what you typed, and which, in your example, was located
> under an applib subdirectory named "hibernate". Just trying to make
> sure I get this all right.
>
> If indeed you meant hibernate-latest.jar, where hibernate-latest.jar
> is the empty jar with the MANIFEST.MF-containing-a-Class-Path:-header,
> then I understand fully.
>
> Best,
> Laird
> Well, but surely you meant, then:
You are right. I did make a typo. I should have written --library
hibernate-latest.jar. I mixed xxx with latest as version tokens.

Sahoo