Date: 2003-12-26T08:33:41
Editor: 63.240.163.227 <>
Wiki: Apache Geronimo Wiki
Page: Architecture/Validator
URL: http://wiki.apache.org/geronimo/Architecture/Validator
no comment
Change Log:
------------------------------------------------------------------------------
@@ -84,7 +84,7 @@
A preliminary list of requirements:
-* Validation will be supported for multiple versions of relevant
specifications (EJB 2.1, EJB 1.1, ... ''list to be defined''), but would
specifically '''ignore''' ''(or flag as errors/warnings?)'' all configuration
file enhancements from other application servers (Websphere, Weblogic, Orion,
...). Specifically the list of specifications is ''(please add or delete as
appropriate)'':
+ * Validation will be supported for multiple versions of relevant
specifications (EJB 2.1, EJB 1.1, ... ''list to be defined''), but would
specifically '''ignore''' ''(or flag as errors/warnings?)'' all configuration
file enhancements from other application servers (Websphere, Weblogic, Orion,
...). Specifically the list of specifications is ''(please add or delete as
appropriate)'':
* Enterprise Java Beans: EJB 2.1, ELB 1.1
@@ -94,11 +94,11 @@
* Soap With Attachments: SAAJ 1.2
-* Validation will operate on application components (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.
+ * Validation will operate on application components (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 user interface in the Management
Client).
+ * Executing the validator will be available ''(mandatory?)'' as a part of the
installation processs (presumably via the user interface in the Management
Client).
-* Errors and warnings would be collected inside the application server, and
will be visible to the user interface of the Management Client. (Should errors
and warnings persist? If so, where? - Probably not, if you want a current set
of errors, rerun the validator.)
+ * Errors and warnings would be collected inside the application server, and
will be visible to the user interface of 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