-
Bug
-
Resolution: Done
-
Major
-
1.1.0.CR2
-
None
-
None
RecordServlet uses an obsolete class (org.apache.catalina.ServerFactory) to obtain a reference to the JBoss Web's Server object. ServerFactory was removed in the upcoming JBoss Web 3.0 release (used in AS6).
We'll need to use some other mechanism to obtain a reference to the Server.