Thread jboss cli without specifying username/password
jboss cli without specifying username/passwordIs there a way to run the ./jboss-cli.sh script and have it read the username/password from a properties file? Basically I want to do ./jboss-cli.sh --controller=<DC_fqdn:port> --properties=user.properties, wher...
Have a questionHi all, I have tried to enable statistics in jBoss 7.0.2.Final but I could'nt enable the feature. I have two questions. 1) Does the jboss version has this concept? 2) If so, please let me know how to achieve that? Th...
Thread Resource Adapter Configuration for JBoss 7.x
Resource Adapter Configuration for JBoss 7.xHello, I am migrating from Jboss 4 to Jboss 7 . I understand we would not require now ra.xml file and need to incorporate the definition in standalone.xml . This is how my it looks:- <resou...
Thread Oracle ADF application crashes under JBoss...
Oracle ADF application crashes under JBoss...Hi! I have been asked to make an application that was developed with Oracle JDeveloper 10.1.3.2.0 run on a JBoss EAP 6.4.16 server. Now I know neither of these tools are still supported or with full su...
Thread I am trying to deploy a simple adf 12c application on AS 7 but
I am trying to deploy a simple adf 12c application on AS 7 but16:26:20,817 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.deployment.unit."Test1.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployme...
Thread Error while retrieving variable from vault - domain mode
Error while retrieving variable from vault - domain modeHi guys, I'm having trouble with JBoss' vault. I've just created the keystore, the vault, configured JBoss to use the vault, and actually I can add a system property with its value referencing the vault, but when I st...
Thread Unable to use/load custom service provider in JBOSS
Unable to use/load custom service provider in JBOSSHello, We have a WAR application which uses custom FileSystem and CharSet providers, implemented in the “test.jar”. However, when this web application deployed in JBoss AS 7.1.1 web server, application fa...
Thread Problem with com.sun.jersey.config.property.packages
Problem with com.sun.jersey.config.property.packagesHi, I have a problem. I have a source code with some rest service Jersey. I configured the web.xml file with some different servlet. Foreach servlet i have a differnt url to mapping my rest. I developed my source w...
use-parent-handlers="false" does not workHi, I hope I am doing wrong and can say what it is. I have a problem with logging, that although i defined use-parent-handers="false" every log is also printed in the root logger (=console). Th...
Thread Oracle Universal Connection Pool (UCP) with JBOSS or Wildfly
Oracle Universal Connection Pool (UCP) with JBOSS or WildflySirs, I have researched the web extensively for solutions on how to implement Oracle Universal Connection Pool (UCP) in the wildfly 10 container. I understand that you can use the existing container to created poole...
Access to jBoss Console httpsHello I am begin to working with jBoss jboss-as-7.1.1.Final and try to config the https access to console with http is Working http://server:8686/console/App.html (OK) but with https://server:8644/co...
Master and Slave with different deploysGood morning, I would like to know how to proceed to restore the .wars deployed on master server onto slave server also. Slave server went down, we continued to deploy on master, so now we have two different version...