[JBoss-user] custom table initialization with cmp

2001-04-24 Thread Christian Thrum
hello all, i need to customize the table creation for a cmp entity bean because i want to create additional indexes etc. is this possible with jaws? thanks, christian ___ JBoss-user mailing list [EMAIL PROTECTED]

Re: [JBoss-user] custom table initialization with cmp

2001-04-24 Thread danch
turn off table creation (in jaws.xml for your bean) and execute a SQL script that creates what you want. You can also use jaws.xml to map EJB field names and types to SQL column names and types. The online manual does talk about the mappings a little bit. -danch Christian Thrum wrote: hello

RE: [JBoss-user] custom table initialization with cmp

2001-04-24 Thread Christian Thrum
thanks for your answer. is it possible to execute this (script) automatically? is there any table creation hook ? christian -Original Message- From: danch To: [EMAIL PROTECTED] Sent: 4/24/01 8:26 PM Subject: Re: [JBoss-user] custom table initialization with cmp turn off table creation