View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20060419023108
TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:85: The following error occurred while executing this line: /home/cruisecontrol/work/sc
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite?log=log20060419011347
TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:120: The following error occurred while executing this line: /home/cruisecontrol/work/sc
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle10-testsuite?log=log20060419001931
TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:99: The following error occurred while executing this line: /home/cruisecontrol/work/
please go to forum.hibernate.org for user questions.
/max
Hallo,
can help me somebody.
I wan't to to execute following MySQL-statement in hibernate:
SELECT b.*, s* FROM bbp_test.BLSBAS b left outer join bbp_test.BLSSTR s
on b.SBLS=s.SBLS where b.sbls like '%N710900%'
The two tables are no
Hallo,
can help me somebody.
I wan't to to execute following MySQL-statement in hibernate:
SELECT b.*, s* FROM bbp_test.BLSBAS b left outer join bbp_test.BLSSTR s on
b.SBLS=s.SBLS where b.sbls like '%N710900%'
The two tables are not in relation to each other. They both have only one
column that
the simplest possible configuration of hibernate is not via spring.
Just write a main class that creates a configuration, add the
mapping/class and
build the session factory. No magic - just works (assuming the libraries
are correct)
I don't know if changing the libs could affect here, but
Hello Max,before trying the proposed solution, i tried a different way: producing the simplest possible configuration file (i'm writing a spring application)..and i couldn't reproduce the error I got before. Unfortunatly, i get a MappingException: unknown entity..
the fact is, my entity is there:
1) I don't it will work because of api changes, but feel free to
try/submit patches
2) In Hibernate 3.2 we can run (optionally) with javaassist, removing the
need for the mentioned libraries
3) We don't use sf.net for cvs anymore, we use JBoss SVN (see
http://hibernate.org/30.html#A3)
/ma
Hello everyone,in my application I need to use asm 2.x . The latest version of hibernate I can find so far (at ibiblio repository, 3.1.2) depends on cglib 2.1.3, which in turn depends on asm 1.5.3. There's been an API refactoring from the two major releases of asm, which means the new version is no