* @throw JDOFatalInternalException if called.
* @throw java.sql.SQLException.
*/
public java.sql.Connection getConnection(Object resource,
String username, String password) throws java.sql.SQLException {
throw new JDOFatalInternalException(I18NHelper.getMessage(
messages, "ejb.ejbhelper.nonmanaged", "getConnection")); //NOI18N
}