Re: [JBoss-user] Trouble hot re-deploying

2002-05-28 Thread Simon Stewart
On Tue, May 28, 2002 at 10:46:14AM +1000, Dmitri Colebatch wrote: > > I use a method that takes a JNDI name and returns an EJBLocalHome > > object, which is then cast to the appropriate type. Although the > > returned object has the same class name as before the redeployment, > > I'm getting Class

Re: [JBoss-user] Trouble hot re-deploying

2002-05-28 Thread Simon Stewart
I've got other projects on the go that don't involve JBoss, so I'll wait until the final release (candidate, surely?) and retest. As an aside, I'm constantly impressed with the speed with which the JBoss developers find and fix problems. When the online docs are relevant to version 3 (or the book

Re: [JBoss-user] Trouble hot re-deploying

2002-05-27 Thread Scott M Stark
- From: "Simon Stewart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 27, 2002 10:34 AM Subject: [JBoss-user] Trouble hot re-deploying > I'm currently developing an app using JBoss 3RC3 (and the bundled > tomcat 4.0.3) It would be lovely to b

Re: [JBoss-user] Trouble hot re-deploying

2002-05-27 Thread Dmitri Colebatch
> I use a method that takes a JNDI name and returns an EJBLocalHome > object, which is then cast to the appropriate type. Although the > returned object has the same class name as before the redeployment, > I'm getting ClassCastExceptions. where is the class that this method is in? Is in in your

[JBoss-user] Trouble hot re-deploying

2002-05-27 Thread Simon Stewart
I'm currently developing an app using JBoss 3RC3 (and the bundled tomcat 4.0.3) It would be lovely to be able to do a hot redeploy of my app after making fixes, because currently start times are hovering around 3 minutes. I'm developing using a file structure with a suitable name (foo.ear) for the