Log in to follow, share, and participate in this community.
Thread jee module's alt-dd
jee module's alt-ddI see that it has been mentioned here for the WAR modules http://www.jboss.com/index.html?module=bb&op=viewtopic&t=131976 but that affects other modules too, e.g. EJB. To mee it looks like the filename shoul...
Thread Deploying multiple service through the ServiceDeployer
Deploying multiple service through the ServiceDeployerFolks, 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...
Thread Module Order Proprietary Option Backward Compatibility Issue
Module Order Proprietary Option Backward Compatibility IssueHi 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...
jboss-app/module-orderhttp://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?
Remoting 3 deployersI'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...
Thread Deployment dependencies via WebMetaData and ServiceMetaData
Deployment dependencies via WebMetaData and ServiceMetaDataDiscussion 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...
Thread Explicit depends tag on the bean definitions for the deploye
Explicit depends tag on the bean definitions for the deployeScott 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...
Thread HOWTO: remove a deployment context that is in error?
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:...
Thread failed deployment seen as new by Profile.getModifiedDeployme
failed deployment seen as new by Profile.getModifiedDeploymeRevealed 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...
JBossEjbParsingDeployerFor 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 ...
DeployerConfig vs. WebMetaDataWanting 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...
Thread Deployer order solely based on inputs/outputs now?
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...
Thread JBAS-4593 -- Leaking classloader via JMX Notifications
JBAS-4593 -- Leaking classloader via JMX NotificationsMike 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...
Thread Warning when trying to use a deployment context in error?
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...
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...
Unable to redeploy war fileI 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...
Ear deployment ordering broken in trunkLooks 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...
Thread Optional input for AbstractSimpleVFSRealDeployer
Optional input for AbstractSimpleVFSRealDeployerHow 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 ...
Ordering of .ear subdeploymentsI'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...
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...