Wrox Home  
Search P2P Archive for: Go

  Return to Index  

enterprise_java_beans thread: Re: ejb problem


Message #1 by "Mohamed el shanawany" <melsh77@h...> on Sat, 8 Mar 2003 10:55:22
> I have a cmp entities bean with <abstract-schema-name>users</abstract-
> schema-name> .... The name of database table is "users". but, when i run 
> the client program a JDBC error appear:
> 
> java.rmi.ServerException: RemoteException occurred in server thread; 
> nested exception is: 
> 	java.rmi.RemoteException: nested exception is: 
> java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]
> Invalid object name 'usersBeanTable'.; nested exception is: 
> 	java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL 
> Server]Invalid object name 'usersBeanTable'.
> 
> java.rmi.RemoteException: nested exception is: java.sql.SQLException: 
> [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object 
> name 'usersBeanTable'.; nested exception is: 
> 	java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL 
> Server]Invalid object name 'usersBeanTable'.error:RemoteException occurred 
> in server thread; nested exception is: 
> 	java.rmi.RemoteException: nested exception is: 
> java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]
> Invalid object name 'usersBeanTable'.; nested exception is: 
> 	java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL 
> Server]Invalid object name 'usersBeanTable'.
> 
> 
> 
> java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]
> Invalid object name 'usersBeanTable'.
> 
> Thanks,
> 
>    
> 

  Return to Index