hi juliano, if you don't use @WindowScoped and/or @GroupedConversationScoped as well, you could close the current window. (see org.apache.deltaspike.core.spi.scope.window.WindowContext) that drops all window-, grouped-conversation-, view-access-scoped beans stored in the corresponding window-context. if you use one of the other scopes as well, you have to use the impl. package until we have an api for it. (-> yes - for using the impl. package, you need to change the scope in your pom.xml to compile.)
regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2014-10-14 13:11 GMT+02:00 Juliano Marques <[email protected]>: > Hi, > > I have to add the impl dependency with compile scope, instead of runtime > scope? > > Regards, > Juliano > > > > De: Gerhard Petracek <[email protected]> > Para: [email protected], > Data: 13/10/2014 18:00 > Assunto: Re: Terminating ViewAccessScope > > > > hi juliano, > > yes - but you have to use parts of the impl-package (for now). > > regards, > gerhard > > http://www.irian.at > > Your JSF/JavaEE powerhouse - > JavaEE Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > > > > 2014-10-13 22:51 GMT+02:00 Juliano Marques > <[email protected]>: > > > Hi, > > > > It is possible to use the solutions in [1]? > > > > [1] https://issues.apache.org/jira/browse/DELTASPIKE-544 > > > > Regards, > > Juliano > > > > > > > > De: Gerhard Petracek <[email protected]> > > Para: [email protected], > > Data: 09/10/2014 18:20 > > Assunto: Re: Terminating ViewAccessScope > > > > > > > > hi juliano, > > > > with codi it was possible and therefore i created [1]. > > > > regards, > > gerhard > > > > [1] https://issues.apache.org/jira/browse/DELTASPIKE-544 > > > > http://www.irian.at > > > > Your JSF/JavaEE powerhouse - > > JavaEE Consulting, Development and > > Courses in English and German > > > > Professional Support for Apache MyFaces > > > > > > > > 2014-10-09 22:58 GMT+02:00 Juliano Marques > > <[email protected]>: > > > > > Hi, > > > > > > There is a way to destroy ViewAccessScope, like > > conversation.(end|close)? > > > > > > > > > Thanks. > > > > > > Regards, > > > Juliano > > > > > >
