Re: [JBoss-user] Hot Deploy Does Not reflect Change.

2001-11-04 Thread vijay jagtap
Thank you Guy Rouillier
Your comments helped to solve the problem. 
However, still I wonder why appserver look for Bean class somewhere else. Always it should look into JAR file.
 Guy Rouillier [EMAIL PROTECTED] wrote: 




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 - 
From: vijay jagtap 
To: [EMAIL PROTECTED] 
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 ofthese classes in lib/ext?david jencksOn 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 <A 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.Do You Yahoo!?
Find a job, post your resume on Yahoo! Careers.

Re: [JBoss-user] Hot Deploy Does Not reflect Change.

2001-11-02 Thread vijay jagtap
 There is only one new file copied and that is classes12.zip (Oracle thin driver)
I am using ant to build jar files.

 David Jencks [EMAIL PROTECTED] wrote: 
Just to check the obvious things first... there are no copies of any ofthese classes in lib/ext?david jencksOn 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 

Re: [JBoss-user] Hot Deploy Does Not reflect Change.

2001-11-02 Thread vijay jagtap
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 ofthese classes in lib/ext?david jencksOn 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 

Re: [JBoss-user] Hot Deploy Does Not reflect Change.

2001-11-02 Thread Guy Rouillier



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 - 
  From: 
  vijay jagtap 
  
  To: [EMAIL PROTECTED] 
  
  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 
  ofthese classes in lib/ext?david jencksOn 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 
  <A 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.


Re: [JBoss-user] Hot Deploy Does Not reflect Change.

2001-11-01 Thread David Jencks

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.
 PJBoss-2.4.3_Tomcat-3.2.3/P
 PIt seems the AppServer is caching the JAR files to some unknown
 place./P
 PIf I change the JAR file and redeploy, the changes are Not getting
 effective./P
 PEven I shut down JBoss, machine, still I don't see the new changes
 made to Bean./P
 PI deleted entire tmp folder. NO success./P
 PI don't think there any references kept open to Bean since I am
 running simple test client program./P
 PThanks./P
 Pnbsp;/Ppbrhr size=1bDo You Yahoo!?/bbr
 Find a job, post your resume on a
 href=http://careers.yahoo.com/?clink=foot-fp; target=_blankYahoo!
 Careers/a.

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