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

Problems migrating JSF 2.1 to JSF 2.2 - java.lang.ClassNotFoundException: javax.faces.validator.ValidatorException

Trying to migrate to JSF 2.2 based on this answer: When I create the jboss-deployment-structure.xml file with the following content:
John Alexander Betts
  • 4,718
  • 8
  • 47
  • 72
1
vote
1 answer

Unable to Inject CDI Bean with rest Easy

I am not able to inject the cdi bean in Resteasy. While debugging it always seems to show null pointer exception. ie 'jaxRsImpl' in the below code is always null. I am trying to run on jboss eap…
Licht
  • 13
  • 6
1
vote
1 answer

Deployment on JBoss with Intellij partially fails

The jboss (7.1.1) jrebel (6) deployment starts twice and at the second time it throw the exception "Child container with name /zorro already exists". After that the application is up and running but Intellij (14) shows a "explanation mark" at the…
knobli
  • 657
  • 1
  • 9
  • 18
1
vote
1 answer

Maximize JBoss 7.1 server log history file count

I use jboss logging and i have this handler:
Imreking
  • 309
  • 1
  • 2
  • 13
1
vote
1 answer

Rest back-end, Angular.js front-end lots of questions

Okey, so time to build an webapplication using Jboss, restEasy as backend and i wanted to go for some MVC front-end framework like Angular.js. Never done this before so here is a million questions: Should i be using security roles in java or have my…
Toerktumlare
  • 12,548
  • 3
  • 35
  • 54
1
vote
1 answer

How do I select list of generic objects in abstract service using CriteriaQuery

Trying to take this method and optimize performance: public T getByPrimaryKey(PK id) { T entity = getEntityManager().find(getEntityClass(), id); if(entity != null) { preProcessEntity(entity); } fireEvent(entity,…
Chris Manning
  • 499
  • 5
  • 14
1
vote
1 answer

Birt report with hibernate

Hi I'm trying to find a way to create birt reports with datasets based on a hibernate data source. However, I downloaded eclipse report designer and related plugins, but can't seem to find an option for hibernate data source. Was this functionality…
patty
  • 58
  • 6
1
vote
3 answers

Cancel ejb timer on rollback

Is there any way to make sure a periodic (every 10 seconds) and persistent timer is cancelled when an exception occurs? The implementation of the @Timeout method is something like this (simplified from legacy…
Magnilex
  • 11,584
  • 9
  • 62
  • 84
1
vote
0 answers

Java Scheduled Tasks

I am developing a supervisory software nobreaks, I am using the API ScheduleExpression which is scheduled to run every five seconds, my code can be seen below: @PostConstruct public void agendarMonitoramento(){ …
Eder F. Freitas
  • 48
  • 2
  • 11
1
vote
1 answer

JBoss7 remote MDB connection to JMS queue -Connection failure has been detected

I am trying to develop an MDB for listening to remote queue in JBoss7, I Didn't receive messages from the queue. I got warnings in the server log: 11:32:41,882 WARN [org.hornetq.core.protocol.core.impl.RemotingConnectionImpl]…
Jalaa Zahwa
  • 538
  • 5
  • 16
1
vote
2 answers

Integration of log4j v2 into JBoss 7.1.1

I am curious how should I force jboss 7.1.1 to use Apaches Log4j 2 instead of org.jboss.as.logging, because I would like to do some performance comparison of log4j2 and jboss.as.logging (I have given up on log4j because it seems to have similar…
Uhla
  • 368
  • 3
  • 11
1
vote
0 answers

Jboss, Eclipse, JavaEE, JPA

I am trying to develope Java EE application in Eclipse IDE. I am using JBoss 7.0 app server. My project contains 3 containers: EAR: -EJB (EJB 3.0 - business logic) -JPA (JPA 2.0 - EclipseLink 2.3.x, entities from database, data access object…
miksiii
  • 2,426
  • 26
  • 22
1
vote
1 answer

Is JBoss 7.1 is vulnerable to POODLE: SSLv3 vulnerability (CVE-2014-3566) in Windows

We are using JBoss 7.1 in our application on Windows platform. Is this particular version of JBoss vulnerable to POODLE??
Sivasankar
  • 51
  • 2
  • 11
1
vote
1 answer

JBoss with HotSwap agent

Has anyone used JBoss AS 7.1 with DCEVM and HotSwap agent in production? Any tutorial anywhere? Is it possible to add new packages/classes through HotSwap agent, or just to replace existing ones? I'm sorry the question is so vague. I'm merely…
Adrian 3873
  • 127
  • 1
  • 1
  • 8
1
vote
1 answer

JBoss 7.1 hibernate sql query logging not in new line what should i do?

10:52:16,587 INFO [stdout] (http--0.0.0.0-8080-3) Hibernate: 10:52:16,587 INFO [stdout] (http--0.0.0.0-8080-3) select 10:52:16,587 INFO [stdout] (http--0.0.0.0-8080-3) agebandage0_.age_band_age_id as age_band4_5_0_, 10:52:16,587 INFO…
kartavya soni
  • 91
  • 1
  • 8