that is: jta
I have following because I use c3p0 pool: <dependency> <groupId>c3p0</groupId> <artifactId>c3p0</artifactId> <version>0.9.0</version> </dependency> <dependency> <groupId>geronimo-spec</groupId> <artifactId>geronimo-spec-jta</artifactId> <version>1.0-M1</version> <scope>test</scope> </dependency> I'm not sure if geronimo spec if because of c3p0 or something else in my project i have jta-1.0.1B in my libs but it's not directly in the pom.xml, it's dependancy of sth else if maven is not finding jta download it from http://java.sun.com/products/jta/ go to folder where jta.jar is and call in command line: mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=jta.jar On 9/10/07, Angelo Chen <[EMAIL PROTECTED]> wrote: > > > Hi Davor, > > Thanks for the sharing of your hibernate.cfg.xml, the problem went away, > now > elimating some other exceptions, the last one seems this > javax/transaction/Synchronization, any idea what package contains this? > > A.C. > > > Davor Hrg wrote: > > > > <?xml version="1.0" encoding="UTF-8"?> > > > > > > -- > View this message in context: > http://www.nabble.com/T5%3A-Hibernate-tf4409684.html#a12588145 > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >