I am getting the following error when deploying an application on JBoss 4.2.1 7:05:59,673 ERROR [Application Name]StandardWrapper.Throwable
I have a web application running in a jboss application server (But it is not jboss specific so we could also assume it is a tomcat or any other server). Now I have the problem that one thread seems t
I have an application that was written on JBoss 3.2.5 and I am tasked with migrating it to JBoss 5. I am unable to deploy the application because it relies on JBoss MQ, which I read has been replaced
(As asked in title:) How do I tell what version of JBoss I am running? I am 开发者_StackOverflow中文版also curious what version of tomcat I am running. Does a specific version of JBoss correspond to
I am trying to find a way to enumerate the EJB\'s and MBeans that have been deployed to a JBoss server. I was looking down the path of somehow using the JDI Context, but all I can get are the binding
We have a jboss esb server which is reading files from the file system in a scheduled way (schedule frequency of 20sec) and convert them into the esb message then we parse the message.
Is there any way I can get url address of an application from java code, I mean comple开发者_Go百科te address not only value from getContextPath(). Something like http://localhost:8080/etcTry with get
I\'ve got a remote server on eapps.com that I\'m using as my \"production\" server. I have my own computer at home that I\'m using as my \"development\" server. I\'m trying to use JNDI over H开发者_如
I have a .dslr file consiting of a rule(dslr) and a dsl file. I need to get the XML output of the DRL from this dslr.
I am trying to deploy an ear file to JBOSS AS (defalut server). The application is the mavenised version of examples of SeamInAction book.