• Deploying multiple service through the ServiceDeployer

    Folks, I have/had an issue with a deployment wanting to create multiple services 1) EJBDeployer attaches ServiceMetaData 2) WebServiceDeployerEJB generates and attaches JBossWebMetaData 3) TomcatDeployer also attach...
    Profile Photo
    last modified by thomas.diesler
  • Module Order Proprietary Option Backward Compatibility Issue

    Hi folks, I was asked by Dimitris to initiate this forum thread. The problem I'd like to talk about is described here: http://jira.jboss.com/jira/browse/JBAS-5115 In short: I've got correct AS 4.x DD with the fol...
    Profile Photo
    last modified by ropalka
  • jboss-app/module-order

    http://jira.jboss.com/jira/browse/JBAS-5115 It's present in jboss-app_4_2.dtd but not in jboss-app_5_0.dtd. Is that by mistake or is it removed?
    Profile Photo
    last modified by aloubyansky
  • Remoting 3 deployers

    I'm working on creating deployers for Remoting 3. The design I'm thinking of will allow deployment and/or configuration of: * Endpoints * Protocol support modules * Protocol server instances * Server interceptor modu...
    Profile Photo
    last modified by dmlloyd
  • Deployment dependencies via WebMetaData and ServiceMetaData

    Discussion related to http://jira.jboss.com/jira/browse/JBAS-4763 AIUI, if you add a element to a jboss-web.xml, that results in a call to WebMetaData.addDependency(). In AbstractWarDeployer.deployWebModule() those d...
    Profile Photo
    last modified by brian.stansberry
  • Explicit depends tag on the bean definitions for the deploye

    Scott mentioned that there is no need to add explicit depends tag on the bean definitions for the deployers. Eg: The EJB2xDeployer has a depends tag on SecurityDeployer. The WebServiceDeployerEJB has a depends tag on...
    Profile Photo
    last modified by anil.saldhana
  • HOWTO: remove a deployment context that is in error?

      "Brian" wrote: I think something recently changed in the deployer code. I have a test that deployers a sar where some beans are deliberately meant to fail. At the end of the deployment, the following is logged:...
    Profile Photo
    last modified by wolfc
  • failed deployment seen as new by Profile.getModifiedDeployme

    Revealed by running org.jboss.test.profileservice.test.ProfileServiceUnitTestCase. If there is e.g. an empty -ds.xml file it will re-deployed over and over again even though it's not been modified. org.jboss.deploye...
    Profile Photo
    last modified by aloubyansky
  • JBossEjbParsingDeployer

    For the moment I've reinstated the hack to get to the deprecated EJB 3 deployers. I've added EjbJarMetaData as an optional input, because we use it to specify overridden meta data. I don't like the exception coming ...
    Profile Photo
    last modified by wolfc
  • DeployerConfig vs. WebMetaData

    Wanting to clean up some stuff related to clustered webapp configuration, but first want to be sure I understand how things are meant to work. Looking at DeployerConfig and WebMetaData, it seems like there's some ove...
    Profile Photo
    last modified by brian.stansberry
  • Deployer order solely based on inputs/outputs now?

    Is deployer order solely based on inputs/outputs now? If so I believe I have a serious problem. I don't think the current approach in the EJB3 container of creating DependencyItems and RegistryPlugins is going to work...
    Profile Photo
    last modified by bill.burke
  • JBAS-4593 -- Leaking classloader via JMX Notifications

    Mike Millson asked me to have a look at http://jira.jboss.com/jira/browse/JBAS-4593; reporting here what I've found: The heap info posted on the case shows a path leading from a UnifiedClassLoader3 through a JMX Noti...
    Profile Photo
    last modified by brian.stansberry
  • Warning when trying to use a deployment context in error?

    Can we have a warning when we use a deployment context in error? In normal operation this condition should never occur, but I'm seeing some problems in EJB3Deployment in regards to unwinding a deployment. So the cont...
    Profile Photo
    last modified by wolfc
  • AS Startup time suggestions?

    So is there any suggestions for how to cut down startup time here? I mean anything I can do on my "install" that would speed it up. Thanks 09:24:58,500 INFO [ConnectionFactoryBindingService] Bound ConnectionManage...
    Profile Photo
    last modified by bytor99999
  • Unable to redeploy war file

    I have a simple war file for a Cactus unit test, so there is just one Servlet in in. Anyway, I get errors when trying to redeploy in AS5, This is from building the AS from JBoss-head. 7/17/07 09:17:24,078 INFO [Tom...
    Profile Photo
    created by bytor99999
  • Ear deployment ordering broken in trunk

    Looks like EAR deployment ordering stuff done last summer for 4.0.5 is missing in trunk. This is resulting in the same types of test failures I had last year in http://jira.jboss.com/jira/browse/JBAS-3503. Seems like...
    Profile Photo
    last modified by brian.stansberry
  • Optional input for AbstractSimpleVFSRealDeployer

    How can I tell an AbstractSimpleVFSRealDeployer (org.jboss.ejb3.deployers.AppClientScanningDeployer) that its input is optional? In this case there is no xml descriptor, so the AppClientParsingDeployer didn't create ...
    Profile Photo
    last modified by wolfc
  • Ordering of .ear subdeployments

    I've seen posts complaining about .ear subdeployment ordering. Although the EARDeployer keeps the ordering of the referenced "modules", those are eventually transformed to DeploymentInfo subdeployments (where the ord...
    Profile Photo
    last modified by dimitris
  • EJBRegistrationDeployer causes loop!?

    On one machine (and only on that machine) the EJBRegistrationDeployer won't come up. The EJBRegistrationDeployer doesn't take any inputs, so how can it cause a loop? 2007-07-03 16:01:59,825 WARN [org.jboss.kernel.plu...
    Profile Photo
    last modified by wolfc
  • How to control sequence of deployment of war file in JBOSS

    Hi Guys, Lets say i have sapweb.war and SWIM.war under JBOSS_HOME/server/deploy when i start my jboss as , it always try to load SWIM.war first which gonna cause my SWIM.war failed because SWIM.war only can be dep...
    Profile Photo
    created by just_a_kid