Using Hibernate to create a list of data from an iseries file. I dont want to update this file, just want to retrieve data. If the file is already open on iseries, my java code pauses at this statement (List list = loggedQuery.list();) until the lock on the file is gone. Is there a way to still read this file, even if it has a *SHRRD lock?