File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Websphere and the fly likes Websphere and Hiberante strange problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "Websphere and Hiberante strange problem" Watch "Websphere and Hiberante strange problem" New topic
Author

Websphere and Hiberante strange problem

Ido Barash
Greenhorn

Joined: Aug 31, 2011
Posts: 1
Hello, I am using Hibernate 3.6.5 as my persistence vendor and I'm facing a very strange problem. Now, I know Hibernate is not supported by IBM, but it seems to be a Websphere problem.

The server I'm using is Websphere 7.0.0.13 with JPA 2 feature-pack version 1.0.0.3, and I configured the server to use parent-last class loader as the IBM JPA documentation stated. The DB server is MS SQL-Server 2008.

Deployment goes fine, and here is the tricky part: On one Websphere I get an exception: QuerySyntaxException: [Entity] is not mapped [SELECT a FROM Entity a WHERE a.Id = :Id]

On another Websphere, with exactly the same specs, exactly the same installation process, exaclty same computer model, exactly the same ear file.. all goes well - no exception and persistence is working great.

I compared the drivers (SQLJDBC4), all the paths, the data-sources settings, the JNDI, even tried the same DB - nothing.

I have no clue... There has to be a difference...
Please help.

Best regards.
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Websphere and Hiberante strange problem
 
Similar Threads
Using HibernateEntityManager with Websphere 6.1
Why is JPA used with in Combination with ORM like Hibernate
Single DB,Two JPA Units for different Enterprise Modules
Difference between Hibernate and JPA
Lazy loading exception in presentation layer, what's the nicest way to avoid them?