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
3
votes
1 answer

JBoss Seam cancel request with a button

I have an application with requests which fetch lists from huge tables (7 mil+ records) that can take up to 10 seconds to complete. Is there any way to have a cancel button to cancel the request instead of waiting for the previous request to…
Mike
  • 358
  • 1
  • 2
  • 12
3
votes
1 answer

Jboss contextRoot in EJB3 without web component

I have an EAR without a WAR but with an EJB-JAR. One EJB inside the JAR exposes a service with @WebService. All works, but I don't know how control the urlcontext of the exposed service. Now it's something like: …
Kaltresian
  • 961
  • 3
  • 14
  • 32
3
votes
2 answers

JBoss UnknownHostException when on different network

I'm having a bit of a problem with getting JBoss working across networks. As a quick overview, we have a development network (which I'll call DEV), and a client network (say.. CLIENT!). These are connected via a firewall. In the Dev network, the…
Robert Wilson
  • 843
  • 2
  • 10
  • 26
3
votes
1 answer

How do I register a server in the default RMI registry for JBoss and access it from a client running in another JVM?

I am trying to access a Jackrabbit repository deployed on a JBoss application server via RMI. I am getting the following exception when I try to connect to the factory using…
Brian Matthews
  • 8,506
  • 7
  • 46
  • 68
3
votes
1 answer

JBoss server does not get changes

Eclipse Indigo Version: Indigo Service Release 1 Build id: 20110916-0149 JBoss 6.1.Final I have a server which i have configured with some support, but it has broken down. Broken down means, even tough i; - stop the server, - clean and build…
merveotesi
  • 2,145
  • 15
  • 53
  • 84
3
votes
4 answers
3
votes
2 answers

Injecting EJB within JAX-RS resource on JBoss7

I'm wondering why ejb injection into JAX-RS resource (RestEasy on JBoss7) is not working. EJBs are not part of war but its own EJB jar but I supposed this should not be the problem. I'm forced to do the ctx.lookups "workaround", which are not…
zdenda.online
  • 2,451
  • 3
  • 23
  • 45
3
votes
1 answer

How can i make a .war file that works Jboss to work under Jetty web server?

How can I make a .war file that works Jboss to work under Jetty web server? I have a war file that is working under JBOSS webserver; However I want to deploy it under jetty but its giving me the following exception: java.lang.IllegalStateException:…
roy
  • 33
  • 1
  • 9
3
votes
2 answers

How can I get web request statistics in JBoss 6 or 7?

Does the JMX interface in JBoss AS 6.1 or 7, or a web admin console area, offer some basic values like total request count? Or is there logging of HTTP requests which only needs to be enabled so I can get standard web server log files?
mjn
  • 36,362
  • 28
  • 176
  • 378
3
votes
2 answers

Eclipse doesn't automatically wire sources when debugging on JBoss

When I'm debugging in a Maven dependency, which source I've downloaded and I can view in the Eclipse Java perspective, the source doesn't get displayed. Shouldn't Eclipse wire the sources automatically?
user321068
3
votes
1 answer

How to collect logs in jboss related to a single request?

I am developing a Java EE web application that is run under JBoss. I want to do the following: When a user sends an http request (by opening a page or through AJAX) all the logs that are related to this request are collected and then saved into the…
artemb
  • 9,251
  • 9
  • 48
  • 68
3
votes
1 answer

Custom SSL TrustManager for Java App server

I'm trying to setup SSL connections for a web service that is B2B and need to do client authentication on the server. Since the server hosts URLs that are also accessible from regular users through browser, not all connections to the host need to…
Ben Developer
  • 166
  • 1
  • 8
3
votes
3 answers

How to redeploy an EJB Project without restarting the server

I'm new to JBoss Seam and Java web app development in general. One thing that I cannot figure out while going through a few tutorials is how to redeploy beans that I've made changes to in an EJB project without having to restart the JBoss…
Fuzzy Analysis
  • 3,168
  • 2
  • 42
  • 66
3
votes
0 answers

Unable to proxy a JBossMQ queue in Spring

Spring JMS going against a JBoss 4.x JBossMQ queue (I know, old JBoss, JBossMQ superseded by JBoss Messaging, but I can't change the stack). Everything works when the Spring JMS configuration is loaded at startup, but when I make the JNDI lookups…
atrain
  • 9,139
  • 1
  • 36
  • 40
3
votes
1 answer

BlazeDS over HTTPS

I'm trying to configure BlazeDS to work over HTTPS. We've got Apache in the front that is set to redirect all http traffic to https. Apache then communicates with the application (a JBoss AS 5.1) via http. I've tried a lot of configurations for…
thorseye
  • 237
  • 6
  • 16
1 2 3
99
100