[h2] H2 embeded User-Defined class problem spring hibernate unit test

2016-09-27 Thread Adam McMahon
The jar with your user defined class needs to be in your class path, that seems to be the first place to check -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[h2] H2 embeded User-Defined class problem spring hibernate unit test

2016-09-16 Thread youness bougrine
Hi, i'm sorry for my bad english i want tu use a LISTAGG class here is the class content package packagetest; import java.sql.Connection; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import org.h2.api.AggregateFunction; import com.google.common.base.Joiner;