This content has been marked as final.
Show 3 replies
-
1. Re: import hql insert statements at deployment time
raja05 Aug 15, 2006 2:17 PM (in response to urswag)Create a file called import.sql containing all the SQL that will load up your data and put it in the top level of the jar file. Refer to the "booking" example's jboss-seam-booking.jar file if you need more information(about where to put the import.sql)
-
2. Re: import hql insert statements at deployment time
raja05 Aug 15, 2006 2:22 PM (in response to urswag)Create a file called import.sql containing all the SQL that will load up your data and put it in the top level of the jar file. Refer to the "booking" example's jboss-seam-booking.jar file if you need more information(about where to put the import.sql)
-
3. Re: import hql insert statements at deployment time
urswag Aug 16, 2006 8:28 AM (in response to urswag)Thanks
It works fine.