Yes, it worked. Thanks for the help.
Type: Posts; User: darpansharma; Keyword(s):
Yes, it worked. Thanks for the help.
I did not think about that. My code for get states is
I am trying to protect my private state collection from being manipulated by others, so I am putting it in new hash set.
I was assuming that...
It is JPA mapping with hibernate jars. Persistence unit is configured using org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean. Nothing special, just a simple OneToMany, ManyToOne...
I got the same issue without manually configuring:
Spring 3.0.3.RELEASE
Spring flex 1.5.0.M1
Hibernate 3.5.1-Final
2010-11-12 09:57:57,377 [main] INFO ...
Thanks for the pointer.
Is there any sample application to show how to create WS response with attachment?