Questions tagged [jboss]

JBoss Application Server (JBoss AS) is a free software/open-source Java EE-based, Cross-platform Application Server.

JBoss Application Server (JBoss AS) is a free software/open-source Java EE-based, Cross-platform Application Server.

The company JBoss is a division of Red Hat, Inc. that charges to provide a support subscription for JBoss Enterprise Middleware e.g. JBoss application server.

JBoss AS is a Java EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals. JBoss AS provides the full range of Java EE 6 features as well as extended enterprise services including clustering, caching, and persistence.

Starting with version 8, JBoss AS goes under the name .

Consider using a version specific tag:

References

Other Useful Resources

15135 questions
13
votes
1 answer

Self Signed Certificate

I'm trying to get a cert to work with a dev url on my local machine. I've generated a self signed cert using keytool and have it connected with jboss. In chrome I can click on the lock with the x in it to view the cert details. I downloaded the…
James Oravec
  • 19,579
  • 27
  • 94
  • 160
13
votes
4 answers

JBoss AS 6 Logging Patterns

In the deployment directory of JBoss 6, there is jboss-logging.xml: The FILE appender has following pattern: This outputs something as follows: 2010-08-02 17:41:43,845 INFO [STDOUT]…
Jan
  • 9,397
  • 13
  • 47
  • 52
13
votes
1 answer

JBoss ShrinkWrap. Adding file from other module.

Multi module project. In my ejb module I have the highlighted files. I would like to use the same files running a arquillian test in the web module. In the pom.xml file in web module I have a dependency to the ejb module, but with scope provided…
klind
  • 855
  • 2
  • 21
  • 33
13
votes
3 answers

Spring Boot + WEB-INF

I have a very simple spring boot project with dependency org.springframework.boot spring-boot-starter-web
Mayurb
  • 577
  • 2
  • 10
  • 21
13
votes
2 answers

jboss-deployment-structure.xml does not loads the dependencies in My EAR project

this is my jboss-deployment-structure.xml of EAR project.
Sindhoo Oad
  • 1,194
  • 2
  • 13
  • 29
13
votes
7 answers

Jboss Server Error:Server already running on localhost

I am working on web project where jboss application server is required. After configured the jboss server, I was running my application. It is showing error like:Server already running on local host.Web found a running server at URL…
user1835080
  • 269
  • 2
  • 3
  • 14
13
votes
2 answers

Strange jboss console error

I'm creating additional module to already multi-module maven project. And for this one I want everything to be like in other modules(meaning dependencies) just to test hello world, then I'll go do some more complex stuff. And it does print hello…
ant
  • 22,634
  • 36
  • 132
  • 182
13
votes
2 answers

HTTP Request returns 200 OK but no content in response

In developing a particular web site, I have an intermittent issue when loading the site in Firefox (haven't been able to compare in IE or Chrome). The site loads several javascript files, css stylesheets, images, etc. Occasionally, one or more of…
pacifier21
  • 813
  • 1
  • 5
  • 13
13
votes
1 answer

Difference betwen org.wildfly.bom and org.jboss.spec for Java EE7 with maven

I am working in a new project that is going to use Java EE 7 with WildFly, but I am still confused about which maven dependencies I should use. I have found these two groups that apparently I can use: org.wildfly.bom and org.jboss.spec They have the…
jonathan
  • 422
  • 4
  • 12
13
votes
3 answers

docker jboss7 war commit. Server boot failed in an unrecoverable manner

Is there some way to deploy .war files into Jboss-as7 running inside a docker container Because my jboss server seems to fail after a docker commit. Could not rename /usr/local/share/jboss/standalone/configuration/standalone_xml_history/current…
Juan Rojas
  • 8,711
  • 1
  • 22
  • 30
13
votes
2 answers

could not read column value from result set

1)my hibernate not work when upgrade from Jboss5.1.0 to Jboss5.2.0, so Hibernate get upgrade as well. before upgrade: hibernate-core.jar: 3.3.1.GA hibernate-entitymanager.jar: 3.4.0.GA hibernate-annotation.jar: 3.4.0.GA after…
Bond Chen
  • 168
  • 1
  • 8
13
votes
2 answers

Spring JTA configuration - how to set TransactionManager?

We configure our Spring transaction in Spring config as: I gather this means that Spring will automatically discover the underlying JTA implementation. So when we start up JBoss we see these messages while Spring…
Marcus Leon
  • 55,199
  • 118
  • 297
  • 429
13
votes
2 answers

Maven: javaee-api vs jboss-javaee-6.0

I want a Java JEE6 project built with maven, and I want it standard So, I put this in my pom.xml: javax javaee-api 6.0
david24365
  • 143
  • 1
  • 1
  • 6
13
votes
1 answer

JBoss standalone.conf VS standalone.conf.bat

I'm currently checking up on our JBoss AS7.1 server configuration and I discovered these two previously-configured files in our jboss/standalone/bin directory: standalone.conf standalone.conf.bat Now I'm interested in tweaking our JAVA_OPTS and…
Jensen Ching
  • 3,144
  • 4
  • 26
  • 42
13
votes
5 answers

Error "java.lang.NoSuchMethodError: org.jboss.logging.Logger.getMessageLogger"

I am trying to build 1 hybrid test project using spring + hibernate. After deploying... I am getting frustrated with this error.. and searched in google but still not getting it working... Caused by: java.lang.NoSuchMethodError:…
Love Sharma
  • 1,981
  • 1
  • 18
  • 37