User development,

A new message was posted in the thread "JBJCA-272 - Standalone validator tool":

http://community.jboss.org/message/526006#526006

Author  : Jeff Zhang
Profile : http://community.jboss.org/people/jeff.zhang

Message:
--------------------------------------------------------------
The tool can be running as standalone tool. Like
$ validator/Main ra16inout.rar
 
it will go through rar package and validate the ra.xml and classes base on spec 
of JCA 1.6
 
Steps:
* Unjar the rar
* use classloader for load the classes and xml file
* Rar-Metadata parse and get the metadata information
* load the classes that would be validated 
* create ValidateClass arrays
* call Validator:validate
* get result - List<Failure>
* output error /waning if it has
* done

--------------------------------------------------------------

To reply to this message visit the message page: 
http://community.jboss.org/message/526006#526006


_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to