jboss-eap-6 Questions
3
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...
Dyanna asked 23/3, 2016 at 10:36
5
Solved
I am getting the following WARN message while I start my host which is one of the Host Controller (HC) that is attached to the Domain Controller(DC).
[Server:server-two] 14:06:13,822 WARN [org.jbo...
Killoran asked 15/10, 2015 at 10:22
2
I need to look up for an image present in src/main/resources folder in a web application. Its an Apache CXF SAOP based web application.
We are running it in a jboss env(jboss-eap-6.4)
After build...
Tisza asked 12/1, 2019 at 15:50
2
Solved
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 cor...
Henrie asked 20/5, 2018 at 5:43
1
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 ...
Toliver asked 1/4, 2014 at 16:46
2
You can check this warning here when I'm adding the server I'm getting like this. Please help me out. Thanks
Bujumbura asked 25/11, 2015 at 1:56
3
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 d...
Statistical asked 10/9, 2017 at 22:56
2
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 ...
Goosegog asked 15/5, 2017 at 8:35
0
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 de...
Gati asked 3/3, 2017 at 15:21
3
Solved
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 ERRO...
Dysteleology asked 21/1, 2015 at 14:55
2
Solved
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 ab...
Curley asked 29/1, 2013 at 11:36
1
Solved
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 ...
Hermann asked 12/11, 2014 at 14:18
2
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...
Overscrupulous asked 4/7, 2015 at 11:44
3
Solved
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 SpringBootServl...
Maricela asked 20/12, 2014 at 3:25
1
Solved
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-...
Mudguard asked 2/5, 2015 at 0:51
2
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...
Tabbie asked 1/10, 2012 at 9:12
1
Solved
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, acti...
Ramekin asked 24/9, 2014 at 13:40
1
Solved
I have a problem running my arquillian tests (started by a jenkins job) on a JBoss eap 6.1 server. It's no problem to run the tests on a JBoss 7.1.1 server, but when I switch to the eap 6.1 I get t...
Krumm asked 9/9, 2013 at 7:29
1
© 2022 - 2024 — McMap. All rights reserved.