• Modularising the appserver bootstrap

    I've made a start on modularising the appserver bootstrap, as expected there are some subtle problems laying in wait. CHANGE First, what I've done is replaced bootstrap-beans.xml with a bootstrap.xml that confirms t...
    Profile Photo
    last modified by adrian.brock
  • EJB/War deployer ordering problem

    Trunk seems to be starting the war before the ejb3s are started. This causes a problem, as Seam uses a ServletListener to boot itself, and can try look up EJB3s using JNDI (as described http://docs.jboss.org/ejb3/app...
    Profile Photo
    last modified by pmuir
  • Looking at deployment structure - JBAS-5823

    I'm done with porting the old deployment structure to new ManagedDeployment API: - https://jira.jboss.org/jira/browse/JBAS-5823 But there are a couple of issues: 1) in order to use this new API, we must run in profi...
    Profile Photo
    last modified by alesj
  • Using AnnotationEnvironment in Seam

    I'll describe a bit how AnnotationEnvoroment works, where it comes from, ... but then it should be up to Seam guys to fully incorporate this into Seam's component scanning / lookup. AnnotationEnv API: public interf...
    Profile Photo
    last modified by alesj
  • ProfileService equiv to ServiceBindingManager

    Has there been discussion of how a pojo equivalent to the ServiceBindingManager functionality will be done? Searched a bit and didn't see anything; if there has let me know and I'll search harder. A couple clustering...
    Profile Photo
    last modified by brian.stansberry
  • Integrating aop-mc-int bean metadata with AS5

    I am trying to rewrite the aspect deployers to use the beanmetadata I created in the aop-mc-int project. I have created a SchemaResolverDeployer that parses an AOPDeployment from an -aop.xml file. I need to create so...
    Profile Photo
    last modified by kabirkhan
  • JavaDocs for CR2

    Not sure if this a little bit of the ServiceBindingManager topic but the building of the nightly build does not seem to generate javadocs for the api. Where can I find the javadocs or generate it from the CR2 nightly ...
    Profile Photo
    last modified by anuman36
  • @JMX on a bootstrap service

    I'm trying to apply an @JMX annotation to a bean that's deployed as part of the bootstrap. The bean deploys fine, and I can see it in the jmx-console, but during shutdown I'm getting a CNFE. Any ideas why? The deploy...
    Profile Photo
    last modified by brian.stansberry
  • Patch to MappedReferenceMetadataResolverDeployer fixes EJB3,

    Issue is: http://jira.jboss.org/jira/browse/EJBTHREE-1455 EJB References and EJB Local References need to map to the interface-specific proxy to be equipped with proper information for SessionContext.getInvokedBusin...
    Profile Photo
    last modified by alrubinger
  • Moving AS5_trunk to latest MC Betas

    I've committed my changes from this thread: - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=140655 - JBAS-5848 - JBAS-5804 - JBAS-5807 But I get a few smoke-tests failures, which I don't see ho...
    Profile Photo
    created by alesj
  • ServiceControllerContext.target is null via @JMX

    While figuring out what's the problem with ServiceSupportMBean, I saw that ServiceControllerContext's target is null if mbean is registered via @JMX on plain MC pojo. So things like this don't get what they expect: ...
    Profile Photo
    last modified by alesj
  • Updating to latest MC projects

    The plan is to do beta releases early next week for all the MC projects so we can see where we are. Some of the projects will then move CR1 since they have no outstanding tasks. The main unknowns at the moment are Ka...
    Profile Photo
    last modified by adrian.brock
  • Pushing correct aspect manager for a deployment

    I am working on an edge case for deploying aop in AS using aop-mc-int. I have a deployment1 using default classloading: <deployment xmlns="urn:jboss:bean-deployer:2.0"> <bean name="GlobalDependency" class...
    Profile Photo
    last modified by kabirkhan
  • MainDeployer MBean methods in JBoss 5

    Hi everybody, this post refers to bug http://jira.jboss.com/jira/browse/JBAS-5643 I know that the deployment was reworked, but I don't know which impacts this had on the MainDeployer MBean. At least it seems to be q...
    Profile Photo
    last modified by wolfgangknauf
  • CNFE when using PojiProxy/Remoting

    In integrating EJB3 Proxy w/ EJB3 Core I'm occasionally coming across a CNFE when making a remote invocation from the client to the Container. // Create a POJI Proxy to the Container Interceptor[] interceptors = {...
    Profile Photo
    last modified by alrubinger
  • Exception serializing DeploymentUnit

    While developing a test for my work on JBAS-5822, stumbled on a problem with serialization of DeploymentUnit. My test was based on org.jboss.test.deployers.AbstractDeploymentTest, and called its assertDeployed() meth...
    Profile Photo
    last modified by brian.stansberry
  • Diff behavior with diff AnnotatedMetaDataDeployer

    I'm testing new AnnotationMetaDataDeployer impl. But none of them seems to work for me. ;-( And I don't see what's so different between the new one's and the old one. This is what the old one processes: 2008-07-30 ...
    Profile Photo
    last modified by alesj
  • Making Creators declare supported annotation types

    Is there a way that we could add additional information to the Creators used in AnnotationMetaDataDeployer, getting the annotation types they are able to handle. This would help with the performance when using my Alt...
    Profile Photo
    last modified by alesj
  • Pushing MC notion to Seam/ServletContext

    What would be the best/easiest way to push MC's Kernel/Controller/DeploymentUnit to Seam? Seam apps start via ServletContextListener: - http://anonsvn.jboss.org/repos/seam/trunk/src/main/org/jboss/seam/servlet/SeamL...
    Profile Photo
    last modified by alesj
  • JBoss Managed - CR1

    One of the dependencies for MC/Deployers is the JBoss Managed project which is currenlty Scott's project. Scott what is the status of this, do we need a proper CR1 release of this to continue with the finalization of...
    Profile Photo
    last modified by adrian.brock