• AbstractParsingDeployerWithOutput->setName

    http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/tags/2.0.5.GA/deployers-spi/src/main/java/org/jboss/deployers/spi/deployer/helpers/AbstractParsingDeployerWithOutput.java There is a setName method that...
    Profile Photo
    last modified by anil.saldhana
  • Customizing attachment name in parsing deployers

    Is there any way by which the parsing deployers store metadata attachments in the deployment unit keyed in by a custom attachment name rather than the deployment type? Use case: There are 2 or more parsing deployers ...
    Profile Photo
    last modified by anil.saldhana
  • EAR CL isolation is broken

    WRT - https://jira.jboss.org/jira/browse/JBAS-6600 current impl of EarClassLoaderDeployer looks pretty much broken. From 5_0 branch public void deploy(DeploymentUnit unit, JBossAppMetaData metaData) throws Deploy...
    Profile Photo
    last modified by alesj
  • Locking in DeploymentRepository

    While fixing JBAS-6330 I saw I need a lock on the HDScanner as in 5_x we do check for modifications differently. (multiple profiles, hence multiple urls) I would need a lock on the HDScanner when Tools want to suspen...
    Profile Photo
    last modified by alesj
  • Stable deployment API for tools

    The tools team is concerned that the profile service is too much of a moving target, and that they need a stable API & protocol that is BC across minor releases. Since their usage is limited to basic deployment (...
    Profile Photo
    last modified by jason.greene
  • Clustered DeploymentRepository for 5.1

    I'll be posting here some FYI stuff re: what I'm doing to get a clustered impl of a DeploymentRepository working, specifically for 5.1. There's been a lot of demand for a Farm service replacement, so my 5.1 target is...
    Profile Photo
    last modified by brian.stansberry
  • Integrating platform mbeans into kernel bus?

    One thing I need to do is enable the KernelBusRuntimeComponentDispatcher to be aware of the platform mbeans. I can just code that knowledge directly into the KernelBusRuntimeComponentDispatcher, but is there a better ...
    Profile Photo
    last modified by starksm64
  • admin-console deployment errors

    I'm trying to deploy the current embjopr admin-console.war trunk build against the current jbas5 Branch_5_x build and its failing with: 08:38:25,977 INFO [TomcatDeployment] deploy, ctxPath=/admin-console 08:38:28,6...
    Profile Photo
    last modified by starksm64
  • Backing the Web Beans Application scope

    Currently we back the Web Beans Application scope with the servlet context, however this isn't sufficient as Servlet may not be available. The application context should available for the whole time the application i...
    Profile Photo
    last modified by pmuir
  • Bringing the trunk profile service changes to 5_x

    I took a look at merging the current trunk profile service changes into the Branch_5_x using just the 6.0.0.Alpha3 org.jboss.integration:jboss-profileservice-spi, but I see it has dependencies on updated deployer clas...
    Profile Photo
    last modified by starksm64
  • Removal of AS bootstrap module

    https://jira.jboss.org/jira/browse/JBAS-6476 "bootstrap" module of AS is set to be removed in favor of the standalone component: http://anonsvn.jboss.org/repos/jbossas/projects/bootstrap/trunk/ We've had dual sourc...
    Profile Photo
    last modified by alrubinger
  • jboss-threads brought into jbossas repository...

    ...and I've mostly finished (locally) a basic integration of the deployer into AS 5.x. I'm probably going to finish it fully tonight, and then have a look around to see if there's anything that can/should be moved to ...
    Profile Photo
    last modified by dmlloyd
  • Our CL info tooling

    I guess we can build our OSGi-izing tools around this: - https://jira.jboss.org/jira/browse/TTALE-44 Or should we take some existing tool, like BND: - http://www.aqute.biz/Code/Bnd I guess the best way would be if...
    Profile Photo
    created by alesj
  • State of JDK logging in jboss-logging-jdk

    The jboss-logging-jdk module has three different implementations of java.util.logging.LogManager in it. Rather than adding a fourth, is it OK if I just replace org.jboss.logging.jdk.JBossJDKLogManager? In addition to ...
    Profile Photo
    last modified by dmlloyd
  • Logging integration requirements

    I've posted the logging integration requirements in a Wiki article here: https://www.jboss.org/community/docs/DOC-13346. If you have any comments or contributions, post them here or on the article. I'm developing thi...
    Profile Photo
    last modified by dmlloyd
  • Regression on VirtualFile.toURL()

    Because of a regression in VFS where virtualFile.toURL() used to return 'vfszip:/tmp/ejb3_pkg_scope.ear/ejb3_pkg_scope.jar' and is now returning 'vfszip:/tmp/ejb3_pkg_scope.ear/ejb3_pkg_scope.jar/' JPA deployers doesn...
    Profile Photo
    last modified by wolfc
  • Kernel beans initialization in JBossAS

    WRT: - http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210683#4210683 - https://jira.jboss.org/jira/browse/JBAS-6514 I'll create new kernel.xml file for bootstrap.xml. Or should I stick it into so...
    Profile Photo
    last modified by alesj
  • Getting hold of the real cause of a DeploymentException

    I'm trying to get hold of the real cause of a deployment failure (example shown below, I need to get the javax.inject.DefinitonException). I've tried deploying via JBossTestServices, and via the ProfileService. Both r...
    Profile Photo
    last modified by pmuir
  • JBMETA-110: CreateDestination metadata feature / new metadat

    We need a way to add new vertical features without affecting the horizontal layers. For example CreateDestination required a change to metadata. It'll will also require a new annotation processor, but that one can (/s...
    Profile Photo
    created by wolfc
  • The DeploymentManager and ProfileService

    It seems there were some more people struggling with the DeploymentManger interface, i'll would like to suggest some changes i was planning to do to make it a bit easier to use: The current way to use DeploymentManag...
    Profile Photo
    last modified by emuckenhuber