<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I have configured&nbsp;<span class="Apple-style-span" style="font-family: Monaco; font-size: 11px; "><span style="color: #508e92">&lt;</span></span><span class="Apple-style-span" style="font-family: Monaco; font-size: 11px; "><span style="color: #678e91">class</span></span><span class="Apple-style-span" style="font-family: Monaco; font-size: 11px; "><span style="color: #508e92">&gt;</span></span><span class="Apple-style-span" style="font-family: Monaco; font-size: 11px; ">org.jboss.seam.faces.context.conversation.ConversationBoundaryInterceptor</span><span class="Apple-style-span" style="font-family: Monaco; font-size: 11px; "><span style="color: #508e92">&lt;/</span></span><span class="Apple-style-span" style="font-family: Monaco; font-size: 11px; "><span style="color: #678e91">class</span></span><span class="Apple-style-span" style="font-family: Monaco; font-size: 11px; "><span style="color: #508e92">&gt;</span></span>&nbsp;in WEB-INF/beans.xml and seam-faces is used. In fact I use both JSF and REST.<div><br></div><div>Anything else that needs to be wired up?</div><div><br></div><div><div><div>On Jan 16, 2012, at 9:14 PM, Jason Porter wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>If you're using Seam Conversation and starting the conversation it will work. Out of the box, conversations don't work outside JSF. <br><br>Sent from my iPhone<br><br>On Jan 16, 2012, at 13:04, Ove Ranheim &lt;<a href="mailto:oranheim@gmail.com">oranheim@gmail.com</a>&gt; wrote:<br><br><blockquote type="cite">Hi guys,<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">I'm getting a "WELD-001303 No active contexts for scope type javax.enterprise.context.ConversationScoped" when making a call to a REST service that invokes a ConversationScoped bean.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Did I miss a configuration setting, or isn't ConversationScoped supported?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Ove<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">javax.ejb.EJBTransactionRolledbackException: WELD-001303 No active contexts for scope type javax.enterprise.context.ConversationScoped<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.as.ejb3.tx.CMTTxInterceptor.handleInCallerTx(CMTTxInterceptor.java:133)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:196)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:286)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:182)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:287)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.as.ejb3.component.session.SessionInvocationContextInterceptor.processInvocation(SessionInvocationContextInterceptor.java:71)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:287)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:146)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:287)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:76)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;com.parts.apartment.management.ApartmentService$$$view2.listApartmentUnits(Unknown Source)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;java.lang.reflect.Method.invoke(Method.java:597)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:305)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:54)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:163)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:299)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:125)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:62)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:125)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;com.parts.apartment.management.ApartmentService$Proxy$_$$_Weld$Proxy$.listApartmentUnits(ApartmentService$Proxy$_$$_Weld$Proxy$.java)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;com.parts.apartment.management.ApartmentService$Proxy$_$$_WeldClientProxy.listApartmentUnits(ApartmentService$Proxy$_$$_WeldClientProxy.java)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;java.lang.reflect.Method.invoke(Method.java:597)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;javax.servlet.http.HttpServlet.service(HttpServlet.java:847)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:67)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.solder.servlet.exception.CatchExceptionFilter.doFilter(CatchExceptionFilter.java:65)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;org.jboss.solder.servlet.event.ServletEventBridgeFilter.doFilter(ServletEventBridgeFilter.java:74)<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;com.ocpsoft.pretty.PrettyFilter.doFilter(PrettyFilter.java:126)<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">_______________________________________________<br></blockquote><blockquote type="cite">seam-dev mailing list<br></blockquote><blockquote type="cite"><a href="mailto:seam-dev@lists.jboss.org">seam-dev@lists.jboss.org</a><br></blockquote><blockquote type="cite"><a href="https://lists.jboss.org/mailman/listinfo/seam-dev">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br></blockquote></div></blockquote></div><br></div></body></html>