Thread error-page in web.xml does not redirect since 7.2.6
error-page in web.xml does not redirect since 7.2.6Our configuration in web.xml is: <error-page> <exception-type>java.lang.Throwable</exception-type> <location>/error.xhtml</location> </error-page> It worked with ...
Jboss EAP connection via workstationHi I am new to using Jboss EAP 6.4 as App server running on Redhat Enterprise Linux. I understand for security reasons, by default the only allow connection to console is via localhost 127.0.0.1 How can I cha...
Thread JMS HornetQ NAT'ed IP's issue with clustered environment
JMS HornetQ NAT'ed IP's issue with clustered environmentHey All! So I'm having some serious issues with our JBoss environment trying to make it accessible in a Saas environment, e.g. one of our vendors is moving to Saas and they connect to the JBoss environment at ou...
Thread EAP 6.4 Admin Console - Missing Messaging in the Subsystems drop down
EAP 6.4 Admin Console - Missing Messaging in the Subsystems drop downHi, I was very surprized to notice that the admin console of EAP 6.4 doesn't have any more a Messaging entry in Runtime->Subsystems. Accordingly, impossible to visualize or to handle, in a humand readable a...
Can't patch EAP 6.4.0Greetings, I have installed EAP 6.4.0 and it starts ok. Now I'm trying to patch it with the provided patches. I downloaded the patches and trying to apply them with jboss-cli. for example: C:\EAP-6.4.0...
Thread JBoss 6EAP does not load sun.instrument package
JBoss 6EAP does not load sun.instrument packageHi, While deploying our application, we are facing issue while trying to look for loaded class sun.instrument.InstrumentationImpl we are unable to find it although it is part rt.jar. I heard that JBoss uses cl...
LoginModule doesn't set PrincipalHi all, I have implemented a custom javax.security.auth.spi.LoginModule that authenticates a user with the Google+ identity (OAUTH) server and adds roles to the Subject from a local database. On commit, the S...
EJB deployment failedHello, I'm migrating my application jboss5.1 GA to jboss6.4A EAP and i'm facing to a deployment error with my bean my log : 17:03:12,375 ERROR [stderr] (ServerService Thread Pool -- 69) javax.naming.NameNotF...
Session replication - Widlfly 10 / JBoss EAP 7Hi guys, I have an issue for infinispan session storage. Infinispan doesn't handle session storage in my basic configuration. I'm using the default standalone.xml configuration of JBoss EAP 7.0 : Here...
Thread Issue in JBOSS7.0 Session Replication using DS
Issue in JBOSS7.0 Session Replication using DSWe are using infinispan 8.0 with string-keyed-jdbc-store for session replication but getting below exception 09:16:10,967 ERROR [org.infinispan.interceptors.InvocationContextInterceptor] (Eopsbam_Thread734#) ...
Datasource connection issueHello, I'M trying to test datasource connection. The mysql connector driver is installed and registered in my jboss eap 7 - standalone mode. It was installed from cli: module add --name=com.mysql --r...
Porting EAP security fixes?Hello all, I'm trying to understand how Jboss EAP release cycles based on the community version work in relation to security patches. More specifically, are the security fixes applied to Jboss EAP ported to an...
Thread How to disable container authentication in JBoss EAP7
How to disable container authentication in JBoss EAP7Hi All, How to delegate the HTTP request with Authorization header to hosted application in JBoss EAP7 by skipping container authentication and authorization. I have the below configuration in standalo...
Thread Is this a good method to start Jboss on Linux with systemd?
Is this a good method to start Jboss on Linux with systemd?This is a copy of Is this a good method to start Jboss on Linux with systemd? However do to lack of reactions I do a re post here. I have written a systemd service to start Jboss on Linux and I wonder if there...
Article JAM-Application-Metrics (Everything is a potential metric)
JAM-Application-Metrics (Everything is a potential metric)JAM-APPLICATION-METRICS JAM-Application-Metrics is a project, which intends to facilitate the creation, record and monitoring of metrics for any deployment. Using the power on interceptors and reflection...