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
22
votes
2 answers

Eager / auto loading of EJB / load EJB on startup (on JBoss)

EJBs seem to be loaded lazily - whenever accessed. However, I want to initialize them eagerly - i.e. whenever the container starts-up. How is this achieved (in JBoss in particular) This topic gives some hints, but isn't quite satisfactory.
Bozho
  • 588,226
  • 146
  • 1,060
  • 1,140
22
votes
2 answers

JBAS015893: Encountered invalid class name

I'm currently cleaning up my Project and related Errors / Warnings a bit. Everytime i deploy my Maven Project to the JBoss AS 7.1.1.Final I get a lot of Warnings. I found a lot of posts / comments stating to just ignore or hide those warnings. Okay,…
dognose
  • 20,360
  • 9
  • 61
  • 107
21
votes
4 answers

JBoss AS 7 JMX Console

I spent some time checking out JBoss AS7 today. I am impressed with what I have seen so far but I noticed that good ol' JMX-Console no longer exist. Does anyone know why it was left out? I understand that I can connect through JConsole, MC4J etc.…
helios
  • 2,603
  • 4
  • 21
  • 26
21
votes
9 answers

How to deploy WAR of Maven Project to JBoss server from Eclipse?

I want to deploy WAR of Maven project to JBoss server. I know that from Eclipse Export->War deploy the WAR file to JBoss. But How can I do this for Maven Project. Any step by step information or useful website link will be very helpful to me. Thank…
Tapas Bose
  • 28,796
  • 74
  • 215
  • 331
21
votes
5 answers

Fetch Logged In Username in a webapp secured with Keycloak

I have secured an enterprise application with Keycloak using standard wildfly based Keycloak adapters. Issue that I am facing is that the rest web services when invoked, needs to know the username that is currently logged in. How do I get the logged…
aksappy
  • 3,400
  • 3
  • 23
  • 49
21
votes
2 answers

What's the difference between nonXADatasource with jta="true" and XADataSource?

I was confused by the fact that we can allow to use JTA transactions with a non-XA-datasource. Link to the documentation. So what is the difference between XA/non-XA datasources? Why should we use XA-datasources at all?
user3663882
  • 6,957
  • 10
  • 51
  • 92
21
votes
4 answers

Error when deploying an .ear file containing an MDB to JBoss

I am getting the below error while deploying an enterprise archive jar (.ear) to JBoss 7. Can someone please give me pointers on how to resolve this. The JBoss log is 14:44:30,812 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001:…
Student
  • 4,481
  • 8
  • 27
  • 32
21
votes
7 answers

JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]

I have been trying to run with JRebel this configuration: Here is my output: c:\JBOSS\jboss-portal-2.7.2\bin\run.bat -c default c:\JBOSS\jboss-portal-2.7.2\bin>set JAVA_OPTS=-Dhttp.proxyHost=188.173.32.78 -Dhttp.proxyPort=3128 -DproxySet=true…
abg
  • 2,002
  • 7
  • 39
  • 63
21
votes
2 answers

How to specify a particular JAXB implementation?

It seems as though I have already done this once in the past, but I cannot find any reference to what I had done to get it to work. I have a web application in which I want to specify a different JAXB implementation than the one provided by my web…
Eric B.
  • 23,425
  • 50
  • 169
  • 316
20
votes
7 answers

Spring vs Jboss

What are the advantages and disadvantages for Spring vs. Jboss for an enterprise web application.
flybywire
  • 261,858
  • 191
  • 397
  • 503
20
votes
7 answers

@GeneratedValue(strategy = GenerationType.AUTO) not working as thought

I'm trying to persist an object to a database. Keep getting 'Column ID cannot accept null value error'. My object looks like this: @Entity public class TestTable { @Id @GeneratedValue(strategy = GenerationType.AUTO) private Integer…
NullPointer0x00
  • 1,808
  • 3
  • 18
  • 20
20
votes
7 answers

Active MQ vs JBoss Messaging

I am going to choose a JMS message broker for a project. It is critical that the JMS server is stable and can handle a high load of messages. I have narrowed down the list to include Active MQ and JBoss Messaging. I was wondering if any of you…
maskefjes
  • 340
  • 1
  • 3
  • 8
20
votes
6 answers

JBoss: What does the warning EJBTHREE-1246 from the InterceptorRegistry mean?

I am currently developing an EJB 3.0 based application on the JBoss AS 5.0.0.GA and just recently the following warning showed up in the server log: 09:50:19,735 WARN [InterceptorsFactory] EJBTHREE-1246: Do not use InterceptorsFactory with a…
Simon Lehmann
  • 10,737
  • 4
  • 41
  • 53
20
votes
1 answer

Tomcat version within JBoss?

What version of Tomcat does JBoss 5.1.0 have embedded? Thanks
tinny
  • 4,232
  • 7
  • 28
  • 38
20
votes
5 answers

'Hot code replace' not working -- Eclipse doesn't change any code on JBoss

I'm currently experiencing a problem with 'hot code replace' not working on Eclipse Galileo and JBoss 4.2.3. Among other applications I'm running an exploded Java WAR on my local JBoss. The project from which it is build is managed by Maven. I build…
user321068