uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE50061-W

An user name and a password specified on the getConnection() method is ignored.

Description
The user name and the password specified in the getConnection() method are ignored and container management sign-on is performed. When Container is specified for the <res-auth> tag in the resource reference definition of EJB or ServletDD, if the DataSource.getConnection(String user, String password) is invoked, this message will be displayed.
Action
To perform component management sign-on, specify Application for the <res-auth> tag in the resource reference definition of an EJB or ServletDD. To perform container management sign-on, use DataSource.getConnection() without arguments.