The traditional source of this type of problem is that you have your bean class somewhere in the classpath that JBoss is using.  Make sure that the only instance of your bean class is in the jar in the deploy directory.  If it is elsewhere, JBoss may be running that copy instead of the one in the deploy directory.  Remember not to have a copy in jboss/lib/ext either.
----- Original Message -----
Sent: Friday, November 02, 2001 12:34 PM
Subject: Re: [JBoss-user] Hot Deploy Does Not reflect Change.

I take some of my words back. ( I had messed up in JBOSS_CLASSPATH var.)

I can see changes only when I shut down and restart server.

So every time I change bean, I have to restart the server.

How to solve this problem ???

  David Jencks <[EMAIL PROTECTED]> wrote:

Just to check the obvious things first... there are no copies of any of
these classes in lib/ext?

david jencks

On 2001.11.01 20:11:31 -0500 vijay jagtap wrote:
>
> JBoss-2.4.3_Tomcat-3.2.3
>
> It seems the AppServer is caching the JAR files to some unknown place.
>
> If I change the JAR file and redeploy, the changes are Not getting
> effective.
>
> Even I shut down JBoss, machine, still I don't see the new changes made
> to Bean.
>
> I deleted entire tmp folder. NO success.
>
> I don't think there any references kept open to Bean since I am running
> simple test client program.
>
> Thanks.
>
>
>
>
>
> ---------------------------------
> Do You Yahoo!?
> Find a job, post your resume on Yahoo! Careers.
>

JBoss-2.4.3_Tomcat-3.2.3


>

It seems the AppServer is caching the JAR files to some unknown
> place.


>

If I change the JAR file and redeploy, the changes are Not getting
> effective.


>

Even I shut down JBoss, machine, still I don't see the new changes
> made to Bean.


>

I deleted entire tmp folder. NO success.


>

I don't think there any references kept open to Bean since I am
> running simple test client program.


>

Thanks.


>

 



Do You Yahoo!?

> Find a job, post your resume on > href="" target="_blank">Yahoo!
> Careers.

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



Do You Yahoo!?
Find a job, post your resume on Yahoo! Careers.



Do You Yahoo!?
Find a job, post your resume on Yahoo! Careers.

Reply via email to