• More on BaseClassLoader conflict with Instrumentation....

    Maybe would be best to spell out the architecture of my issue:     * At runtime, I add a group of jars to sun.misc.Loader$AppLoader containing some instrumentation using the addURL method, the code in these...
    Profile Photo
    last modified by ted.hulick
  • I want ALL Classloaders to delegate downstream to my jms interfaces (jms.jar)

    Class loading issue....     I have a jms.jar that is set in the sun.misc.AppClassLoader (base loader)....   The BaseClassLoader seems to pick up any jars in the sun base loader even though it does dec...
    Profile Photo
    last modified by ted.hulick
  • Dynamically modify BaseClassLoader classpath?

    How can I dynamically modify the BaseClassLoader classpath?  OR call an API to set the default classpath at startup?   So, if it was a URLClassLoader you could use addURL....   So, how can I call some...
    Profile Photo
    last modified by ted.hulick
  • Masking password for SSL configuration

    Hello everyone,   I am fighting with problem that I need to mask password in SSL configuration for JMS (but, it will be the same for any other use). I have the following configuration now:   <mbean code=...
    Profile Photo
    created by martin.hynar
  • EJB's and classloading

    Hello!   Sorry for double posting it, I posted this question to the JBoss AS deployment forum yesterday, but I just found this forum and I think that more people read it here who may be able to help me with this....
    Profile Photo
    last modified by mbalazs
  • Use JBMC to remove annotations and seam dependency

    Hi, is it possible to use MB to remove seam dependency from a set of class files ?   I mean, I have a lot of classes with seam imports and @Name, @In, @Out, and need to use these same set of classes in a specifi...
    Profile Photo
    last modified by claudio4j
  • JBoss AS 6 Final scanning does not support parameterized return types?

    Hi guys,   Congratulations on releasing JBoss AS 6 Final! I am very excited to try it out. When trying to deploy my app (that works okay on JBoss 5.1.0.GA), I get the following exception:   13:43:55,421 ERR...
    Profile Photo
    last modified by kennardconsulting
  • How to force log4j.xml to be read out of my war?

    Hi folks,   Here's my problem, i have a WAR within an EAR.  Within the EAR itself are all the jars used by the WAR, which has no jars.  My WAR does log4j logging, and contains a log4j.xml in it's WEB-I...
    Profile Photo
    last modified by phyto
  • How to use external jars not contained in JBoss

    Hi   This is a duplicate from section "Installation, Configuration & Deployment"     Question:   How can I extend JBoss classloading to also look for jars located in an external directory, sa...
    Profile Photo
    last modified by hugbert
  • has anybody deploy CAS 3.4 on JBoss5 successfully ?

    recently, i'm struggling for deploying jasig CAS 3.4.2 on JBoss 5.1.0 GA.   however, i can't deploy it successfully on JBoss5, the main reason is some jar libraries in war file conflict to the libraries in %JBOS...
    Profile Photo
    last modified by jasonming
  • JBoss-classloading.xml in EAR /EJB

    Hi ,   I have an EAR which I deploy in jboss-5.1.0.   A.EAR     |----lib/x.jar     |----EJB1.jar     |----EJB2.jar   I wanted to just expose the inter...
    Profile Photo
    last modified by lordpraveen
  • Profileservice/DeploymentManager doesn't work with JBossTools

    I'm not sure whether this is the right forum. When I try to programmatically redeploy an EAR, it's working fine as long as I'm using JMX.   However, this code fragment doesn't work. Any hint is appreciated! ...
    Profile Photo
    last modified by juergen.zimmermann
  • Cyclic dependencies

    From Ondrej Zizka: I'm writing some simple MC stress test for the purpose of EAP deployers profiling. I've created a simple tool which generates a randomly connected graph (attached).   >From what I've read,...
    Profile Photo
    last modified by alesj
  • MC - Better error reporting?

    While trying out an application deployment on AS, MC threw this error message: {code:java} 15:49:18,031 ERROR [org.jboss.system.server.profileservice.ProfileServiceBootstrap] Failed to load profile: Summary of incom...
    Profile Photo
    last modified by jaikiran
  • "Duplicate" deployment exception logging detracts from JBoss AS usability

    When using JBoss AS (6 M{X} in this case) - deployment errors can be critical for debugging botched configurations in web-applications. In fact, looking through the stack trace the only way to find out what's wrong, a...
    Profile Photo
    last modified by lincolnthree
  • AbstractRealDeployerWithInput fails to call undeploy() on DeploymentVisitor, for failed deployments

    While investigating this issue http://community.jboss.org/message/555195#555195, I have stumbled upon a MC deployer bug. Here's an simplified version of what's happening:   public class MyDeployer extends Abstrac...
    Profile Photo
    last modified by jaikiran
  • About JBoss5 classloader

    Hi,   I am a new bie for JBoss5.   In my project, modules are deployed in $JBOSS_HOME/server/xxx/deployers and $JBOSS_HOME/server/xxx/deploy. Classes loaded in deployers dir are visible for modules in dep...
    Profile Photo
    last modified by jnesta
  • Is it possible to add classloader root with wildcard pattern?

    Hi there,   When writing deployment <classloader>, is it possible to specify a wildcard parttern like "<lib>/myapp/lib/*.jar</lib>" instead of single entry at time with <root>?   Th...
    Profile Photo
    last modified by saltnlight5
  • MemoryFileFactory in jboss-vfs 3.0.0.CR5

    Hi,   we've been using org.jboss.virtual.MemoryFileFactory using version 2.1.2.GA of jboss-vfs. I noticed when upgrading to 3.0.0.CR5 that a few package names have changed and corrected them, but I can't seem t...
    Profile Photo
    last modified by beve
  • MC not finding required method defined in beans.xml file

    Hey guys,   I'm writing up the datagrid profile for the AS currently and I've encountered an issue with creating a certain type of bean. I basically want to create an instance of the HotRodServer and call start(...
    Profile Photo
    last modified by navinsurtani