Maven2:List return type methods not getting generated from .xsd files while using xmlbeans plugin

StackOverflow https://stackoverflow.com/questions/7631439

문제

I am tring to build my project using maven2.This project was succesfully build using ANT in netbeans IDE. Now the problem is, I am able to generate the .java files from .xsd files using xmlbeans maven plugin.But some getter setter methods having java.util.list as return type is not getting generated.

Please help me..I am not able to do my build beacuse of this :(

올바른 솔루션이 없습니다

다른 팁

You need to set the javasource version to 1.5 to get List support in XmlBeans.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top