RE: [Hibernate] More information on How to Hibernate with PostgreSQL

2005-07-19 Thread Steve Ebersole
Easy copy-n-paste ;)

-Original Message-
From: Emmanuel Bernard [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 19, 2005 4:59 PM
To: Steve Ebersole
Cc: hibernate-devel@lists.sourceforge.net
Subject: Re: [Hibernate] More information on How to Hibernate with PostgreSQL

Lol,
This is actually the nicest answer *ever* for a user forum question on 
this list. Kudos Steve!

Steve Ebersole wrote:

>Not sure what exactly this has to do with the development of Hibernate.
>
>-Original Message-
>From: fabio quimbay [mailto:[EMAIL PROTECTED] 
>Sent: Tuesday, July 19, 2005 3:36 PM
>To: Steve Ebersole
>Cc: hibernate-devel@lists.sourceforge.net
>Subject: Re: [Hibernate] More information on How to Hibernate with
>PostgreSQL
>
>Greetings, ...
>
>You can try to see this manual,
>
>Spanish: http://programacion.net/java/tutorial/hibernate/
>English: http://www.gloegl.de/5.html
>
>it can be a little more specify.
>
>2005/7/19, Steve Ebersole <[EMAIL PROTECTED]>:
>  
>
>>Not sure what exactly this has to do with the development of
>>
>>
>Hibernate.
>  
>
>>I think you are looking for the user forums.
>>
>>-Original Message-
>>From: [EMAIL PROTECTED]
>>[mailto:[EMAIL PROTECTED] On Behalf Of
>>
>>
>Sameer
>  
>
>>Nanda
>>Sent: Tuesday, July 19, 2005 9:47 AM
>>To: hibernate-devel@lists.sourceforge.net
>>Subject: [Hibernate] More information on How to Hibernate with
>>PostgreSQL
>>
>>Hi All,
>>
>>
>>I am trying to configure Hibernate with PostgreSQL 8.0.0, and I am
>>following the "Getting Started" instructions as shown here:
>>http://www.hibernate.org/152.html
>>
>>I was able to download, unpask hibenate, placed the JDBC driver for
>>PostgreSQL (for jdk 1.5 and PostgreSQL 8.0.0)
>>postgresql-8.0-311.jdbc3.jar in the lib folder of hibernate3.0.
>>
>>Next I edited the hibernate.properties file which looks like this:
>>
>>## PostgreSQL
>>
>>hibernate.dialect org.hibernate.dialect.PostgreSQLDialect
>>hibernate.connection.driver_class org.postgresql.Driver
>>hibernate.connection.url jdbc:postgresql://u15.mm.com:5432
>>hibernate.connection.username postgres
>>hibernate.connection.password *
>>#hibernate.query.substitutions yes 'Y', no 'N'
>>
>>
>>Then I copied the antlr-2.7.5H3.jar and the junit-3.8.1.jar files to
>>the ANT_HOME/lib folder
>>
>>
>>Later when I try to run the sample eg , it gives me the following
>>
>>
>error:
>  
>
>>ant eg
>>Buildfile: build.xml
>>
>>BUILD FAILED
>>file:/a/data/downloads/hibernate-3.0/build.xml:92: taskdef class
>>org.apache.tools.ant.taskdefs.optional.ANTLR cannot be found
>>
>>Total time: 0 seconds
>>
>>
>>
>>Is theres anythign I am missing ??? I would be pleased if anyone can
>>point our my mistake, also if someone knows of a more detailed
>>documentation on this.
>>
>>All comments and suggestions appreicated. Thanks in advance.
>>
>>Regards,
>>Sam
>>
>>
>>---
>>SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
>>from IBM. Find simple to follow Roadmaps, straightforward articles,
>>informative Webcasts and more! Get everything you need to get up to
>>speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=ick
>>___
>>hibernate-devel mailing list
>>hibernate-devel@lists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/hibernate-devel
>>
>>
>>---
>>SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
>>from IBM. Find simple to follow Roadmaps, straightforward articles,
>>informative Webcasts and more! Get everything you need to get up to
>>speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opclick
>>___
>>hibernate-devel mailing list
>>hibernate-devel@lists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/hibernate-devel
>>
>>
>>
>
>
>  
>






___ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Re: [Hibernate] More information on How to Hibernate with PostgreSQL

2005-07-19 Thread Emmanuel Bernard

Lol,
This is actually the nicest answer *ever* for a user forum question on 
this list. Kudos Steve!


Steve Ebersole wrote:


Not sure what exactly this has to do with the development of Hibernate.

-Original Message-
From: fabio quimbay [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 19, 2005 3:36 PM

To: Steve Ebersole
Cc: hibernate-devel@lists.sourceforge.net
Subject: Re: [Hibernate] More information on How to Hibernate with
PostgreSQL

Greetings, ...

You can try to see this manual,

Spanish: http://programacion.net/java/tutorial/hibernate/
English: http://www.gloegl.de/5.html

it can be a little more specify.

2005/7/19, Steve Ebersole <[EMAIL PROTECTED]>:
 


Not sure what exactly this has to do with the development of
   


Hibernate.
 


I think you are looking for the user forums.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
   


Sameer
 


Nanda
Sent: Tuesday, July 19, 2005 9:47 AM
To: hibernate-devel@lists.sourceforge.net
Subject: [Hibernate] More information on How to Hibernate with
PostgreSQL

Hi All,


I am trying to configure Hibernate with PostgreSQL 8.0.0, and I am
following the "Getting Started" instructions as shown here:
http://www.hibernate.org/152.html

I was able to download, unpask hibenate, placed the JDBC driver for
PostgreSQL (for jdk 1.5 and PostgreSQL 8.0.0)
postgresql-8.0-311.jdbc3.jar in the lib folder of hibernate3.0.

Next I edited the hibernate.properties file which looks like this:

## PostgreSQL

hibernate.dialect org.hibernate.dialect.PostgreSQLDialect
hibernate.connection.driver_class org.postgresql.Driver
hibernate.connection.url jdbc:postgresql://u15.mm.com:5432
hibernate.connection.username postgres
hibernate.connection.password *
#hibernate.query.substitutions yes 'Y', no 'N'


Then I copied the antlr-2.7.5H3.jar and the junit-3.8.1.jar files to
the ANT_HOME/lib folder


Later when I try to run the sample eg , it gives me the following
   


error:
 


ant eg
Buildfile: build.xml

BUILD FAILED
file:/a/data/downloads/hibernate-3.0/build.xml:92: taskdef class
org.apache.tools.ant.taskdefs.optional.ANTLR cannot be found

Total time: 0 seconds



Is theres anythign I am missing ??? I would be pleased if anyone can
point our my mistake, also if someone knows of a more detailed
documentation on this.

All comments and suggestions appreicated. Thanks in advance.

Regards,
Sam


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=ick
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opclick
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

   




 








___ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


RE: [Hibernate] More information on How to Hibernate with PostgreSQL

2005-07-19 Thread Steve Ebersole
Not sure what exactly this has to do with the development of Hibernate.

-Original Message-
From: fabio quimbay [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 19, 2005 3:36 PM
To: Steve Ebersole
Cc: hibernate-devel@lists.sourceforge.net
Subject: Re: [Hibernate] More information on How to Hibernate with
PostgreSQL

Greetings, ...

You can try to see this manual,

Spanish: http://programacion.net/java/tutorial/hibernate/
English: http://www.gloegl.de/5.html

it can be a little more specify.

2005/7/19, Steve Ebersole <[EMAIL PROTECTED]>:
> Not sure what exactly this has to do with the development of
Hibernate.
> 
> I think you are looking for the user forums.
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
Sameer
> Nanda
> Sent: Tuesday, July 19, 2005 9:47 AM
> To: hibernate-devel@lists.sourceforge.net
> Subject: [Hibernate] More information on How to Hibernate with
> PostgreSQL
> 
> Hi All,
> 
> 
> I am trying to configure Hibernate with PostgreSQL 8.0.0, and I am
> following the "Getting Started" instructions as shown here:
> http://www.hibernate.org/152.html
> 
> I was able to download, unpask hibenate, placed the JDBC driver for
> PostgreSQL (for jdk 1.5 and PostgreSQL 8.0.0)
> postgresql-8.0-311.jdbc3.jar in the lib folder of hibernate3.0.
> 
> Next I edited the hibernate.properties file which looks like this:
> 
> ## PostgreSQL
> 
> hibernate.dialect org.hibernate.dialect.PostgreSQLDialect
> hibernate.connection.driver_class org.postgresql.Driver
> hibernate.connection.url jdbc:postgresql://u15.mm.com:5432
> hibernate.connection.username postgres
> hibernate.connection.password *
> #hibernate.query.substitutions yes 'Y', no 'N'
> 
> 
> Then I copied the antlr-2.7.5H3.jar and the junit-3.8.1.jar files to
> the ANT_HOME/lib folder
> 
> 
> Later when I try to run the sample eg , it gives me the following
error:
> 
> 
> ant eg
> Buildfile: build.xml
> 
> BUILD FAILED
> file:/a/data/downloads/hibernate-3.0/build.xml:92: taskdef class
> org.apache.tools.ant.taskdefs.optional.ANTLR cannot be found
> 
> Total time: 0 seconds
> 
> 
> 
> Is theres anythign I am missing ??? I would be pleased if anyone can
> point our my mistake, also if someone knows of a more detailed
> documentation on this.
> 
> All comments and suggestions appreicated. Thanks in advance.
> 
> Regards,
> Sam
> 
> 
> ---
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=ick
> ___
> hibernate-devel mailing list
> hibernate-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
> 
> 
> ---
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opclick
> ___
> hibernate-devel mailing list
> hibernate-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
> 


-- 
fabio quimbay


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Re: [Hibernate] More information on How to Hibernate with PostgreSQL

2005-07-19 Thread fabio quimbay
I agree, sorry.

2005/7/19, Steve Ebersole <[EMAIL PROTECTED]>:
> Not sure what exactly this has to do with the development of Hibernate.
> 
> -Original Message-
> From: fabio quimbay [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 19, 2005 3:36 PM
> To: Steve Ebersole
> Cc: hibernate-devel@lists.sourceforge.net
> Subject: Re: [Hibernate] More information on How to Hibernate with
> PostgreSQL
> 
> Greetings, ...
> 
> You can try to see this manual,
> 
> Spanish: http://programacion.net/java/tutorial/hibernate/
> English: http://www.gloegl.de/5.html
> 
> it can be a little more specify.
> 
> 2005/7/19, Steve Ebersole <[EMAIL PROTECTED]>:
> > Not sure what exactly this has to do with the development of
> Hibernate.
> >
> > I think you are looking for the user forums.
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> Sameer
> > Nanda
> > Sent: Tuesday, July 19, 2005 9:47 AM
> > To: hibernate-devel@lists.sourceforge.net
> > Subject: [Hibernate] More information on How to Hibernate with
> > PostgreSQL
> >
> > Hi All,
> >
> >
> > I am trying to configure Hibernate with PostgreSQL 8.0.0, and I am
> > following the "Getting Started" instructions as shown here:
> > http://www.hibernate.org/152.html
> >
> > I was able to download, unpask hibenate, placed the JDBC driver for
> > PostgreSQL (for jdk 1.5 and PostgreSQL 8.0.0)
> > postgresql-8.0-311.jdbc3.jar in the lib folder of hibernate3.0.
> >
> > Next I edited the hibernate.properties file which looks like this:
> >
> > ## PostgreSQL
> >
> > hibernate.dialect org.hibernate.dialect.PostgreSQLDialect
> > hibernate.connection.driver_class org.postgresql.Driver
> > hibernate.connection.url jdbc:postgresql://u15.mm.com:5432
> > hibernate.connection.username postgres
> > hibernate.connection.password *
> > #hibernate.query.substitutions yes 'Y', no 'N'
> >
> >
> > Then I copied the antlr-2.7.5H3.jar and the junit-3.8.1.jar files to
> > the ANT_HOME/lib folder
> >
> >
> > Later when I try to run the sample eg , it gives me the following
> error:
> >
> >
> > ant eg
> > Buildfile: build.xml
> >
> > BUILD FAILED
> > file:/a/data/downloads/hibernate-3.0/build.xml:92: taskdef class
> > org.apache.tools.ant.taskdefs.optional.ANTLR cannot be found
> >
> > Total time: 0 seconds
> >
> >
> >
> > Is theres anythign I am missing ??? I would be pleased if anyone can
> > point our my mistake, also if someone knows of a more detailed
> > documentation on this.
> >
> > All comments and suggestions appreicated. Thanks in advance.
> >
> > Regards,
> > Sam
> >
> >
> > ---
> > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> > from IBM. Find simple to follow Roadmaps, straightforward articles,
> > informative Webcasts and more! Get everything you need to get up to
> > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=ick
> > ___
> > hibernate-devel mailing list
> > hibernate-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/hibernate-devel
> >
> >
> > ---
> > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> > from IBM. Find simple to follow Roadmaps, straightforward articles,
> > informative Webcasts and more! Get everything you need to get up to
> > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opclick
> > ___
> > hibernate-devel mailing list
> > hibernate-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/hibernate-devel
> >
> 
> 
> --
> fabio quimbay
> 


-- 
fabio quimbay


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Re: [Hibernate] More information on How to Hibernate with PostgreSQL

2005-07-19 Thread fabio quimbay
Greetings, ...

You can try to see this manual,

Spanish: http://programacion.net/java/tutorial/hibernate/
English: http://www.gloegl.de/5.html

it can be a little more specify.

2005/7/19, Steve Ebersole <[EMAIL PROTECTED]>:
> Not sure what exactly this has to do with the development of Hibernate.
> 
> I think you are looking for the user forums.
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Sameer
> Nanda
> Sent: Tuesday, July 19, 2005 9:47 AM
> To: hibernate-devel@lists.sourceforge.net
> Subject: [Hibernate] More information on How to Hibernate with
> PostgreSQL
> 
> Hi All,
> 
> 
> I am trying to configure Hibernate with PostgreSQL 8.0.0, and I am
> following the "Getting Started" instructions as shown here:
> http://www.hibernate.org/152.html
> 
> I was able to download, unpask hibenate, placed the JDBC driver for
> PostgreSQL (for jdk 1.5 and PostgreSQL 8.0.0)
> postgresql-8.0-311.jdbc3.jar in the lib folder of hibernate3.0.
> 
> Next I edited the hibernate.properties file which looks like this:
> 
> ## PostgreSQL
> 
> hibernate.dialect org.hibernate.dialect.PostgreSQLDialect
> hibernate.connection.driver_class org.postgresql.Driver
> hibernate.connection.url jdbc:postgresql://u15.mm.com:5432
> hibernate.connection.username postgres
> hibernate.connection.password *
> #hibernate.query.substitutions yes 'Y', no 'N'
> 
> 
> Then I copied the antlr-2.7.5H3.jar and the junit-3.8.1.jar files to
> the ANT_HOME/lib folder
> 
> 
> Later when I try to run the sample eg , it gives me the following error:
> 
> 
> ant eg
> Buildfile: build.xml
> 
> BUILD FAILED
> file:/a/data/downloads/hibernate-3.0/build.xml:92: taskdef class
> org.apache.tools.ant.taskdefs.optional.ANTLR cannot be found
> 
> Total time: 0 seconds
> 
> 
> 
> Is theres anythign I am missing ??? I would be pleased if anyone can
> point our my mistake, also if someone knows of a more detailed
> documentation on this.
> 
> All comments and suggestions appreicated. Thanks in advance.
> 
> Regards,
> Sam
> 
> 
> ---
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=ick
> ___
> hibernate-devel mailing list
> hibernate-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
> 
> 
> ---
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opclick
> ___
> hibernate-devel mailing list
> hibernate-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
> 


-- 
fabio quimbay


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Re: [Hibernate] Fwd: [Hibernate-commits] Hibernate3/src/org/hibernate/util ArrayHelper.java,1.14,1.15

2005-07-19 Thread Max Rydahl Andersen
On Tue, 19 Jul 2005 20:31:03 +0200, Gavin King <[EMAIL PROTECTED]>  
wrote:



'Cos it sucks and was obsoleted by  and was never documented.


ok fair enough ;)

/max




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Max
Rydahl Andersen
Sent: Tuesday, 19 July 2005 2:24 PM
To: Hibernate development
Subject: [Hibernate] Fwd: [Hibernate-commits]
Hibernate3/src/org/hibernate/util ArrayHelper.java,1.14,1.15


Seen in cvs commit:
removed support for query-list

...why ?

/max



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel





---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


RE: [Hibernate] Fwd: [Hibernate-commits] Hibernate3/src/org/hibernate/util ArrayHelper.java,1.14,1.15

2005-07-19 Thread Gavin King
'Cos it sucks and was obsoleted by  and was never documented.

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Max
Rydahl Andersen
Sent: Tuesday, 19 July 2005 2:24 PM
To: Hibernate development
Subject: [Hibernate] Fwd: [Hibernate-commits]
Hibernate3/src/org/hibernate/util ArrayHelper.java,1.14,1.15


Seen in cvs commit:
removed support for query-list

...why ?

/max



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[Hibernate] Fwd: [Hibernate-commits] Hibernate3/src/org/hibernate/util ArrayHelper.java,1.14,1.15

2005-07-19 Thread Max Rydahl Andersen


Seen in cvs commit:
removed support for query-list

...why ?

/max



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


RE: [Hibernate] More information on How to Hibernate with PostgreSQL

2005-07-19 Thread Steve Ebersole
Not sure what exactly this has to do with the development of Hibernate.

I think you are looking for the user forums.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sameer
Nanda
Sent: Tuesday, July 19, 2005 9:47 AM
To: hibernate-devel@lists.sourceforge.net
Subject: [Hibernate] More information on How to Hibernate with
PostgreSQL

Hi All,


I am trying to configure Hibernate with PostgreSQL 8.0.0, and I am
following the "Getting Started" instructions as shown here:
http://www.hibernate.org/152.html

I was able to download, unpask hibenate, placed the JDBC driver for
PostgreSQL (for jdk 1.5 and PostgreSQL 8.0.0)
postgresql-8.0-311.jdbc3.jar in the lib folder of hibernate3.0.

Next I edited the hibernate.properties file which looks like this:

## PostgreSQL

hibernate.dialect org.hibernate.dialect.PostgreSQLDialect
hibernate.connection.driver_class org.postgresql.Driver
hibernate.connection.url jdbc:postgresql://u15.mm.com:5432
hibernate.connection.username postgres
hibernate.connection.password *
#hibernate.query.substitutions yes 'Y', no 'N'


Then I copied the antlr-2.7.5H3.jar and the junit-3.8.1.jar files to
the ANT_HOME/lib folder


Later when I try to run the sample eg , it gives me the following error:


ant eg
Buildfile: build.xml

BUILD FAILED
file:/a/data/downloads/hibernate-3.0/build.xml:92: taskdef class
org.apache.tools.ant.taskdefs.optional.ANTLR cannot be found

Total time: 0 seconds



Is theres anythign I am missing ??? I would be pleased if anyone can
point our my mistake, also if someone knows of a more detailed
documentation on this.

All comments and suggestions appreicated. Thanks in advance.

Regards,
Sam


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=ick
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[Hibernate] More information on How to Hibernate with PostgreSQL

2005-07-19 Thread Sameer Nanda
Hi All,


I am trying to configure Hibernate with PostgreSQL 8.0.0, and I am
following the "Getting Started" instructions as shown here:
http://www.hibernate.org/152.html

I was able to download, unpask hibenate, placed the JDBC driver for
PostgreSQL (for jdk 1.5 and PostgreSQL 8.0.0)
postgresql-8.0-311.jdbc3.jar in the lib folder of hibernate3.0.

Next I edited the hibernate.properties file which looks like this:

## PostgreSQL

hibernate.dialect org.hibernate.dialect.PostgreSQLDialect
hibernate.connection.driver_class org.postgresql.Driver
hibernate.connection.url jdbc:postgresql://u15.mm.com:5432
hibernate.connection.username postgres
hibernate.connection.password *
#hibernate.query.substitutions yes 'Y', no 'N'


Then I copied the antlr-2.7.5H3.jar and the junit-3.8.1.jar files to
the ANT_HOME/lib folder


Later when I try to run the sample eg , it gives me the following error:


ant eg
Buildfile: build.xml

BUILD FAILED
file:/a/data/downloads/hibernate-3.0/build.xml:92: taskdef class
org.apache.tools.ant.taskdefs.optional.ANTLR cannot be found

Total time: 0 seconds



Is theres anythign I am missing ??? I would be pleased if anyone can
point our my mistake, also if someone knows of a more detailed
documentation on this.

All comments and suggestions appreicated. Thanks in advance.

Regards,
Sam


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel