Olá galera,
Eu estou criando o Webservice de algumas classes do meu projeto e em determinado momento tive o seguinte alerta:
The service class “meupacote.bean.EmpresaBean” does not comply to one or more requirements of the JAX-RPC 1.1 specification, and may not deploy or function correctly.
The method “getAllEmpresa” on the service class “mepacote.bean.EmpresaBean” uses a data type, “java.util.List”, that is not supported by the JAX-RPC specification. Instances of the type may not serialize or deserialize correctly. Loss of data or complete failure of the Web service may result.
No caso, entendi que o JAX-RPC não suporta o java.util.List, nesse caso, como eu resolveria esse problema???
Agradeço desde já!