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
4 answers

What are the major frameworks/libraries for Java AOP?

I'm aware of AspectJ, Spring, and JBoss. Are there other mature and widely adopted frameworks?
Jacob
  • 327
  • 3
  • 13
3
votes
2 answers

Replacing Websphere's WorkManager in JBoss?

We're moving from Websphere to JBoss, but some of the code has dependencies on Websphere's WorkManager (com.ibm.websphere.asyncbeans.WorkManager). Has anyone dealt with this before and have recommendations on how to replace Websphere's WorkManager…
Chris Kessel
  • 5,583
  • 4
  • 36
  • 55
3
votes
2 answers

Is it possible to use two different versions of JasperServer with the same website?

Summary: is it possible to serve reports created with 2 different versions of iReports in the same web front end? Background: I have inherited a large number of (still-functioning) reports written using iReport 2.0.1 (migrating them all to a later…
223fms
  • 86
  • 1
  • 6
3
votes
2 answers

How to create a DataSource in JBoss application server

Can anybody provide the steps for creating DataSource in JBoss server(5.0) with Oracle Database.. Thanks in Advance
Nithin
  • 255
  • 1
  • 6
  • 15
3
votes
1 answer

Maven Jboss archetypes catalog on eclipse m2e

Just a simple question since I cannot find the correct url on the Jboss AS 7 started guide. When I'm creating a new project using the maven project wizard... on the archetype selection I cannot find anyone starting with org.jboss.spec. I think…
Pablo
  • 3,433
  • 7
  • 44
  • 62
3
votes
0 answers

JBoss AS7 long startup, strange warnings

I use a JBoss AS7 (7.0.2.Final) server. The startup takes a long time (a couple of minutes) and there are strange warning in the logs: 09:51:20,822 WARN [org.jboss.as.protocol] (pool-2-thread-6) JBAS012100: Got error closing channel JBREM00206:…
mrzasa
  • 22,895
  • 11
  • 56
  • 94
3
votes
5 answers

Out of Memory error starting JBoss with Portal from Eclipse

I cannot get JBoss Portal to start from Eclipse, though the AS alone starts fine, and the Portal starts correctly as well, when started from the command line as opposed to from within Eclipse. I'm running in Windows, with 3GB. Suggestions? Thank…
David
3
votes
2 answers

JBoss 4: where do I deploy global filters?

I want to use "global" HTTP filters. Therefor, I edited deploy/jboss-web.deployer/conf/web.xml and added: StatisticsFilterHitCount
Ivivi Vavava
  • 723
  • 1
  • 8
  • 11
3
votes
3 answers

Concept for reusable login session in rmi ejb calls

This is not a simple question its just because i'm rethinking our architecture for securing our EJB 3.0 service by a login and security. We have a EJB3.0 application on JBoss 5.1 that offers various services to a SWT client to read and write data.…
martin
  • 980
  • 1
  • 13
  • 28
3
votes
2 answers

JBoss startup options questions

I'm starting JBoss as7 via standalone.bat, which sources it's JAVA_OPTS startup options via standalone.conf.bat. I set most of my JAVA_OPTS in standalone.conf.bat, I have some questions about some JAVA_OPTS -mp "/opt/jboss-as-7.0.0.Final/modules"…
user619804
  • 2,286
  • 12
  • 46
  • 71
3
votes
3 answers

Mobicents Diameter

I want to use the Mobicents Diameter implementation to build my Application , but I do not need the mobicent or the JBoss , is it possible to use the Mobicents Diameter for (Rf, sh, ...)interfaces alone without installing the jboss and Mobicents…
Mike Albren
  • 203
  • 3
  • 6
  • 15
3
votes
2 answers

Unable to access datasource remotely through JBoss

Context I have a JBoss where I have sucessfully deployed a datasource mydatasource-ds.xml. It's JNDI name is java:mydatasourceDS. JBoss claims that the datasource is succesfully deployed. The JMX console agress too. Problem I want to use this…
Stephan
  • 41,764
  • 65
  • 238
  • 329
3
votes
0 answers

resteasy jax-rs not hitting my JAXB adapter when returning a Map

I'm using a JAXB adapter... JAXBDateAdapter that formats my dates in a standard format for the JSON-consuming clients. I have a class User that has a createdOn field and it's annotated with XmlJavaTypeAdapter(JAXBDateAdapter.class) When I return…
Adrian Rodriguez
  • 3,232
  • 2
  • 24
  • 34
3
votes
1 answer

Missing Dependencies JBoss 5.1

I've just started a Java project, using JBoss, having EAR, ejb and war projects. My team mate has developed an Datas.java servlet class, which injects using @EJB notation an ejb session bean called Autocomplete.java that collects data from a mysql…
edo
  • 33
  • 1
  • 5
3
votes
2 answers

ClassNotFoundException referencing hornetq specific stuff in JBoss AS 7

I am trying to use JMS in a JBoss AS 7 application. Publishing normal messages seems to work OK, however when I try to use hornetq specific features (to exclude duplicate messages), an exception is thrown. This is the…
Patrick
  • 618
  • 2
  • 10
  • 20
1 2 3
99
100