-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 
Author Message
 Post subject: Build error in Annotations
PostPosted: Tue Apr 19, 2005 3:32 pm 
Senior
Senior

Joined: Tue Mar 02, 2004 6:17 pm
Posts: 151
It seems someone forgot to commit some updates into CVS. Hibernate3 builds fine but HibernateExt dies with:

Code:
compile:
    [javac] Compiling 50 source files to C:\Documents and Settings\Gili\My Docum
ents\hibernate\HibernateExt\metadata\build\classes
    [javac] C:/Documents and Settings/Gili/My Documents/hibernate/HibernateExt/metadata/src/java/org/hibernate/cfg/AnnotationBinder.java:1306: cannot find symbol
    [javac] symbol  : constructor OneToOne(org.hibernate.mapping.Table,org.hiber
nate.mapping.KeyValue)
    [javac] location: class org.hibernate.mapping.OneToOne
    [javac]                     org.hibernate.mapping.OneToOne value = new org.hibernate.mapping.OneToOne( propertyHolder.getTable(), propertyHolder.getIdentifier() );
    [javac]                                                                ^
    [javac] 1 error


Can you please commit the updated OneToOne class?

Thanks,
Gili


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2005 6:49 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
Year, Gavin is a specialist in this area ;-)
To be honest, I don't know when hibernate 3.0.2 will be out, so I'd rather keep Hibernate Annotations 3.0.1 compatible, thus not be in sync with hibernate head.
WDYT?

_________________
Emmanuel


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2005 6:53 pm 
Senior
Senior

Joined: Tue Mar 02, 2004 6:17 pm
Posts: 151
emmanuel wrote:
Year, Gavin is a specialist in this area ;-)
To be honest, I don't know when hibernate 3.0.2 will be out, so I'd rather keep Hibernate Annotations 3.0.1 compatible, thus not be in sync with hibernate head.
WDYT?


What does WDYT mean?
I don't mind keeping Hibernate Annotations in sync with Hibernate 3.0.1, but then how do I build it? Do I simply drop in the Hibernate 3.0.1 JAR into the hibernate-3.0 directory or is there a cleaner way?

Gili


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2005 7:07 pm 
Senior
Senior

Joined: Tue Mar 02, 2004 6:17 pm
Posts: 151
cowwoc wrote:
emmanuel wrote:
Year, Gavin is a specialist in this area ;-)
To be honest, I don't know when hibernate 3.0.2 will be out, so I'd rather keep Hibernate Annotations 3.0.1 compatible, thus not be in sync with hibernate head.
WDYT?


What does WDYT mean?
I don't mind keeping Hibernate Annotations in sync with Hibernate 3.0.1, but then how do I build it? Do I simply drop in the Hibernate 3.0.1 JAR into the hibernate-3.0 directory or is there a cleaner way?

Gili


Ah, nevermind, got it :)

WDYT = What do you think (I googled it)

and as for building against Hibernate 3.01, I simply did a checkout against tag "v301" and that did it.

Thank you!
Gili


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2005 7:08 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
WDYT = What Do You Think.
After having hard time to understand those dummy english acronyms, I found my bible http://www.acronymfinder.com.

Yes, the easiest solution would be to pick up the hibernate jar from the 3.0.1 distro.

_________________
Emmanuel


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.