• Installing VFS* Protocol Handlers

    In bringing the new bootstrap implementation to AS I've run into: Caused by: java.net.MalformedURLException: unknown protocol: vfsfile This was expected, as I'd opened an issue to manually initialize VFS when the s...
    Profile Photo
    last modified by alrubinger
  • Expensive calls to getDeclaredMethods while creating joinpoi

    While working on performance improvement of EJB3 deployments (EJBTHREE-1800), i have been seeing that most of the time is spent in AOP (ex: finding annotations, creating interceptor chains etc...). The sample app tha...
    Profile Photo
    created by jaikiran
  • webapp deployment objects

    I have a deployer that needs information about a deployed webapp. Specifically things like its servlet context and context path. Currently we get this information by hacking around with specific pojo bean injections t...
    Profile Photo
    last modified by mwringe
  • Caching of classes in BaseClassLoaderDomain

    Apologies if this topic has been discussed/resolved elsewhere. TBH I'm sure it has. If so, please just tell me to go search. But in any case the implications are big enough that it seems worth another discussion. Dom...
    Profile Photo
    last modified by brian.stansberry
  • JBBOOT - Event listener and ServerInitializer APIs

    Moving the email discussion with ALR, to the forum: "jaikiran" wrote: > Hi Andrew, > > > I was working on the JBBOOT-54 and had a few related questions: > > 1) In MCServer (impl-mc) what is the rig...
    Profile Photo
    last modified by jaikiran
  • Moving ServiceBindingManager config out of bootstrap

    For 5.1.0.GA, I'd like to move the SBM deployment out of the bootstrap. There's been discussion on the dev list of doing this for AS 6, since the ProfileService impl will support more fine-grained sub-profiles. But I ...
    Profile Photo
    last modified by brian.stansberry
  • Persisted mgmt edits not applied to AbstractBeanMetaData

    I'm experimenting with applying edits via the ManagementView to ServiceBindingManager (see http://www.jboss.org/index.html?module=bb&op=viewtopic&t=154673 for changes I've made locally to set this up.) I'm fin...
    Profile Photo
    last modified by brian.stansberry
  • Intercepting ManagedComponent ctor

    I'm not able to get the ManagedComponentImpl ctor intercepted if I add the following bootstrap xml to the aop.xml/AspectManager ctor: <bean name="AspectManager" class="org.jboss.aop.deployers.AspectManagerJDK5"...
    Profile Photo
    last modified by starksm64
  • HDScanner scanPeriod

    Ales has recently updated the hot deployment scanner so that it is also responsible for updating the temp copy of existing apps - people use this for being able to copy a new JSF etc. page and have the app show it wit...
    Profile Photo
    last modified by pmuir
  • VFS thread safety issues

    It is not very clear what the thread access semantics are supposed to be for the VFS. Can someone explain what the intended thread access patterns are supposed to be (i.e. which classes are supposed to be multi-thread...
    Profile Photo
    last modified by jason.greene
  • servlet-api.jar missing in JBOSS_HOME/client folder

    Starting AS-5.0.1 GA, the javax.servlet.* classes were removed from jboss-javaee.jar. However the corresponding servlet-api.jar (which contains these classes) is not available in %JBOSS_HOM%/client folder. I guess we...
    Profile Photo
    created by jaikiran
  • MBeanRegistration  (ProfileService test configuration shut d

    Scott, I see that the profile service test configuration shut down > 10secs. This was just my first run. When I look in the log, I see 3 exceptions in unregistering mbeans. I paste one of them. 2008-10-10 11:25...
    Profile Photo
    last modified by anil.saldhana
  • Integration of Clustered DeploymentRepository in

    I've gotten a clustered DeploymentRepository working, providing functionality equivalent to (actually better than) the AS 4.x FarmService.[1] It's checked into trunk and Branch_5_x and is being tested via the tests-cl...
    Profile Photo
    last modified by brian.stansberry
  • JSR-299 servlet injection

    Section 5.12.3 of the JSR-299 specification requires that JSR-299 DI occurs for Servlets. As there are no specified hooks in Servlet to perform a post construct lifecycle callback, I have exposed an API in Web Beans w...
    Profile Photo
    last modified by pmuir
  • AS 5 not reliably picking up changes in exploded EAR

    Hi guys, I'm opening this forum thread based on Ales request in https://jira.jboss.org/jira/browse/JBAS-6590 Kenneth found that when you use an exploded ear on AS 5 then: 1) Seam deployer causes a copy of resources...
    Profile Photo
    last modified by maxandersen
  • Removing ClassLoading from jboss-bootstrap

    https://jira.jboss.org/jira/browse/JBBOOT-24 As it stands, Bootstrap is sensitive to arbitrary JARs on the application CP (and picked up by the extension ClassLoader). This becomes especially apparent when starting u...
    Profile Photo
    last modified by alrubinger
  • Codesource URL on the embedded jars

    Scott/Adrian, we had some discussion on this last year. Basically in JBAS4.x, the codesource url is set to the top level deployment. As part of the VFS layer, we wanted the ability to set the CS at individual jars le...
    Profile Photo
    created by anil.saldhana
  • JAXB Deployer

    I have an independent JAXB model for configuration from a separate project called as JBossXACML (which does not have any dependencies on JBossXB). As part of https://jira.jboss.org/jira/browse/JBAS-6607, I tried usin...
    Profile Photo
    last modified by anil.saldhana
  • Annotation for MC bean

    I am trying to write a new annotation for MC beans similar to what the JMX/JndiBinding annotations do. I took a look at http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/aop-mc-int/src/main/java/or...
    Profile Photo
    last modified by anil.saldhana
  • Explicit listing of Boot Classpath

    Came across this while addressing: https://jira.jboss.org/jira/browse/JBAS-6698 I was under the impression that anything in $JBOSS_HOME/lib should be on the boot CP. As such the ServerLoader in jboss-bootstrap constr...
    Profile Photo
    last modified by alrubinger