Glassfish v3 deployment java.lang.InstantiationException?

When getting an exception, you should always look at the root cause of the exception to learn about the root cause of the problem. It's the bottommost part of the stacktrace.

When getting an exception, you should always look at the root cause of the exception to learn about the root cause of the problem. It's the bottommost part of the stacktrace. In this particular case, it's the following (I emphasized the message): Caused by: com.sun.xml.ws.model.

RuntimeModelerException: A WebService annotation is not present on class: com.giuntilabs.target.ke.competence.ws. KECompetence Is it correct what it is trying to tell you there? Yes?

Fix it accordingly. Put the @WebService annotation on the mentioned class.

Yes thanks, I already checked this. This is the code: @WebService(name = "KECompetence", targetNamespace = "ws.competence.ke.target.giuntilabs. Com/";) @XmlSeeAlso({ entity.competence.ke.target.giuntilabs.com.ObjectFactory.

Class, com.giuntilabs.target.ke.competence.ws.ObjectFactory. Class }) public interface KECompetence { – Erica Jun 16 at 16:25.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions