Support for Hibernate v.3.3

4 messages Options
Embed this post
Permalink
Aalto Jukka

Support for Hibernate v.3.3

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)

Hello,

 

I want to know when the support for Hibernate v.3.3 is coming?

 

Jukka


_______________________________________________
hibernatespatial-users mailing list
[hidden email]
http://www.hibernatespatial.org/cgi-bin/mailman/listinfo/hibernatespatial-users
Marc Canaleta

Re: Support for Hibernate v.3.3

Reply Threaded More More options
Print post
Permalink
We are using Hibernate Spatial with Hibernate 3.3.1.GA successfully.
If you use maven, you can use the following set of dependencies and
exclusions (in this case we are using postgis).

        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-annotations</artifactId>
            <version>3.4.0.GA</version>
        </dependency>
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-core</artifactId>
            <version>3.3.1.GA</version>
            <exclusions>
                <exclusion>
                    <groupId>cglib</groupId>
                    <artifactId>cglib</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>asm</groupId>
                    <artifactId>asm</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>asm</groupId>
                    <artifactId>asm-attrs</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>org.hibernatespatial</groupId>
            <artifactId>hibernate-spatial-postgis</artifactId>
            <version>1.0-M2</version>
            <exclusions>
                <exclusion>
                    <groupId>org.hibernate</groupId>
                    <artifactId>hibernate</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>cglib</groupId>
            <artifactId>cglib-nodep</artifactId>
            <version>2.1_3</version>
        </dependency>

Best regards,


2009/5/13 Aalto Jukka <[hidden email]>:

> Hello,
>
>
>
> I want to know when the support for Hibernate v.3.3 is coming?
>
>
>
> Jukka
>
> _______________________________________________
> hibernatespatial-users mailing list
> [hidden email]
> http://www.hibernatespatial.org/cgi-bin/mailman/listinfo/hibernatespatial-users
>
>
_______________________________________________
hibernatespatial-users mailing list
[hidden email]
http://www.hibernatespatial.org/cgi-bin/mailman/listinfo/hibernatespatial-users
Aalto Jukka

Re: Support for Hibernate v.3.3

Reply Threaded More More options
Print post
Permalink
I got Hibernate Spatial work with Hibernate 3.3.1.GA. I thought that it doesn't work yet, because tutorial (http://www.hibernatespatial.org/tutorial.html) prefers version 3.2.

Thanks

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Marc Canaleta
Sent: 13. toukokuuta 2009 13:52
To: Hibernate Spatial Users Discussion
Subject: Re: [hibernatespatial-users] Support for Hibernate v.3.3

We are using Hibernate Spatial with Hibernate 3.3.1.GA successfully.
If you use maven, you can use the following set of dependencies and
exclusions (in this case we are using postgis).

        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-annotations</artifactId>
            <version>3.4.0.GA</version>
        </dependency>
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-core</artifactId>
            <version>3.3.1.GA</version>
            <exclusions>
                <exclusion>
                    <groupId>cglib</groupId>
                    <artifactId>cglib</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>asm</groupId>
                    <artifactId>asm</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>asm</groupId>
                    <artifactId>asm-attrs</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>org.hibernatespatial</groupId>
            <artifactId>hibernate-spatial-postgis</artifactId>
            <version>1.0-M2</version>
            <exclusions>
                <exclusion>
                    <groupId>org.hibernate</groupId>
                    <artifactId>hibernate</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>cglib</groupId>
            <artifactId>cglib-nodep</artifactId>
            <version>2.1_3</version>
        </dependency>

Best regards,


2009/5/13 Aalto Jukka <[hidden email]>:

> Hello,
>
>
>
> I want to know when the support for Hibernate v.3.3 is coming?
>
>
>
> Jukka
>
> _______________________________________________
> hibernatespatial-users mailing list
> [hidden email]
> http://www.hibernatespatial.org/cgi-bin/mailman/listinfo/hibernatespatial-users
>
>
_______________________________________________
hibernatespatial-users mailing list
[hidden email]
http://www.hibernatespatial.org/cgi-bin/mailman/listinfo/hibernatespatial-users
_______________________________________________
hibernatespatial-users mailing list
[hidden email]
http://www.hibernatespatial.org/cgi-bin/mailman/listinfo/hibernatespatial-users
Karel Maesen

Re: Support for Hibernate v.3.3

Reply Threaded More More options
Print post
Permalink
In reply to this post by Aalto Jukka
Hi,

It's already been used with Hibernate v3.3 (see Marc Canaleta's  
post), so you should not have any problems using Hibernate Spatial  
with v3.3.

Documentation and tutorial will be updated in due course.

Regards,

Karel
On 13 May 2009, at 12:31, Aalto Jukka wrote:

> Hello,
>
>
>
> I want to know when the support for Hibernate v.3.3 is coming?
>
>
>
> Jukka
>
> _______________________________________________
> hibernatespatial-users mailing list
> [hidden email]
> http://www.hibernatespatial.org/cgi-bin/mailman/listinfo/ 
> hibernatespatial-users

_______________________________________________
hibernatespatial-users mailing list
[hidden email]
http://www.hibernatespatial.org/cgi-bin/mailman/listinfo/hibernatespatial-users