Log in to follow, share, and participate in this community.
Thread How to control sequence of deployment of war file in JBOSS
How to control sequence of deployment of war file in JBOSSHi 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...
Thread Deploy war files with same application name
Deploy war files with same application nameHi Friends, How to deploy war files with same application name. My scenario. Two War Files with the name PROJECT1.WAR; one is for testing and another is for development which are running in the same server. Any alt...
migrating from BES to jbossHello, I'm on the way to migrate an application fdeployed and compiled with Borland Entreprise Server (BES)t o JBoss, can anyone give me a howto? Thanks
Thread Unable to Operate a button after deployment in JBoss
Unable to Operate a button after deployment in JBossHi Experts, Im new to J2EE. Here is my scenario. In Eclipse IDE my toolkit program works well. Step 1: I converted my packages to a JAR and placed its location in the server. Step 2: I took my JSP applications a...
Error while deploying jar fileHi I am new to jboss. I am getting the following error messages while starting the server. I copied ServiceBean.jar file to the /server/default/deploy/ directory for deploying it while starting the server. please hel...
Deploying Incubator CXF under jboss 4.0.5Hi all! I hope someone will be able to give us a solution to a problem that we are experiencing. We are trying to work with Celtix as ESB under jboss environment (vers 4.0.5) We have followed all the instructions to...
MainDeployer.listDeployed() returns empty collectionThe admin console uses MainDeployer's listDeployed() operation to obtain needed information, but on the JBoss 5.0 Beta1 release, the results returned from listDeployed() is empty. Does anyone know what's going on? Has...
Thread How to deploy multiple hars (atleast two) in jboss?
How to deploy multiple hars (atleast two) in jboss?Hi All, We have a product customized to different clients. We have a basic har which does the hibernate related stuff (common to all clients). Now we have implemented the customized work flow management which will be...
Question of hot-deploying jar fileSorry if this sounds like a stupid question. It is fine to hot-deploy web app, but I'm wondering what does it take to be able to hot-deploy a normal jar file. The reason is this: we want to put Mule inside JBoss, wh...
org.jboss.util.FileProtocolArchiveBrowserFactoryhttp://jira.jboss.com/jira/browse/JBCOMMON-19 As part of porting Scott's fixes for http://jira.jboss.com/jira/browse/JBAS-3866 into common-1.x, I found out the org.jboss.util.FileProtocolArchiveBrowserFactory had als...
Thread JBAS-4194 . Configurable Default TX attribute for CMT
JBAS-4194 . Configurable Default TX attribute for CMTCouple of Approaches which comes to my mind are : Approach 1 : There should be the configurable Parameter in the org.jboss.ejb.EJBDeployer which will be used to set the default TX attribute . The attribute should be ...
CAS in JBossI am trying to deploy CAS in Jboss and I having a Log4J error:
11:15:49,814 INFO [TomcatDeployer] deploy, ctxPath=/cas, warUrl=.../tmp/deploy/
tmp39339cas-exp.war/
11:15:50,486 ERROR [STDERR] log4j:ERROR Could n...
Thread scanning unpacked deployment units outside the jboss server
scanning unpacked deployment units outside the jboss serverHi, I'm developing war deployment units for JBoss 4.0.2 all the time. One of the bottlenecks for developer productivity is the code deploy test cycle (probably most people feel this). Jetty now has this plugin for m...
Thread Tracing what happens before EARDeployer starts
Tracing what happens before EARDeployer startsI'm new to JBoss internals. I'm having a very strange problem: I have two applications in EAR files. When I deploy them on my desktop machine here (localhost) I get normal log messages. When I set up a virtual-host en...
Thread Help needed on Deploying a Struts Application as a portlet o
Help needed on Deploying a Struts Application as a portlet oHi I am trying to deploy a struts application as a portlet on JBoss portal 2.4.0.GA...I get this error while deploying...Any suggestions will be appreciated
[org.jboss.portal.core.impl.model.instance.PersistentInst...
Dynamically reordering of deployersThe JAXWSDeployerJSE attempts to dynamically insert itself before the JBossWebAppParsingDeployer like this:
public int getRelativeOrder()
{
if (relativeOrder == 0)
{
// Order this deployer before the JBossWebA...
DeploymentUnit access to parentThe DeploymentUnit deprecates access to the DeploymentContext
/**
* Get the deployment contxt
*
* @return the deployment context
*/
@Deprecated // If you are using this, then think about it.
DeploymentContex...
How to start a single application in jbosshi, Is it possible in Jboss that i start the server with a particular path of my ear file. And jboss Server only deploy that application at the time of server startup. I have one more issue that in my server 5 ear i...
Thread Failure during deployment scan results in JBoss undeployment
Failure during deployment scan results in JBoss undeploymentRecently we had a running JBoss instance undeploy itself for unknown reasons. Upon inspecting the the log file we came across Could not list directory '/usr/local/jboss-4.0.3/server/default/deploy', reason unknown ...