Troubleshooting

Incorrect Database Accessed When Using SQL Server

I get an error telling me that a table or column name doesn’t exist in my database but I know that the name is valid.

You have to take an extra step when setting up a SQL Server database for use by WebLogic if you’re using BEA’s SQL Server JDBC driver. Even though the database name is specified as part of the database URL in the connection pool definition, it’s ignored when the database server is accessed. The database that is accessed is always the default database for the login you specify. You have to create a login that has the database you want to use selected as its default.

Connection Factory or EJB Reference Not Found

I defined a connection factory or EJB reference in ...

Get Special Edition Using Enterprise JavaBeans™ 2.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.