Tag
#JBoss
13 notes
Software Development 01
Session and Memory Leak on Wildfly 10
Wildfly 10 session leak traced to WebappLifecycleListener - a JBoss bug that needs workarounds for production.
Software Development 02
Double the Oracle DB connections from JBoss you expect?
JBoss doubles your Oracle connection pool size when separating transactional and non-transactional connections.
Software Development 03
JBoss Performance Tuning and MasterTheBoss
JBoss Performance Tuning book offers data-driven insights for optimizing application deployments.
Software Development 04
JBoss JMS Doesn't Create Tables with XA Datasource
JBoss JMS with XA datasources silently fails to create tables - here's the fix and what we learned.
Software Development 05
Setting Cache Headers from JBoss
Cache HTTP headers from JBoss using servlet filters - control what browsers keep and for how long.
Software Development 06
ATG License IP Checks on JBoss
ATG license validation checks /etc/hosts hostname mapping, not JBoss IP binding - counterintuitive and easy to misconfigure.
DevOps & Infrastructure 07
JBoss jsessionid Query Parameter Removal
Strip jsessionid from URLs entirely instead of redirecting - prevent Google from indexing session chaos.
10MinuteMail 08
10MinuteMail upgraded again
Seam 2.0 CR3 and JBoss 4.2.2 upgrades deliver faster email processing under load.
Software Development 09
JBoss Tools Properties Editor Surprise
JBoss Tools' properties editor looks great but strips equals signs - a quick fix prevents data loss.
DevOps & Infrastructure 10
Firefox, xhtml, JBoss 4.2.0, JSF, and Google Ads
Firefox rendering failures for Google ads explain a revenue drop after JBoss upgrade - sometimes the culprit is unexpected.
Software Development 11
Web Services and Seam
Expose Seam components through web services using the JBoss component model - no magic, just clean architecture and lifecycle management.
DevOps & Infrastructure 12
Index page issues when putting JBoss behind Apache
Switching from .seam to .html files in Apache-proxied JBoss breaks index pages - a gotcha that directory listings can't solve.
Software Development 13
JBoss Seam
JBoss Seam unifies AJAX, JSF, and EJB3 to simplify Web 2.0 development with annotated POJOs.