Questions tagged [jboss7.x]

Version 7 of the JBoss Application Server

JBoss Application Server 7 is a Java EE 6 implementation. Read more about JBoss AS 7 here.

3567 questions
1
vote
1 answer

JBossWS & Stateless WebServices, OutFaultInterceptor being ignored

We are tying to use a WebService OutFaultInterceptor as per this blog post and it doesn't seem to work in JBoss 7.x. The problem is simple in that it just ignores the @OutFaultInterceptor annotation. I tested this by putting in a erroneous…
drone.ah
  • 1,135
  • 14
  • 28
1
vote
1 answer

How to use JBoss 7 jar libraries in my web application?

I'm running JBoss 7.1.1 and I can see that one of the libraries I need to use is already included in JBoss (I see it in /jboss-as-7.1.1/modules/org/codehaus/jackson/jackson-core-asl/main/jackson-core-asl-1.9.2.jar). How can I access it from my web…
ps0604
  • 1,227
  • 23
  • 133
  • 330
1
vote
1 answer

SSO - JBoss 7.x and JSF

We have a JBoss EAP 6.3 cluster with 2 nodes. We also enabled SSO. The thing is, we got a web application that has the login form, so when the session timeout configured in web.xml expires, it redirects the user to that form. The other web…
Mateo
  • 75
  • 1
  • 12
1
vote
1 answer

JSF - SessionExpirationPhaseListener on a JBoss Cluster

we are getting this exception: TimeoutException: JBAS010213: Cannot acquire lock default-host/... We are using this PhaseListener in our web application to capture session timeout on ajax requests and redirect to index (we are suspecting this…
Mateo
  • 75
  • 1
  • 12
1
vote
2 answers

Invoke EJBs deployed on an Wildfly 8 instance from another JBoss AS 7 instance

First of all sorry for my bad english writing ! I deployed my EJB bean on Wildfly 8 and invoke it in wildfly 8 without any problem. but when I changed client server from wildfly 8 to Jboss AS 7, I get "no ejb receiver error". Wildfly 8 server side…
Amin Oruji
  • 74
  • 1
  • 3
  • 11
1
vote
2 answers

Intellij IDEA server configuration permission issue with Wildfly 8.1

I am running Intellij 13 on Ubuntu, Wildfly 8.1 resides locally. Wildfly startup script requires sudo/root permissions. Intellij is installed and runs under my username, and IntelliJ is not able to start the application sever and deploy my war file,…
Roger Dunn
  • 21
  • 3
1
vote
2 answers

Resteasy client throwing exception

I am trying to write a simple Resteasy client to access mt rest web service. Unfortunately I am getting the error: Exception in thread "main" org.jboss.resteasy.client.ClientResponseFailure: Unable to find a MessageBodyReader of content-type…
G.S
  • 10,413
  • 7
  • 36
  • 52
1
vote
2 answers

How to change from java:comp/UserTransaction to java:jboss/UserTransaction

I learnt that java:comp/UserTransaction is not available for non EE threads in Jboss 7.x. I have non EE threads in my application that is calling java:comp/UserTransaction by default, please how do I change this default value to…
jcjoof
  • 33
  • 9
1
vote
1 answer

Spring/HornetQ: HQ154002: Could not create session: Only allowed one session per connection

Context: a Spring 4.0.6 app running inside JBoss EAP 6.2. Part of the application is a JMS queue and on the receiving side, its messages need to be processed in parallel, otherwise many messages take too long. Spring's JMS listener is configured…
wishihadabettername
  • 14,231
  • 21
  • 68
  • 85
1
vote
1 answer

Jboss AS7 not shutting down properly

I am using following command to shutdown a standalone instance of Jboss AS7.2.0 on windows 7. %JBOSS_HOME%\bin\jboss-cli.bat --connect controller=10.10.54.85:9999 --commands=:shutdown However the java process associated to Jboss is not getting…
keenUser
  • 1,279
  • 3
  • 16
  • 33
1
vote
1 answer

How to do logging in servlets deployed to jboss 7.1

I am writing a simple web app with one servlet and my System.out.println statements (in my servlet) do not show up in the server.log file which for me is located at C:\jboss-as-7.1.1.Final\jboss-as-7.1.1.Final\standalone\log So, I'm thinking that…
mitchj
  • 623
  • 4
  • 9
  • 16
1
vote
0 answers

configure login and password with jaas

how can i configure jaas in JBOSS7 to authenticate user against File not against a database? most of the configuration example use a RDBMS aproach to login , whilst my requirement is to authenticate user against a file. i want to be able to feed the…
Genjuro
  • 7,405
  • 7
  • 41
  • 61
1
vote
0 answers

JMS Message Listeners pool and timeout behavior (Failed to acquire a permit within...)

We have a JMS (hornetq) instance with many queues, for one we have a strict max pool with only one Listener instance (process cannot be run in parallel)
Gab
  • 7,869
  • 4
  • 37
  • 68
1
vote
0 answers

Most of the Jboss threads in state = BLOCKED

Most of our jboss threads lie in the BLOCKED state and the thread count of jboss never comes down. Want to understand how to bring the thread count down and why are these many threads in BLOCKED state. We have 380 of 450 threads in BLOCKED…
1
vote
3 answers

configuartion settings for JAMon in jboss 7

I am trying to configure jamon (http://jamonapi.sourceforge.net/http_monitoring.html) in jboss 7. The configuration instructions that are given on jamon website are for older jboss (40.5/4.2). Can any one help me with the equivalent JAMon…
Madasu K
  • 1,813
  • 2
  • 38
  • 72