Re: request parameter to persist through the RequestFactory

2011-09-06 Thread agi
hi Thiago:) I don't know if that is the solution to the problem, but I will do the save process different way. I see you are using two different RequestConext's to *create* and *save* the entity.. UserServiceRequestContext context = requestFactoryInclude

request parameter to persist through the RequestFactory

2011-09-05 Thread thiago borges martins
Hi I am facing a problem with the RequestFactory not found solution yet. In my project I have the EJB module that has the services that are called by the interface on the client side, as described in the documentation of RF, the searches are working properly, but when I call the persist method