FWIW - I've upgraded to hibernate-annotations 3.3.0.ga in SVN.
http://issues.appfuse.org/browse/APF-853
Matt
fadhlirahim wrote:
>
> Sorry for replying so late Matt.I had a problem with composite id using
> annotations and I read from the hibernate forum to upgrade to the latest
> hibernate li
No - you only need it if you're using JPA.
Matt
On 8/22/07, fadhli <[EMAIL PROTECTED]> wrote:
> Matt, everyone,
>
> Do we need to use hibernate-entity-manager along side with hibernate
> annotations?
>
> On 8/23/07, fadhli <[EMAIL PROTECTED]> wrote:
> >
> > Sorry for replying so late Matt.I had
Matt, everyone,
Do we need to use hibernate-entity-manager along side with hibernate
annotations?
On 8/23/07, fadhli <[EMAIL PROTECTED]> wrote:
>
> Sorry for replying so late Matt.I had a problem with composite id using
> annotations and I read from the hibernate forum to upgrade to the latest
>
Sorry for replying so late Matt.I had a problem with composite id using
annotations and I read from the hibernate forum to upgrade to the latest
hibernate library files. I didnt' know I would've entered a whole new mess.
On 8/22/07, Matt Raible <[EMAIL PROTECTED]> wrote:
>
> Sounds like a bug in h
This solves the dependency resolution problem, but it creates a new
problem. I've posted the details on Hibernate's forums.
http://forum.hibernate.org/viewtopic.php?p=2362810
Thanks,
Matt
On 8/22/07, Michael Horwitz <[EMAIL PROTECTED]> wrote:
> One solution may be to add the JBoss repository to
One solution may be to add the JBoss repository to the list in the pom.xml:
it seems to have everything JBoss related in it:
http://repository.jboss.com/maven2/
Mike
On 8/22/07, Matt Raible <[EMAIL PROTECTED]> wrote:
>
> It looks like hibernate-entitymanager 3.2.1.ga has a similar issue -
> bug I
It looks like hibernate-entitymanager 3.2.1.ga has a similar issue -
bug I can't find jboss-common-core in Maven's central repo:
Missing:
--
1) jboss:jboss-common-core:jar:2.0.4.GA
Try downloading the file manually from the project website.
Then, install it using the command:
m
According to mvnrepository its all there:
http://mvnrepository.com/artifact/org.hibernate/hibernate-commons-annotations.
Looks like Hibernate have added a new package to their stack for 3.3.0.ga?
Mike
On 8/22/07, Matt Raible <[EMAIL PROTECTED]> wrote:
>
> Sounds like a bug in hibernate-annotation
Sounds like a bug in hibernate-annotations, no? It doesn't look like
this JAR is in the central Maven repo, nor does hibernate-annotations
contain a dependency on it.
Below are the versions of Hibernate we're currently using in AppFuse:
3.2.5.ga
3.2.1.ga
3.2.1.ga
Why did