jboss7.x Questions

2

I'm trying to add Cache-Control headers to the responses generated in JBoss 7 using the RESTEasy framework. However, all the responses end up getting multiple Cache-Control headers due to JBoss add...
Trencher asked 30/1, 2016 at 2:47

2

We have strange problem with Jboss Wildfly 8.1 with XA Datasource using Oracle database. After some time we get "Cannot open connection" exception, while we can see 100+ inactive connection in po...
Ard asked 11/9, 2014 at 7:16

5

I have a requirement where I want to audit records only on change of Status field. I've followed documentation chapter tutorial "15.8. Conditional auditing". Step 1: Turn off automatic Envers even...
Pointed asked 10/1, 2013 at 3:57

9

Solved

I have Eclipse Luna 4.4.1, and JBoss Server 7.1. The problem is when I start the Server, it never starts and after a long time it says Time Out Error. "JBoss is unable to start within 450 seconds"....
Thorite asked 5/10, 2014 at 4:56

4

I have explored similar questions, but none of them seem to be the same situation. I have a REST application deployed to the JBOSS 7.1.1 server. I am using JPA. Whenever I make a call in the Entity...
Nonpareil asked 20/3, 2015 at 11:20

3

I am new to authentication and security area and I am trying to extend the authentication mechanism of my application, which currently provides traditional user name/password authentication, to pro...
Wuhan asked 18/2, 2016 at 12:12

1

Solved

I'm migrating my application from JBoss 7 to WildFly (v9.0.1) and it is not deployed because of bean transaction management error. Caused by: javax.naming.NamingException: WFLYNAM0062: Failed to ...
Netta asked 23/5, 2018 at 15:14

4

Solved

I have a many-to-one relationship that I want to be nullable: @ManyToOne(optional = true) @JoinColumn(name = "customer_id", nullable = true) private Customer customer; Unfortunately, JPA keeps s...
Revere asked 19/3, 2013 at 22:40

3

Solved

Environment: I have that User entity : @Entity public class User implements Serializable { private static final long serialVersionUID = 1L; @Id @GeneratedValue(strategy = GenerationType.IDENT...
Tartrate asked 6/2, 2012 at 15:49

3

Solved

I have added system-properties tag in standalone-full.xml, but its not working in standalone mode. However, if I add the same tag in domain.xml it's working for domain mode. <?xml version='1.0'...
Farad asked 9/6, 2015 at 7:30

4

Solved

I am working on upgrading log4j to log4j2. In that process I am getting a Logger Class cast exception. Below is the error. Caused by: java.lang.ClassCastException: org.apache.log4j.Logger cannot b...
Corpuscle asked 13/7, 2017 at 16:39

5

Solved

I search logger configuration in the web for Jboss 7. How to configure logger using date and size together. File Logger 1 size-rotating-file-handler <size-rotating-file-handler name="FILE">...
Bathysphere asked 13/1, 2014 at 4:35

3

In JBoss 7.1.1 in standalone mode all JNDI bindings are configured in standalone.xml file in jboss:domain:naming:1.1 subsystem. According to documentation standalone.xml cannot be modified when ser...
Madalynmadam asked 30/5, 2012 at 6:54

1

I'm developing a Spring boot application. I'm building a war file for JBoss My war is building correctly , I'm using *-war.original as deployment for JBoss the deployment seems fine But when I ...
Beira asked 24/4, 2018 at 11:29

5

Solved

I have strange a problem with deploying an artifact on jboss. After generating the default spring-mvc project in IntelliJ, I tried to run it, but IntelliJ showed in "Run/Debug Configuration" a mess...
Filtrate asked 21/5, 2013 at 20:27

4

I have a JAX-RS application using JBoss AS 7.1, and I POST/GET JSON and XML objects which include Dates (java.util.Date): @XmlRootElement @XmlAccessorType(XmlAccessField.FIELD) public class MyObje...
Adjoin asked 10/12, 2012 at 14:56

5

Solved

I'm using Jboss AS 7.1.1.final and I'm trying to add an oracle Datasource: <datasource jndi-name="java:jboss/datasources/DefaultDS" pool-name="DefaultDS" enabled="true" use-java-context="...
Woodberry asked 11/4, 2012 at 8:56

2

Any thoughts on what could be causing this exception: 03:54:34,497 WARN [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016027: Local XARecoveryModule.xaRecovery got XA exception XAException.XAER_R...
Sula asked 24/1, 2013 at 21:6

7

Solved

I have a Java program that connects to a webserver using SSL/TLS, and sends various HTTP requests over that connection. The server is localhost and is using a self-signed cert, but my code is using...
Hostelry asked 22/3, 2012 at 18:35

5

Solved

I am trying to run my application in jboss 7 from jboss 4. In jboss 4 we changed server.xml to configure keystoreFile and keystorePass etc. Can any one help me where to make these changes in jboss7...
Kunz asked 19/7, 2011 at 15:56

2

I am deploying builds to local and remote Jboss AS 7.1.1 Final at port 9999. Maven uses jboss plugin 'jboss-as-maven-plugin:7.1.1.Final' to manage builds to servers. I have confirmed that server is...
Brand asked 2/4, 2013 at 6:42

2

Solved

We are trying to evaluate PostgreSQL DB as an alternative to Oracle database in our application. We use PostgreSQL 9.5 which is installed on a Linux machine with 128 GBs of memory, 32 CPU cores and...
Gouache asked 22/9, 2016 at 0:38

2

Solved

I have an issue on deploying my war file ,everything expect the web services are working fine The error log is given below 16:14:08,866 INFO [com.sun.jersey.api.core.PackagesResourceConfig] (MSC s...
Anatola asked 6/8, 2015 at 12:17

3

Solved

If the class to override is called com.example.FooServlet and this class is inside a jar WEB-INF/lib/foo.jar, how to override it with a class also called com.example.FooServlet in another jar, say ...
Glob asked 18/8, 2017 at 10:56

4

Solved

I am using JBoss AS 7 and trying to connect to my application using the IP (from a computer in the intranet). It is not working. If I test from the computer which has the server I can see the syste...
Dvinsk asked 12/4, 2012 at 22:14

© 2022 - 2024 — McMap. All rights reserved.