Re: Spring 2.0, hibernate/ejb 3

2006-07-19 Thread Carlos Sanchez
now it is ;) On 7/17/06, Markus Wolf [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 it's already in ibiblio Not the final release. - -- __ Markus Wolf Wedeler Landstrasse 63 22559 Hamburg tel: (+49) 40 / 550 083 70

Re: Spring 2.0, hibernate/ejb 3

2006-07-17 Thread Markus Wolf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hibernate annotations have a dependency on the javax.persistence jar, which of course isn available but i got the correct iteration (the one shipped in hibernate-annotations' lib dir for 3.0beta2 and placed it in my private repository.. so that

Re: Spring 2.0, hibernate/ejb 3

2006-07-17 Thread Josh Long
Ah so.. i'll have a whack at that, thank you both so much! Josh On 7/17/06, Markus Wolf [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hibernate annotations have a dependency on the javax.persistence jar, which of course isn available but i got the correct iteration

Re: Spring 2.0, hibernate/ejb 3

2006-07-17 Thread Carlos Sanchez
it's already in ibiblio On 7/17/06, Josh Long [EMAIL PROTECTED] wrote: Ah so.. i'll have a whack at that, thank you both so much! Josh On 7/17/06, Markus Wolf [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hibernate annotations have a dependency on the

Re: Spring 2.0, hibernate/ejb 3

2006-07-17 Thread Markus Wolf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 it's already in ibiblio Not the final release. - -- __ Markus Wolf Wedeler Landstrasse 63 22559 Hamburg tel: (+49) 40 / 550 083 70 mob: (+49) 177 / 288 48 67 web: http://www.matrixweb.de icq:

Re: Spring 2.0, hibernate/ejb 3

2006-07-14 Thread andy_rs
This works for me .. not exhaustively tested but have gotten schema creation + insertion of data working. Combination of putting session factory in spring + using annotations for classes means you get away without needing any 'native' hibernate xml. Had to do the same thing with persistence +

Spring 2.0, hibernate/ejb 3

2006-07-13 Thread Josh Long
Has anyone gotten the latest (or something close to a 2.0 release, and not 1.2.6) iteration of Spring, Hibernate 3 and ejb/hibrnate annotations to work? if so, what would the pom for that look like? My salient points on my old POM looks like this: dependency