aspose file tools
The moose likes Spring and the fly likes annotations on entity class with spring oxm and jaxb for ArrayList Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "annotations on entity class with spring oxm and jaxb for ArrayList" Watch "annotations on entity class with spring oxm and jaxb for ArrayList" New topic
Author

annotations on entity class with spring oxm and jaxb for ArrayList

Lucky J Verma
Ranch Hand

Joined: Apr 11, 2007
Posts: 277
Finally i mafe jaxb and oxm to work and marshall xml file for me.but xml formation is wrong.Probably it is wrong usage of annotations from me.
My class person can have many persons inside ( ie list of elements) ,this is nested tree .
But XMl generated is not correct and doesnt have closing tag.




 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: annotations on entity class with spring oxm and jaxb for ArrayList
 
Similar Threads
problem to unmarshal xml file who have element with prefix
Problem in inserting a foreign key
Bean Creation Exception with Spring OXM and JAXB2
How to Serialize Maps?
Rendering XML as a response of @RequestMapping