[JBoss-user] MySQL, CMP Deployment Problem

2001-07-25 Thread Scott Salisbury
Hello, I have a CMP bean that I have deployed. Then, I needed to make a change to it. I dropped the table in MySQL. I made changes to the Bean, the remote interface and made an unrelated changed to the home interface. When I redeployed the bean, it created the table in MySQL properly but

Re: [JBoss-user] MySQL, CMP Deployment Problem

2001-07-25 Thread David Jencks
One really silly possibility.. you don't by chance have your old ejb jar in lib/ext?? Or maybe just the interfaces? The MySQL table is correct by the new definition? This might (?) happen if interfaces jar was in lib/ext but beans themselves are deployed in deploy. david jencks On 2001.07.25

Re: [JBoss-user] MySQL, CMP Deployment Problem

2001-07-25 Thread Faisal Abdallah
try to remove the deployed app ear from jboss jboss\tmp dir and redeploy your app .. faisal - Original Message - From: Scott Salisbury To: [EMAIL PROTECTED] Sent: Wednesday, July 25, 2001 6:45 PM Subject: [JBoss-user] MySQL, CMP Deployment Problem Hello, I have a CMP bean that I have