- 
        1. Re: EJB spec violation (JBoss 3.2.0)adrian.brock May 20, 2003 10:04 AM (in response to finn)Start by putting the postgres driver in 
 server/default/lib and reboot.
 Then we can see what is really going on.
 Regards,
 Adrian
- 
        2. Re: EJB spec violation (JBoss 3.2.0)finn May 21, 2003 2:49 AM (in response to finn)Thanks for your quick reply Adrian, 
 I put the postgresql JAR in the lib directory but I didn't notice any difference in the behaviour. I have attached the serverlog again in case you can spot any difference.
 By the way, I have tested a few simple entity bean examples and the link to the database seems to work ok.
 Regards,
 Lars
- 
        3. Re: EJB spec violation (JBoss 3.2.0)adrian.brock May 21, 2003 1:43 PM (in response to finn)Postgres is deploying now, 
 but jms isn't, you've removed hsqldb
 so the persistent manager isn't starting.
 For the ClassNotFoundException,
 it might be that the bean class uses a class
 you haven't deployed?
 The error reporting isn't very clear, it just checks
 whether it can load the class, it doesn't report
 the real error.
 You might be able to get more information by
 setting
 false
 for the EJBDeployer in server/default/conf/jboss-service.xml
 Regards,
 Adrian
- 
        4. Re: EJB spec violation (JBoss 3.2.0)finn May 23, 2003 2:45 AM (in response to finn)Thanks ADrian, 
 You were right. I was missing some other classes which the beans were dependent on. I am past the problems now :)
 /Lars
 
    