This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Seam persistence with Web Serviceparadigmza May 31, 2007 8:50 AM (in response to paradigmza)Solved it, just had to annotate the persist method (which I had overridden) 
 @Transactional
- 
        2. Re: Seam persistence with Web Servicenakhnoukh Aug 17, 2007 3:33 PM (in response to paradigmza)How did you get this to work at all? None of the Seam contexts are available from a web service in Seam 1.2.1. 
 I'm trying to do the same thing but when looking up the component I get a "No application context active"
 
    