• JBREFLECT-5 - Implementing generics in JavassistClassInfo

    I have had a first stab at implementing generics in the Javassist version of ClassInfo and committed it against http://jira.jboss.org/jira/browse/JBREFLECT-5.   I have created Javassist versions of the tests tha...
    Profile Photo
    last modified by kabirkhan
  • Test Classes in main artifacts?

    Hi guys:   Came across this today in jboss-cl:   [alr@localhost ~]$ jar -tvf ~/.m2/repository/org/jboss/cl/jboss-classloader/2.2.0.Alpha4/jboss-classloader-2.2.0.Alpha4.jar |grep test    ...
    Profile Photo
    last modified by alrubinger
  • Deployments in error guzzles up the exception cause

    I can't see the cause of the NotCompliantMBeanException in this output.   java.lang.Exception: Encountered exception in server startup     at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBas...
    Profile Photo
    created by wolfc
  • JBREFLECT-6 Skipping compilation step

    Adrian, As I was studying JBoss Reflect issues, I stumbled upon https://jira.jboss.org/jira/browse/JBREFLECT-6 and I got curious about it :) "adrian@jboss.org" wrote: The JavassistReflectionFactory builds up a sour...
    Profile Photo
    last modified by flavia.rainone
  • ClassPoolRepository vs JBossclDelegatingClassPoolRepository

    Since we updated the classpool and AOP versions at JBoss AS, we've been seeing some warning messages showing that unregistering of ClassPool is not working correctly. The reason for these failures is that AspectManag...
    Profile Photo
    last modified by flavia.rainone
  • New MC Scanning lib

    I've created a wiki page describing basic usage and functionality: * http://community.jboss.org/wiki/MCScanninglib
    Profile Photo
    created by alesj
  • AnnotatedElementMetaDataLoader and bridge methods

    Given a bean with a bridge method I don't get the annotations of the real method if I pass in a bridge method signature to AnnotatedElementMetaDataLoad.getComponentMetaDataRetrieval.   Either it should just work...
    Profile Photo
    last modified by wolfc
  • Duplicate classloading with Javassist Reflect

    I'm getting this unexpected behavior while testing my Scanning lib.   org.jboss.reflect.spi.CannotCompileException: javassist.CannotCompileException: by java.lang.LinkageError: loader (instance of  org/jboss...
    Profile Photo
    last modified by alesj
  • JBoss Reflect and javassist status

    In case the volcanic ashes clear and the planes work on Tuesday so I can go on holidays, here is the current status of the jboss-reflect on javassist implementation.   The javassist implementation is feature ...
    Profile Photo
    created by kabirkhan
  • Making JavassistTypeInfo serializable

    Looking at https://jira.jboss.org/jira/browse/JBREFLECT-16 I wanted to do the same as I did to make the reflect flavour properly serializable, which was simply to add this to ClassInfo, as mentioned here http://commun...
    Profile Photo
    last modified by kabirkhan
  • On demand resolution

    I created a test for DynamicImport-Package to check whether https://jira.jboss.org/jira/browse/JBCL-131 is actually working at the OSGi layer.   I still get a CNFE. Here is the trace   2010-03-26 11:24:06,9...
    Profile Photo
    last modified by thomas.diesler
  • setRequiredStage should also setRequiredState

    This patch in OSGi shows that there is something wrong with AbstractDeploymentContext.setRequiredStage().   You shouldn't have to explicitly do the ControllerContext.setRequiredState(), that is an implementation...
    Profile Photo
    last modified by adrian.brock
  • Issues using Javassist TypeInfoFactory in other projects

    Starting this thread to keep track of what is going wrong when using the Javassist version of TypeInfo   The first issue is that javassist itself did not understand things like   @SomeAnnotation(clazz=org....
    Profile Photo
    last modified by kabirkhan
  • Testing jboss-reflect with a SecurityManager enabled

    I am enabling security for jboss-reflect and going through and adding privileged blocks where needed. Currently I am using this test policy plugin public class ContainerTestPolicyPlugin extends TestsPolicyPl...
    Profile Photo
    last modified by kabirkhan
  • Servlet Scanner plugin

    Hi,   For Servlet annotation scanning, I would need the following APIs: - For Servlet annotation processing, query classes from a JAR for a set of annotations (on fields, methods, type); could return a Set keye...
    Profile Photo
    last modified by rmaucher
  • jboss-classpool-jbosscl.jar on AS bootstrap classpath

    I'm having problems with this jar on the bootstrap classpath. Whenever I install aop (trunk compiled version) on as-trunk and try to start the server, I get thousands of CNF exceptions such as the one below:   o...
    Profile Photo
    last modified by flavia.rainone
  • Fragments as subdeployments

    Stumbling upon "fragment" request from a user (http://community.jboss.org/thread/149627), I remembered Adrian mentioned that this (fragments) should be handled at deployers level, as some sort of sub-deployment. ...
    Profile Photo
    created by alesj
  • Issues with vfs30 MountHandle

    Folks,   I had a look at the MountHandle that was advertised in https://jira.jboss.org/jira/browse/JBVFS-147. Here some feedback.   MountHandle is not part of VirtualFile. This forces clients to maintain a...
    Profile Photo
    last modified by thomas.diesler
  • New MC alphas

    Are we ready to do new Kernel, CL and Deployers release?   Kabir should be working on Reflect, so he's ready :-), what about you Adrian? Anything else we should wait for; e.g. wrt new CL Lifecycle and circular ...
    Profile Photo
    last modified by alesj
  • Updating ClassPool version at JBoss Deployers project

    I'm updating the version of classpool to 2.0.0.Alpha4 in jboss-deployers: https://jira.jboss.org/jira/browse/JBDEPLOY-250   As I told Ales in a private e-mail, updating the classpool version raised new requirem...
    Profile Photo
    last modified by flavia.rainone