Log in to follow, share, and participate in this community.
Thread Error redeploying dependent war
Error redeploying dependent warI have a deployed webapp which depends on some mbean (having depends clause in jboss-web.xml). When mbean is being redeployed it causes redeploying this webapp which finishes with NPE in WebModule.java This bug repro...
EAR MetadataThis is in regards to EJBTHREE-617 Maybe a generic metadata facility would be a better approach rather than a specifc jndi binding setting in jboss-app.xml? This way EAR subdeployment types can evolve without having ...
Thread Random OutOfMemoryError on the initial deploy of conf/jboss-
Random OutOfMemoryError on the initial deploy of conf/jboss-(Moving here from private discussion) This is relatively easy to reproduce by using any out of-the-box jboss v4.0.2/4.0.3SP1 on a linux/sun 64bit 1.5.0_05 jdk (e.g. dev17). One out of ten times, or so, we get an OOM...
Thread Make the URLDeploymentScanner pseudo-transactional
Make the URLDeploymentScanner pseudo-transactionalRelated to: http://jira.jboss.com/jira/browse/JBAS-3118 I refactored Andy's initial changes to come up with a hopefully clearer API, that deals with all combinations (not just redeployments) still does want Andy need...
DeploymentInfo.ucl vs localClWhen deploying something, the subdeployer receives a DeploymentInfo. I am interested in finding the classloader being used for the deployment, both when deploying as a scoped and a normal deployment. The DeploymentInf...
Thread Hibernate w/JBoss, multiple hbm class paths and datasources.
Hibernate w/JBoss, multiple hbm class paths and datasources.I hope someone here has an answer for me. We are using Novell's exteNd portal with JBoss and have multiple db connection pools setup for the various databases used by the portlets. Some are shared, many are not. I am ...
JBoss Atomic Farm DeploymentI'm trying to help with Farm deployment and would like to start a forum discussion on issue JBCLUSTER-26. Ben Wang and I discussed the need for atomic deployment support last week, the information below is partly base...
Thread Need DeploymentServiceMBean.updateModule() method
Need DeploymentServiceMBean.updateModule() methodSo far, the admin console project has been using the DeploymentServiceMBean.createModule() to define new data sources and JMS destinations to deploy. Now, however, we need to modify existing configuration files locat...
Another kind of deployerSome time ago I asked a question about the pros and cons of implementing a deployer using the SimpleSubDeployerSupport. I finished my deployer which may be of interest to other members of the JBoss community. http://...
Thread JBAS-2350, ServiceBindingManager should not be a service
JBAS-2350, ServiceBindingManager should not be a serviceRelated to this installer issue is the known problem of the ServiceBindingManager being a service when it should be an aspect of the ServiceController. Enabling the ServiceBindingManager should be enabling/configuring...
Thread Making JARDeployer accepting explicit suffixes
Making JARDeployer accepting explicit suffixesCurrently the JARDeployer is a bit "liberal" on what it accepts: non .xml or .bsh deployments non WEB-INF/ or META-INF/ with *.xml content So it accepts, for example: - foo.txt, leading to a .Zip open error - foo.t...
Deployer accepts() orderingPosting here from the dev list for reference Bill: I just implemented being able to deploy ejb3 archives in a .jar. To make this work, I have to guarantee that the EJB3 deployer runs accepts() before the old EJB2.1...
Parallel deploymentHello, I am currently looking into parallel deployment (of EARs) when more than one cpu is available. This should speed up system startup times for bigger machines. It looks like URLDeploymentScanner.scan() is about...
Explicit dependencies from VFSHi, currently, the dependencies between deployment units come in two flavours - implicit by name / ending - explicit by depends-entries Unfortunately those are not available at the same time. It would be good to have...
Thread Setting URLDeploymentScanner.ScanEnabled at runtime
Setting URLDeploymentScanner.ScanEnabled at runtimeDisabling ScanEnabled in the URLDeploymentScanner MBean at runtime has no effects. It would be useful to disable scanning via JMX console when doing some changes on the filesystem we don't want immediately hot-deploy...
What is the Bind addressWe are missing a piece of configuraton. Currently, the jboss.bind.address is always set to 0.0.0.0 by default. It would have been better to have
${jboss.bind.address:0.0.0.0}
in the configurations, but that is an ...
Should I use SimpleSubDeployerSupport?I am working on a type of component which requires a new deployer. I am thinking about subclassing SimpleSubDeployerSupport and would like to know if this is a good idea or if the near-time development of jboss makes ...
Thread How to use org.jboss.util.loading.Translator
How to use org.jboss.util.loading.TranslatorHi, I'm trying to translate web application's classfile (bytecode) at load-time. I heard that org.jboss.util.loading.Translator allows changing the behavior of UCL and then implemented and attached the simple transla...
VFS Aspect for deploymentsRegarding, http://jira.jboss.com/jira/browse/JBAS-2380 I have gotten back to prototyping this. The notion of the VFS aspect is that class loading and deployers should not be dealing with the current local file, jar un...