The answer you entered to the math problem is incorrect.
David (not verified)
Wed, 1969-12-31 20:00
Normally, I don't put myself up for public criticism, but at John's request, I'm putting myself out there.
Anyway, in case this helps someone in the future. I mis-typed the package name when creating it as blog.sample.services (rather than example).
Unfortunately, this yielded a non-obvious error message from jboss which was: "Deployment FAILED resaon: No ClassLoaders found for: blog.example.services.BlogExampleServices".
Which was JBOSS's way of telling me that "blog.example.services.BlogExampleServices" didn't exist in the sar.
I, of course, wasted an immense amount of time figuring this out. Hope this helps someone in the future.
Normally, I don't put myself up for public criticism, but at John's request, I'm putting myself out there.
Anyway, in case this helps someone in the future. I mis-typed the package name when creating it as blog.sample.services (rather than example).
Unfortunately, this yielded a non-obvious error message from jboss which was: "Deployment FAILED resaon: No ClassLoaders found for: blog.example.services.BlogExampleServices".
Which was JBOSS's way of telling me that "blog.example.services.BlogExampleServices" didn't exist in the sar.
I, of course, wasted an immense amount of time figuring this out. Hope this helps someone in the future.
David