Questions tagged [jboss-eap-6]

For development issues encountered while using Red Hat Jboss EAP 6

JBoss EAP 6 is a Red Hat supported release based on open source JBoss AS 7 (now called WildFly).
JBoss EAP versions 6.0 - 6.3 only support Java 7. Jboss EAP versions 6.4 onward have full Java 8 support
JBoss EAP 6 is Certified for Java EE 6.
Component versions reference: https://access.redhat.com/articles/112673#EAP_6
Click here for free development subscription which allows you to download Red Hat JBoss EAP 6 for development use https://developers.redhat.com/downloads/

551 questions
33
votes
2 answers

When and why would I need a jboss-deployment-structure.xml for a Spring application?

I am trying to understand how to use JBoss EAP6 with Spring applications. I have a sample OpenShift application and it contains a jboss-deployment-structure.xml file. I found some documentation about this file, but I am not clear why and when one…
Jérôme Verstrynge
  • 57,710
  • 92
  • 283
  • 453
17
votes
2 answers

JBoss EAP 6.x understand the deployment phase - ResourceAdapters, EJB, jar, war

In JBoss, how is the sequence of the deployment phase? What is the order of object being instantiated and available to use? Considering an enterprise application (*.ear), inspecting all deployment log (server.log) the deployment phase looks…
StarsSky
  • 6,721
  • 6
  • 38
  • 63
15
votes
2 answers

Remote SOAP web service keeps breaking connection

Short Description I'm using JBoss SwitchYard to connect to secured remote SOAP web service. For some reason after the request is sent; remote web service is stopping any further communication; so I'm not receiving a response. Question I need an idea…
Gajotres
  • 57,309
  • 16
  • 102
  • 130
11
votes
1 answer

Can I use Quartz Scheduler to fire every other month on the 30th day but if month has no 30th day, fire on the last day?

Can I use Quartz Scheduler library to create schedule with following settings?: Starting from Dec, 30, 2014 Execute each 30th day Every 2nd month consequently If month doesn't have 30th day, action should occur on the last day of month. So, the…
n1k1ch
  • 2,594
  • 3
  • 31
  • 35
10
votes
1 answer

Where does jboss eap 6.x deploy the war file?

I used the jboss web console http://xxxxx:9990/console/App.html#deployments to successfully deploy my web app. And I can visit the page in this app. But I can not find my war file under jboss-eap-6.2/standalone/deployments. Where does jboss backend…
liam xu
  • 2,892
  • 10
  • 42
  • 65
8
votes
2 answers

JBoss EAP 6.1 Error : This runtime type requires a JDK. The current default VM for this server's execution environment is not recognized as a JDK

You can check this warning here when I'm adding the server I'm getting like this. Please help me out. Thanks
VBR
  • 93
  • 1
  • 11
8
votes
3 answers

springBoot application on Jboss EAP, servlet context not lodaed

I have a very simple spring boot application that I want to deploy to Jboss EAP. Here is my simple application class: @SpringBootApplication public class MayurApplication extends SpringBootServletInitializer{ public static void main(String[]…
Mayurb
  • 577
  • 2
  • 10
  • 21
8
votes
2 answers

Log4j doesn't log anything under JBoss 6 EAP

I saw several questions on the topic, but since they are rather related to errors I don't think this is a duplicate. My problem is that I can't get any logging out of a .war I'm deploying on JBoss 6 EAP, there are no errors logged also however.…
Simeon
  • 7,582
  • 15
  • 64
  • 101
7
votes
2 answers

Wildfly version in JBoss EAP 7.1.0

I am using Java 8 to build my application and planning to use JBoss EAP 7.1.0 for production deployment, but I am not getting which version of Wildfly ships with JBoss EAP 7.1.0. I find Wildfly core 3.0.1 but what is Wildfly core? Also is it…
Anirban
  • 925
  • 4
  • 24
  • 54
7
votes
3 answers

Relationship between JBPM, KIE Server, KIE Workbench and JBoss EAP

I want to know what is the difference between jbpm, kie server and kie workbench. I am working on jbpm tutorial now and so I downloaded the full installer. However, I read that: 1. jbpm could be distribuited as different jars. 2. kie server is…
user1785771
  • 487
  • 2
  • 7
  • 18
7
votes
1 answer

WARN [LocalManagedConnectionFactory:cleanup] Lock owned during cleanup:

We are seeing the following WARN on Jboss EAP 6.20 Beta1 2014-04-01 03:00:00,539 WARN [LocalManagedConnectionFactory:cleanup] Lock owned during cleanup: EJB default - 7: java.lang.Throwable: Lock owned during cleanup: EJB default - 7 However the…
Saqib Ali
  • 3,953
  • 10
  • 55
  • 100
6
votes
0 answers

How can I configure HA on initial lookup to communicate to two different EJBs on two different clusters?

I have this scenario: A remote system BE-TEST exposes an @Clustered ejb-Name-BE deployed on a two machines JBoss EAP 6.3 cluster A remote system COMMON-TEST exposes an @Clustered ejb-name-Test deployed on a two machines JBoss EAP 6.3 cluster A…
Mario Stefanutti
  • 232
  • 4
  • 22
6
votes
3 answers

How to get rid of version number in JNDI names, Jboss EAP 6, EJB 3.1

I have EJBs in EJB 3.1 which I am trying to deploy in JBoss EAP 6, but when I start the server. It appends version no in JNDI names as shown below. 18:27:57,068 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor]…
Jigar Naik
  • 1,946
  • 5
  • 29
  • 60
6
votes
3 answers

error when deploying Java WS in Jboss 6.3.0 EAP

I am migrating an application with Java WS from Jboss 5.1.0 to Jboss 6.3.0 EAP. It works fine with Jboss 5.1.0 but I am getting error while deploying the same in Jboss 6.3.0 EAP. 14:42:10,887 ERROR [org.jboss.msc.service.fail] (MSC service thread…
java1977
  • 398
  • 4
  • 12
  • 25
6
votes
1 answer

Create Two Thread Pools for Asynchronous session bean methods in JBoss EAP6?

In my application I use @Asynchronous business methods on session beans in two different places. Each has its own logic and requirements so ideally I'd like to configure a maximum thread pool size for each. It looks like JBoss EAP 6.2.2 EAP only…
matt freake
  • 4,877
  • 4
  • 27
  • 56
1
2 3
36 37