Recently in doing Web-service interface integration, remove some of the repetitive functions of the interface. After the integration is complete, the service is started and the client code is generated, and many entity beans are missing before the interface is rebuilt.
Because of the web-service is not very understanding, so a little Zhang two monk touch the head, beginning to think is the annotation configuration problem, later saw a few entity classes at all did not modify, so judgment is not the problem of code. Then suddenly a flash of inspiration, found that no production entity class place, is the method he is in the comments out, so guess is not, no method can not produce all the entity classes in the method, and then try to remove the comments, regenerate the client code. View generated code It was amazing to find that the missing entity classes were generated again. The problem that bothers me is finally solved!!
WEBService Client code generation