Log in to follow, share, and participate in this community.
Thread Need help to refactor RAR into separate deployment
Need help to refactor RAR into separate deploymentHello, I would appreciate any help with this issue: I have an application running on JBoss EAP 6.4.0 (ear deployment). This ear includes an ejb project (with a MessageDrivenBean) and a rar (which is th...
Properties not set on transaction mbeanHi, I'm running JBoss EAP 6 and have some issues reading mbean attributes on the transaction subsystem. E.g. /subsystem=transactions/:read-attribute(name=number-of-committed-transactions,include-defaults=true)...
Jboss cli scriptHi, I want to delete name="default" from <mail-session name="default" jndi-name="java:jboss/mail/Default"> through running jboss cli. I can delete the jndi-name through this command /subsystem=...
JBoss EAP 7.1.0.Alpha1 - Tomcat JBoss EJB Authentication ErrorWe are seeing the following exception in the logs. Please could some one help what is the reason for this error. Flow will be : Application deployed on Tomcat make a request on the JBoss Backend w...
Sample "Hello World" WAR for EAP6?Hi all, I'm now following the RedHat EAP6 Administration Course (JB248) and I would like to practice at home. Would someone be kind enough to provide me some kind of Hello world WAR? If possible, if ...
Thread Issue while migrating from Weblogic12 to EAP6.4
Issue while migrating from Weblogic12 to EAP6.4Hi All, Can anyone help on below error while .ear deployment: 13:23:48,225 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC000001: Failed to start service jboss.deployment.unit."M...
Thread Troubles Deploying to JBOSS EAP 6.4.6 with Spring Application
Troubles Deploying to JBOSS EAP 6.4.6 with Spring ApplicationHi, I'm currently having troubles deploying my war to a JBOSS environment, currently running JBOSS 6.4.6. I haven't been able to find much relating to the errors I've been encountering in these forums or stackoverflow...
Jboss 6.4 clustering in domain modeHi all, I am new to Jboss and wanted to know how to configure clustering on Jboss eap 6.4 which will be running in domain mode. Requirement will be as, Jboss 6.4 in Domain mode with Clustering. 2 Servers wi...
JBoss EAP 7.1 - JDBC driver IBM XA - ErrorPlease could some one help, What will be the reason for the below error. I am using EAP 7.1 and I have tried to create a JDBC connection using IBM XA driver and its throwing the following error. The driv...
Thread EAP7 how to expose both JAX-RS and JAX-WS service with CXF
EAP7 how to expose both JAX-RS and JAX-WS service with CXFHi, I'm trying to expose a service using both restful and soap webservices apis (jax-rs and jax-ws). Currently I made it works using only a few JAX-* annotations: @Path("/alertas") @WebService ...
Thread JBOSS EAP 6.4 - module system and "custom code"
JBOSS EAP 6.4 - module system and "custom code"Dear JBoss developers, I'm working on JBOSS 6.4 and deploying a Java application which is packaged in an .EAR file. This is the "base product" and is deployed fine. I now want to use JBOSS's module system to ...
Thread Does EAP 7 support Server Side Include (SSI)?
Does EAP 7 support Server Side Include (SSI)?Hi, everybody. I'm trying to migrate my application from EAP 6.4 to EAP 7.0 and have got the ClassNotFound exception on org.apache.catalina.ssi.SSIServlet.class. EAP 7.0 and 7.1 aren't contain org.apache.catalina pa...
Thread Migration from Jboss EAP 5.1 to Jboss EAP 7.0.0
Migration from Jboss EAP 5.1 to Jboss EAP 7.0.0Right now I am using Jboss 5.1 (with jdk 1.6), According to our project we are using some property files etc and all kept it in deploy folder and some other folder kept inside bin,client, common folder and so on, Now ...
Thread Can't instantiate webservices with JBoss EAP 7
Can't instantiate webservices with JBoss EAP 7Hello! I have a web application deployed on Wildfly10 (JBoss EAP 7) in which I need to login, several managers (webservices) are used in order to accept the login. However, when I try to login in the applicati...