When i add a new (extension) method example(public void setFile(byte[] file) and public byte[] getFile()) at this class and i run Service Builder the generated EntityClp.java implements this methods with throw UnsupportedOperationException.java
I cant use this methods in my Util class as it throws the exception when i call setFile or getFile.
Any solution??
Thanks.
Por favor, faça login para denunciar.