I want to inject some data to static class fields, which are generated from bulk of XML files. class Foo {
ClassLoader leaks usually result in java.lang.OutOfMemoryError: PermGen.In the instance of working o开发者_运维知识库n application servers you may see this as a result of many redeploys of a common ap
Rails: 3.0.3 Ruby: 1.9.2 Trying to deserialize a very simple object using YAML.load or Marshal.load produces a corrupted object because the class which belongs to is not required on the deserializ
I got a factory, where Action Script follows an xml and builds DisplayObject hierarchy out of it. It is meant that script doesn\'t know beforehand what elements it will encounter in xml and therefore
We have a slightly modified JBoss 5.1.0 configuration, where we have added a new folder 开发者_Go百科called <JBOSS_HOME>/myconf to the classpath. Here is the pertinent bit of conf/jboss-service.
I know that Tomcat uses classloaders to partition webapps, and that the webapp classloader in Tomcat overrides the default classloader behaviour, so that it checks locally for classes and only delegat
I have a web application (war file) that works perfectly on tomcat. Now I need to put this same application to work on JBoss 4.2.2. There are other application running on the same JBoss instance.
We have been using JBOSS-4.2.1 as our applicationserver . I am trying to load a class (com.sting.ui.saas.reporting.ReportExecutor) . The fully qualified path of this class has been externalized and w
I\'ve noticed that when a Java Applet is executed, the classloader seems to be hitting the web server with a literal deluge of requests for stuff that should already be in the applet\'s jar file, or s
I\'m trying to combine Eclipse RCP with RMI. F开发者_Go百科or that purpose I created six bundles: