RE: [jBoss-User] Question about redeployment

2000-08-20 Thread marc fleury
lysis is probably correct and if it is there is a chance PR4 might solve it, did you try PR4? marc > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff McArthur > Sent: Friday, August 18, 2000 2:47 PM > To: 'jBoss' >

RE: [jBoss-User] Question about redeployment

2000-08-18 Thread Jeff McArthur
marc, I'm sorry, but I'm unsure what you mean by this question. I'm possibly a little over my head here, but I assume that when I start jBoss with "-classic -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,address=7081,suspend=n" I'm telling it that I want to debug on address 7081. The

Re: [jBoss-User] Question about redeployment

2000-08-18 Thread Sebastien Alborini
> same experience with both. I'll eventually try another debugger to see if I > get the same results, but you know... > > Can someone using Kawa or JBuilder test this? > > Thanks, > Jeff Mc. > > -Original Message- > From: Rickard Öberg [mailto:[EMAIL PROTE

RE: [jBoss-User] Question about redeployment

2000-08-18 Thread marc fleury
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff McArthur > Sent: Friday, August 18, 2000 9:57 AM > To: 'jBoss' > Subject: RE: [jBoss-User] Question about redeployment > > > Happy Friday... > > To an

RE: [jBoss-User] Question about redeployment

2000-08-18 Thread Jeff McArthur
ne using Kawa or JBuilder test this? Thanks, Jeff Mc. -Original Message- From: Rickard Öberg [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 17, 2000 11:44 PM To: jBoss Subject: Re: [jBoss-User] Question about redeployment Hi! Jeff McArthur wrote: > I have a problem debugging a redeploy

Re: [jBoss-User] Question about redeployment

2000-08-17 Thread Rickard Öberg
Hi! Jeff McArthur wrote: > I have a problem debugging a redeployed bean. Here are the steps I took: > > 1) Redeployed a bean (start server, touch .jar in deploy directory) > 2) Connected a remote debugger to JVM > 3) Set a breakpoint, ran a client...no break in EJB > 4) Reboot jBoss (bean now d

[jBoss-User] Question about redeployment

2000-08-17 Thread Jeff McArthur
I have a problem debugging a redeployed bean. Here are the steps I took: 1) Redeployed a bean (start server, touch .jar in deploy directory) 2) Connected a remote debugger to JVM 3) Set a breakpoint, ran a client...no break in EJB 4) Reboot jBoss (bean now deployed in startup) 5) Reattach debugg