Community

Error message not mentioning that external dep is missing

created by Tim Terlegard in EJB 3.0 - View the full discussion

In JBoss 6 M3 I had a war file with a class like this

 

@Stateless

class A {

    private ClassInExternalDependency b;

}

 

When I deployed this I got the error which is in the attached file. I found out that this dependency (ClassInExternalDependency) wasn't included in my .war file, so it was my own fault. But the error message tells me nothing about it. So perhaps this error could be reported a little better.

Reply to this message by going to Community

Start a new discussion in EJB 3.0 at Community