Re: [JBoss-user] Follow-up to my hot redeployment issue

2003-03-12 Thread Brijesh Sood
Message - From: "Andrew Carpenter" <[EMAIL PROTECTED]> To: "jboss-user" <[EMAIL PROTECTED]> Sent: Thursday, March 13, 2003 11:02 AM Subject: Re: [JBoss-user] Follow-up to my hot redeployment issue > On Thu, 2003-03-13 at 15:22, Brijesh Sood wrote: > > hi

Re: [JBoss-user] Follow-up to my hot redeployment issue

2003-03-12 Thread Andrew Carpenter
On Thu, 2003-03-13 at 15:22, Brijesh Sood wrote: > hi i have placed the jndi.properties file in WEB-INF/classes but i m still > facing the same problem .. > can u provide sample code Try putting it in the root of the archive... that worked for me. Andrew ---

Re: [JBoss-user] Follow-up to my hot redeployment issue

2003-03-12 Thread Brijesh Sood
e: [JBoss-user] Follow-up to my hot redeployment issue >>> [EMAIL PROTECTED] 12/03/03 14:37:18 >>> Depending on whether or not you cache your session beans, you also need to force JNDI lookups to be by value by including a jndi.properties file or building the InitialContex

Re: [JBoss-user] Follow-up to my hot redeployment issue

2003-03-12 Thread Andrew Carpenter
>>> [EMAIL PROTECTED] 12/03/03 14:37:18 >>> Depending on whether or not you cache your session beans, you also need to force JNDI lookups to be by value by including a jndi.properties file or building the InitialContext and specify a java.naming.provider.url=localhost:1099 property to force the loo

Re: [JBoss-user] Follow-up to my hot redeployment issue

2003-03-12 Thread Brijesh Sood
- From: "Scott M Stark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 12, 2003 9:37 AM Subject: Re: [JBoss-user] Follow-up to my hot redeployment issue > Depending on whether or not you cache your session beans, you also need > to force JNDI lookups t

Re: [JBoss-user] Follow-up to my hot redeployment issue

2003-03-11 Thread Scott M Stark
; <[EMAIL PROTECTED]> Sent: Tuesday, March 11, 2003 5:00 PM Subject: [JBoss-user] Follow-up to my hot redeployment issue > Okay: I've tried setting up JBoss to allow hot redeployment of EJBs > without clobbering any running servlets. I get a ClassCastException on > calls after rede

RE: [JBoss-user] Follow-up to my hot redeployment issue

2003-03-11 Thread Andrew Carpenter
On Wed, 2003-03-12 at 12:23, Jaco Van Rooyen wrote: > Check if a 'jndi.properties' has found it's way into one of your jars. I'm afraid not; checked that long ago :) Mind you, at this point I don't care if it uses RMI locally or not; I'm willing to sacrifice performance for the ability to redepl

RE: [JBoss-user] Follow-up to my hot redeployment issue

2003-03-11 Thread Jaco Van Rooyen
Hi, Check if a 'jndi.properties' has found it's way into one of your jars. Cheers, Jaco -Original Message- From: Andrew Carpenter [mailto:[EMAIL PROTECTED] Sent: Wednesday, 12 March 2003 2:01 p.m. To: jboss-user Subject: [JBoss-user] Follow-up to my hot red

[JBoss-user] Follow-up to my hot redeployment issue

2003-03-11 Thread Andrew Carpenter
Okay: I've tried setting up JBoss to allow hot redeployment of EJBs without clobbering any running servlets. I get a ClassCastException on calls after redeploy. This doesn't happen if Jetty is run in a separate JVM -- which I'm told is due to serialization, where the EJB stub is 'recreated' on the