Google was caught by stealing Sohu Pinyin dictionary

Several days ago, I talked about the new Google Pinyin. Unfortunately, the latest news says that Google stole Sohu's Chinese dictionary: http://www.chinadaily.com.cn/bizchina/2007-04/11/content_847897.htm

Google just released Pinyin Input method

Google just released its Chinese input method: http://tools.google.com/pinyin. It works very similar to Ziguang input(紫光). As always, you will not be disappointed by Google. As a big google fan, I'll say bye-bye to 紫光.

个人感觉Google还能火很长一段时间。昨天刚刚发布的Google Pinyin,今天在mitbbs上就已经被炒得十分火爆了。 Google就靠这些简单实用的小软件培养了一批铁杆的Google迷,想想它的市场会有多大。

Hibernate Exception - Simultaneously Fetch Multiple Bags

Today I bumped into the following Hibernate exception:


javax.persistence.PersistenceException: org.hibernate.HibernateException: cannot simultaneously fetch multiple bags
at org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory(Ejb3Configuration.java:217)
at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:114)
........
What's the problem? Because I have multiple one-to-many mappings in my hibernate object, and all of them require EAGER loading.

Check out this link: http://jroller.com/page/eyallupu?entry=hibernate_exception_simultaneously_fetch_multiple, it shows you three ways to fix the issue.