Skip to Content
0
Former Member
May 08, 2007 at 06:04 PM

how to pass hardcoded user to ConnectionProperties ?

21 Views

Hi,

How can i pass the hardcoded user to the ConnectionProperties constructor for JCA Connections.

ConnectionProperties prop = new ConnectionProperties(request.getLocale(), request.getUser());

i want to pass hardcoded user object in place of - request.getUser()

Thanks,

Raags