• Too strict pattern matching in PackageClassFilter

    While fixing this issue: - https://jira.jboss.org/jira/browse/JBCL-32 I came across package matching issue with the following config: Part of my path: ClassLoaderUtils.packageNameToPath(A.class.getName()) --> org...
    Profile Photo
    last modified by alesj
  • Deployment cleanup & modifications

    An exception I got yesterday while testing new MC releases gave me plenty to think about in the evening. WRT: - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=148563 Doing just DeploymentContext::c...
    Profile Photo
    last modified by alesj
  • Enhancing demand

    Is there a reason why we don't have this <demand state="Start" targetState="Create"> Where 'state' is actually whenRequired (confusing, wtr to other usage of 'state'). Currently we're missing the 'targetStat...
    Profile Photo
    last modified by alesj
  • Inject descriptions

    I'm separating out user configuration and system configuration in some beans.xml files, but I don't like the user configuration errors I might get. Right now I can do: <inject bean="QuartzSQLProperties"/> But ...
    Profile Photo
    created by wolfc
  • Module.getModuleForClassLoader()

    Similar to the getModuleForClass() from JBCL-78 discussed here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=143639&postdays=0&postorder=asc&start=30 I would like to add an additional m...
    Profile Photo
    last modified by kabirkhan
  • Adding metadata locations in real deployers

    Is there a reason why we don't have add, prepend, append, ... metadata locations api on VFSDeploymentUnit as we do for classpath? It might help to resolve some of the JBP issues: - http://www.jboss.com/index.html?mo...
    Profile Photo
    last modified by alesj
  • VFS cache as impl detail, to what extent

    WRT: - http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203492#4203492 Afaics the VFS cache cannot be completely hidden from the user. e.g. you want to create new roots that behave differently - dif...
    Profile Photo
    last modified by alesj
  • VFS bug testing

    Hello Ales and everyone, lets establish together what we need for the testing of the VFS bug. I am running long tests for the clustering test, maybe we can add it to the test scenario, but i guess it will be easier to...
    Profile Photo
    last modified by rhusar
  • Plague of temp VFS files and OOM on redeploy

    WRT - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=147622&start=20 I already did some changes, but they are not solving all the problems users face. The problems: (1) expire of VFS cache ent...
    Profile Photo
    last modified by alesj
  • Declaration and deployment of threads and thread pools in th

    I've developed an experimental POJO-based deployer for defining thread groups, thread factories, and thread pools for the MC. The source is in my sandbox area at https://svn.jboss.org/repos/sandbox/david.lloyd/jboss-t...
    Profile Photo
    last modified by dmlloyd
  • JBCL-77

    When is jboss-cl 2.2.0 planned? I need the fix for https://jira.jboss.org/jira/browse/JBCL-77
    Profile Photo
    last modified by kabirkhan
  • Using ClassInfo in JBoss AOP

    We would like to start using ClassInfo in JBoss AOP, since that will get rid of the duplicated code we have in our pointcut matchers. Currently we have code doing the same thing for javassist (during weaving) and for ...
    Profile Photo
    last modified by kabirkhan
  • microcontainer vfs build is broken?

    I just checked out 2.0.0.GA of vfs and built it with maven and it seems a jar link is missing...(I am way out of my league here, can someone help...anyone have this jar?) [INFO] [resources:testResources] [INFO] Usi...
    Profile Photo
    last modified by deanhiller
  • java.util.logging Bridge Component

    I dusted off and fixed up two small yet related projects I've had lying around forever. The first is a substitute java.util.logging LogManager that fixes about 10 zillion bugs, and is all-around much better-behaved (...
    Profile Photo
    last modified by dmlloyd
  • Remaing classLoader changes

    This thread brings together some previous discussion in other threads, but a small part of it (JBOSGI-15) has not been fully discussed before. Not all of this needs to be done for Beta4/RC1 since a lot of this is imp...
    Profile Photo
    last modified by adrian.brock
  • NPE  in CLSpace

    DML found this NPE in CLSpace: - http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194484#4194484 Take this three config files <classloading name="jboss-threads-classloader" version="1.0.0.Alpha...
    Profile Photo
    last modified by alesj
  • KernelDeploymentDeployer and annotations in MDR

    Shouldn't the KernelDeploymentDeployer be loading the KernelDeployment annotations into the deployment MetaData?
    Profile Photo
    last modified by starksm64
  • AbstractDeploymentClassLoaderPolicyModule is missing reset

    Deployers's AbstractDeploymentClassLoaderPolicyModule is not removing alias if one was added at AbstractDeploymentClassLoaderPolicyModule construction. I've added the following code: public abstract class Abstract...
    Profile Photo
    last modified by alesj
  • MC upgrade breaks scoped aop tests in trunk

    https://jira.jboss.org/jira/browse/JBAS-6255 If an AspectDefinition and its aspect class is deployed in the default classloader domain, and a deployment in a child classloader domain with no parent delegation override...
    Profile Photo
    last modified by kabirkhan
  • MainDeployerImpl deploy/undeploy using wrong DeploymentConte

    While fixing Module::reset for Controller::removeAlias, I saw that this two cases don't behave the same, all though they should: Deployment deployment = ...; DeployerClient dc = ...; dc.addDeployment(deployment); d...
    Profile Photo
    last modified by alesj