-
Bug
-
Resolution: Done
-
Blocker
-
2.4.1
-
None
Clustering was significantly reworked between EAP 6 and EAP 7. Besides internal revamp, there are some user-facing changes. We need Windup rules for those.
Off the top of my head, we need rules for:
- new API for HA singletons
- jboss-web.xml changes
- @Clustered annotation no longer required (this is actually somewhat tricky: previously, an EJB without the @Clustered annotation wasn't clustered in a clustered environment; this is still possible to achieve using @Stateful(passivationCapable=false), but I'm not sure how to suggest migration for this, because we don't know if the application is deployed in a clustered environment)
There might be more.
I know that Eduardo is [going to be] talking to Paul about this, so I'm only filing this for tracking purposes.
- incorporates
-
WINDUPRULE-123 Fix for WINDUPRULE-118 is insufficient
- Closed
-
WINDUPRULE-115 EAP 6 Singleton Services deprecated in EAP 7
- Dev Complete
-
WINDUPRULE-116 Warn about Web Session Clustering config changes in EAP 7
- Dev Complete
-
WINDUPRULE-118 Stateful Session EJB Clustering changes in EAP 7
- Dev Complete