-
1. Re: JBJCA-201 - New validation rules
jesper.pedersen Jan 19, 2010 1:49 PM (in response to jeff.zhang)We should check the packaging requirements too.
For example - if .class are packaged directly inside the .RAR archive instead of inside a .JAR archive (Chapter 20.2.0.1, WARN).
-
2. Re: JBJCA-201 - New validation rules
jesper.pedersen Jan 19, 2010 1:51 PM (in response to jeff.zhang)Another area is to check if all required classes are actually packaged in the .RAR archive - or in the container environment.
This mean that we should check for ClassNotFoundException - which is an ERROR rule.
It would be best to activate this rule in the standalone configuration first.
-
3. Re: JBJCA-201 - New validation rules
jeff.zhang Jan 25, 2010 5:33 AM (in response to jesper.pedersen)https://jira.jboss.org/jira/browse/JBJCA-262 for track this -
4. Re: JBJCA-201 - New validation rules
vickyk Feb 2, 2010 10:43 AM (in response to jeff.zhang)Jeff, what is the status of this task?
I am planning to work on this task, please confirm if you have not already started with it yet.
-
5. Re: JBJCA-201 - New validation rules
jeff.zhang Feb 3, 2010 4:12 AM (in response to vickyk)Hi Vicky.
We have some rules in the code base.
And I am working on using ValidationClass to replace ValidationObejct. After that I will add other rules.
Please feel free to add new rules. Rules like testcases, more are better