Title: RE: [JBoss-user] Bean changes not getting picked up when redeployed
Strange thing i think 'cause i've no problem with redeploy running latest CVS and havent had for a really long period now... :-)
 
Lennart Petersson
www.benefit.se/english
----- Original Message -----
Sent: Tuesday, March 20, 2001 6:45 AM
Subject: Re: [JBoss-user] Bean changes not getting picked up when redeployed

Yes, I've checked that.  Another reply stated that 2.1 has a known problem with autodeploy that wasn't in 2.0.  Thanks for the reply.
----- Original Message -----
Sent: Tuesday, March 20, 2001 12:02 AM
Subject: RE: [JBoss-user] Bean changes not getting picked up when redeployed

Just check (Cause I did this once .. duh!) that you don't have the bean classes in your classpath, cause jboss. will have loaded from the classpath first then from your depoloyment, so when you redeploy it actually uses the files on the classpath which are old.

Regards


Scott Warren
Lead Internet Technologies Developer
-----------------------------------------------------------------------------
Phone: +61 3 5222 6240
mailto:  [EMAIL PROTECTED]
web:     www.advancedresource.com.au
-----------------------------------------------------------------------------


-----Original Message-----
From: Guy Rouillier [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 20 March 2001 2:45 PM
To: JBoss User
Subject: [JBoss-user] Bean changes not getting picked up when redeployed


(I'm resending this from yesterday because I inadvertently had my mail set
to html.  My apologies to the group.)

I had a working session bean.  I changed the text put out by a method in
that bean.  I tried (1) simply overwriting the existing jar in the deploy
directory, and (2) first deleting the old jar then copying in the new one.
In both cases, although I saw JBoss report that it had deployed the new
version, when I called the method from the client, I saw the old message.
If I shut down and restarted JBoss, the new message showed up.  This is 2.1
built from downloaded source about 2 weeks ago.  Do I have to change any
settings to make reployment work?


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to