Make small fixes
commit43486a099829e9df6e6fea27404d74d5287c6da7
authorImran M Yousuf <imyousuf@smartitengineering.com>
Thu, 25 Jun 2009 10:05:30 +0000 (25 17:05 +0700)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Thu, 25 Jun 2009 10:05:30 +0000 (25 17:05 +0700)
tree7d16b76ed864a79e6788d6999e84d68c844ea2ae
parentd06278d35ce281c3928ada5945127df47e62bcce
Make small fixes

The first fix is to make first character of the property name lower case
instead of upper case.

The second fix is to check whether resource domain is null or not, if null
then ignore it.

The third fix is check for configuration in already scanned configurations.

The fourth fix is use factory for generating searchable annotation name.

The fifth change is using factory for getting the class of probably
resource rather than doing it manually.

Also add the license header to the test file.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-exim/smart-exim-api/src/main/java/com/smartitengineering/exim/impl/DefaultAnnotationConfigScanner.java
smart-exim/smart-exim-api/src/main/java/com/smartitengineering/exim/impl/EximResourceConfigImpl.java