[JBoss-user] Dynamic classloading and casting in Jboss3.0.4

2003-03-25 Thread s99luppe
Hi everyone, I'm pretty new to Jboss so I hope my questions isn't too stupid.. In the project Im currently in, I need to load classes stored in separate .jar-files with the same name, sharing a common interface. To accomplish this in Jboss I've made a simple session bean with an ordinary method

SV: [JBoss-user] Dynamic classloading

2001-06-27 Thread Lennart Petersson
Scott, is it possible to 'fix' this? Or how can i workaround it myself... /L - Original Message - From: Scott M Stark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 2:27 AM Subject: Re: [JBoss-user] Dynamic classloading Yes. What your doing is not dynamic class

SV: [JBoss-user] Dynamic classloading

2001-06-21 Thread Lennart Petersson
ok, got your point. Yes, thank you - it would be nice to also have the old functionality. /Lennart - Original Message - From: Scott M Stark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 2:27 AM Subject: Re: [JBoss-user] Dynamic classloading Yes. What your

Re: [JBoss-user] Dynamic classloading

2001-06-20 Thread Scott M Stark
: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 8:08 AM Subject: [JBoss-user] Dynamic classloading Hi all, I'm having a problem with dynamic classloading. I have a simple, stand-alone client running under JDK1.3. My understanding is that since I already have

Re: [JBoss-user] Dynamic classloading

2001-06-20 Thread Scott M Stark
Yes. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 10:35 AM Subject: Re: [JBoss-user] Dynamic classloading Thanks for the info. So am I right in assuming that dynamic classloading is only available for the class I place in my ejb

SV: [JBoss-user] Dynamic classloading

2001-06-20 Thread Lennart Petersson
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 8:24 PM Subject: Re: [JBoss-user] Dynamic classloading Yes. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 10:35 AM Subject: Re: [JBoss-user] Dynamic classloading

SV: [JBoss-user] Dynamic classloading

2001-06-20 Thread Lennart Petersson
he he he... just tested in 2.4 and it is no longer working :-/ Before i was running a 2.2.something... and it worked ok. Why? Well looking in WebServer.java i see some 'crap' added by Scott (just kidding :-) where he is splitting the requested class name into a classloader key and a file path.

Re: [JBoss-user] Dynamic classloading

2001-06-20 Thread Scott M Stark
: Lennart Petersson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 4:25 PM Subject: SV: [JBoss-user] Dynamic classloading he he he... just tested in 2.4 and it is no longer working :-/ Before i was running a 2.2.something... and it worked ok. Why? Well looking