Hi Scott,
Atleast the melodrama got me your attention and a reply!!! :)
I was frustated earlier coz of my repeated posts to these forums turned up no replies.
About flushing the resourceBlackList, how would I do that and an even bigger concern
is that I don't want to introduce an app server-spec
Hi,
I have seen this classloading issue in JBoss and it has caused me great pain. I am
using JBoss 3.2.4. The scenario is like this:
I generate java classes on-the-fly in my application and then try to load those
classes. But I perform the class generation only the first time when the classes
Hi,
I am using JBoss 3.2.4 for deploying our app in an exploded ear format. Now at
runtime, our app generates some Java classes on-the-fly and tries to load the
resulting classes generated under some package. But the class loading fails because
the loader cannot find the classes. The classloade
Hi,
I turned logging on for class loading in JBoss by adding entries in the log4j.xml. And
it seems to me by looking at the class loader logs that the JBoss unified class loader
seems to build a map from package names to the ClassLoader used to load the package.
So in case of dynamically gener
Opps...
the code text didn't get thru. Here it is again:
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841117#3841117
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841117
---
Hi Mike,
The thing is that I would like to not make any major changes to the source code. I had
the app deployed on weblogic and was porting it to JBoss and so having any app
server-specific code in our application source would break its portability between
servers. Hence, I was trying to put t
Hi Mike,
The issue is that I auto-generate some java code on the fly, compile that code and try
to load those classes at runtime and this is when I get in issues. The classloader is
not able to find the classes and hence is not able to load them.
Below is a detailed description of the setup on
Hi All,
How can one place an exploded directory of classes on the JBoss system classpath.
Obviously, I tried adding that directory to the
%JBOSS_CLASSPATH% in the run.bat used to start jboss. But that does not help because
Jboss starts giving out weird errors while deploying my application jars