Date: 2003-12-26T08:15:47
   Editor: 63.240.163.227 <>
   Wiki: Apache Geronimo Wiki
   Page: Architecture/Validator
   URL: http://wiki.apache.org/geronimo/Architecture/Validator

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -79,3 +79,18 @@
 v.initialize(...);
 ValidationResult result = v.validate();
 }}}
+
+----
+
+A preliminary list of requirements:
+
+* Validation will be supported for multiple versions of relevant 
specifications (EJB 2.1, EJB 1.1), but would specifically '''ignore''' ''(or 
flag as errors/warnings?)'' all configuration file enhancements from other 
application servers (WebSphere, WebLogic, Orion, ...).
+
+* Validation will operate on applications (EJBs, WARs, ...) as well as system 
components (data sources, connectors, ...). Validation of the application 
server configuration is the responsibility of application server components, 
'''NOT''' the validator.
+
+* Executing the validator will be available ''(mandatory?)'' as a part of the 
installation processs (presumably via the Management Client).
+
+* Errors and warnings would be collected inside the application server, and 
will be visible to the Management Client. (Should errors and warnings persist? 
If so, where? - Probably not, if you want a current set of errors, rerun the 
validator.)
+
+-- David Farb
+

Reply via email to