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