I’m about to start a new project in which I intend to use XFire and HIbernate POJOs and of course MyEclipse.
The problem is, when I use the hibernate reverse engineering feature, I get pojos which use Set type to represent relations between db tables. When I expose these pojos through a WS generated in MyEclipse, the results are not nice. I get an error, and the important part seems to be this ” Cannot create mapping for java.util.Set, unspecified component type for interface java.util.Set”.
I guess this is due to XFire, and it can not use Set type. What is wrong in my approach. This is supposed to be a very common requirement: build web services to cary around POJOs which are generated from DB tables. What is the right way to implement this requirement in MyEclipse environment?
Best Regards
Seref Arikan