olá pessoal,
estou tentanto fazer uma implementação do JPA usando Dali, quando rodo a aplicação e rodo o script para fazer o select na tabela Cds aparece a seguinte mensagem:
[TopLink Config]: 2007.03.25 12:14:27.593–ServerSession(32887686)–The alias name for the entity class [class pacoteJar.Artista] is being defaulted to: Artista.
[TopLink Config]: 2007.03.25 12:14:27.671–ServerSession(32887686)–The table name for entity [class pacoteJar.Artista] is being defaulted to: ARTISTA.
[TopLink Config]: 2007.03.25 12:14:27.734–ServerSession(32887686)–The column name for element [private java.math.BigDecimal pacoteJar.Artista.codigoartista] is being defaulted to: CODIGOARTISTA.
[TopLink Config]: 2007.03.25 12:14:27.765–ServerSession(32887686)–The column name for element [private java.lang.String pacoteJar.Artista.nomeartista] is being defaulted to: NOMEARTISTA.
[TopLink Config]: 2007.03.25 12:14:27.812–ServerSession(32887686)–The alias name for the entity class [class pacoteJar.Cds] is being defaulted to: Cds.
[TopLink Config]: 2007.03.25 12:14:27.828–ServerSession(32887686)–The table name for entity [class pacoteJar.Cds] is being defaulted to: CDS.
[TopLink Config]: 2007.03.25 12:14:27.828–ServerSession(32887686)–The column name for element [private java.math.BigDecimal pacoteJar.Cds.codigocd] is being defaulted to: CODIGOCD.
[TopLink Config]: 2007.03.25 12:14:27.828–ServerSession(32887686)–The column name for element [private java.math.BigDecimal pacoteJar.Cds.preco] is being defaulted to: PRECO.
[TopLink Config]: 2007.03.25 12:14:27.828–ServerSession(32887686)–The column name for element [private java.lang.String pacoteJar.Cds.titulo] is being defaulted to: TITULO.
[TopLink Config]: 2007.03.25 12:14:27.859–ServerSession(32887686)–The alias name for the entity class [class pacoteJar.Genero] is being defaulted to: Genero.
[TopLink Config]: 2007.03.25 12:14:27.859–ServerSession(32887686)–The table name for entity [class pacoteJar.Genero] is being defaulted to: GENERO.
[TopLink Config]: 2007.03.25 12:14:27.859–ServerSession(32887686)–The column name for element [private java.math.BigDecimal pacoteJar.Genero.codigogenero] is being defaulted to: CODIGOGENERO.
[TopLink Config]: 2007.03.25 12:14:27.859–ServerSession(32887686)–The column name for element [private java.lang.String pacoteJar.Genero.nomegenero] is being defaulted to: NOMEGENERO.
[TopLink Config]: 2007.03.25 12:14:27.875–ServerSession(32887686)–The target entity (reference) class for the many to one mapping element [private pacoteJar.Genero pacoteJar.Cds.codigogenero] is being defaulted to: class pacoteJar.Genero.
[TopLink Config]: 2007.03.25 12:14:28.046–ServerSession(32887686)–The primary key column name for the mapping element [private pacoteJar.Genero pacoteJar.Cds.codigogenero] is being defaulted to: CODIGOGENERO.
[TopLink Config]: 2007.03.25 12:14:28.046–ServerSession(32887686)–The target entity (reference) class for the many to one mapping element [private pacoteJar.Artista pacoteJar.Cds.codigoartista] is being defaulted to: class pacoteJar.Artista.
[TopLink Config]: 2007.03.25 12:14:28.046–ServerSession(32887686)–The primary key column name for the mapping element [private pacoteJar.Artista pacoteJar.Cds.codigoartista] is being defaulted to: CODIGOARTISTA.
[TopLink Config]: 2007.03.25 12:14:28.078–ServerSession(32887686)–The target entity (reference) class for the one to many mapping element [private java.util.Set pacoteJar.Genero.cdsCollection] is being defaulted to: class pacoteJar.Cds.
[TopLink Config]: 2007.03.25 12:14:28.093–ServerSession(32887686)–The target entity (reference) class for the one to many mapping element [private java.util.Set pacoteJar.Artista.cdsCollection] is being defaulted to: class pacoteJar.Cds.
Erro Desconhecido null
Não consegui conectar Erro: null
o que pode ser???
obrigado,
Alex