I'm facing very, very strange problem migrating from 32 to 64 bit system. I have 2 envirnoments:
- Development - Windows XP 32bit
- Production - Windows 2008 server R2 64bit
On both system I use jdk7u1 32bit, Glassfish 3.1.1 Web Profile with default JPA (eclipselink). At production I have Oracle Database 11g Release 11.2.0.1.0 32bit. In Glassfish I use appropriate driver from Oracle (ojdbc6.jar). I also have Java EE app, which loads list of products from database view and shows it to user, nothing special.
When I deploy app to development computer and connect to production database everything is OK, I can see all records. BUT when I deploy to production envirnoment named query returns only few records. There are no errors, warnings etc. Application behaves like there would be no more records, but it's not true. On both machines connection properties are exactly the same. When I connect with SQL Developer from both computers I can see all records.
I have completely no idea what's going on. The only difference is OS, but this shouldn't make problems, since JDK is the same. Am I right?