I transferred one project with Hibernate 3 to Hibernate 3.2, when i run it i got such Exception:
Caused by: org.hibernate.HibernateException: unknown Oracle major version [0]
........
Solution:
I was using the old Oracle classes12.jar driver lib, this could to be an issue for Hibernate 3.2 where OracleDriver.getMajorVersion returns 0, this in turn confuses hibernate.
Upgrade classes12.jar to ojdbc14.jar fixed the problem.
Refer:
https://forum.hibernate.org/viewtopic.php?p=2373597
Enter the %AXIS2_HOME%/samples (Here is D:\ProgramFiles\axis2\samples) , there are many Web Service good example here. If you are not clear about how to create one Web Service from nothing, just like me, those examples are good turorials. Now I will use one and modify it to be our first Web Service.
In this post I will build one Web Service with Axis2, and write one J2ME application as one Web Service client. We will know how Web Service works with mobile client.
Recent comments
20 hours 6 min ago
23 hours 31 min ago
1 day 19 hours ago
2 days 14 hours ago
2 days 14 hours ago
2 days 21 hours ago
2 days 23 hours ago
5 days 3 hours ago
1 week 24 min ago
1 week 3 days ago