I'm not JBoss expert, but I'm pretty sure it should work fine. The
validator throws warnings, that's true. But it looks like those warnings
do not influence process of loading of the classes. I suggest you to
have a look at this diff
(https://source.jboss.org/browse/JBossAS/server/src/main/java/org/jboss/as/server/deployment/ServiceLoaderProcessor.java?u=20&r1=109be19ffb37191dce6f9f09249d6eb7ac6cc6a6&r2=f045a254462f0efaab258330ada4d2a8fbbdd073),
it seems to me that warnings are for display only, there will be attempt
to load those classes anyway (and this attempt will succeed for cases
like yours).
Regards,
Artem.
06.08.2013 6:13, anpm1989 пишет:
Hi Artem Karpenko,
Thank you for finding the reason. It seem The Jboss deployment scanner does
not accept dollar characters in its validation pattern. So, i think that my
Solr app can not work 100%, isn't it?
regards,
An Pham Minh
--
View this message in context:
http://lucene.472066.n3.nabble.com/Encountered-invalid-class-name-tp4082124p4082710.html
Sent from the Solr - User mailing list archive at Nabble.com.