[JBoss Seam] - Re: JBPM, mail and ws
by szaccaria
As I promised, post the full exception and stack trace.
Thanks in advance
| java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory
| 09:24:37,535 ERROR [STDERR] at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:256)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.mock.MockFacesContext.<init>(MockFacesContext.java:60)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.ui.facelet.FaceletsRenderer$RenderingContext.init(FaceletsRenderer.java:95)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.ui.facelet.FaceletsRenderer$RenderingContext.run(FaceletsRenderer.java:77)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.ui.facelet.FaceletsRenderer.render(FaceletsRenderer.java:169)
|
Here is the problem
09:24:37,535 ERROR [STDERR] at org.thezak3.wf.bpm.InfoNewTask.execute(InfoNewTask.java:75)
|
| 09:24:37,535 ERROR [STDERR] at org.jbpm.graph.def.Action.execute(Action.java:122)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.bpm.SeamUserCodeInterceptor$1.process(SeamUserCodeInterceptor.java:80)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.bpm.SeamUserCodeInterceptor$ContextualCall.run(SeamUserCodeInterceptor.java:33)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.bpm.SeamUserCodeInterceptor.executeAction(SeamUserCodeInterceptor.java:74)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.graph.def.GraphElement.executeAction(GraphElement.java:262)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.graph.def.GraphElement.executeActions(GraphElement.java:220)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.graph.def.GraphElement.fireAndPropagateEvent(GraphElement.java:190)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.graph.def.GraphElement.fireEvent(GraphElement.java:174)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.taskmgmt.exe.TaskInstance.setActorId(TaskInstance.java:298)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.taskmgmt.exe.TaskInstance.setActorId(TaskInstance.java:268)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.taskmgmt.exe.TaskMgmtInstance.performAssignmentActorIdExpr(TaskMgmtInstance.java:244)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.taskmgmt.exe.TaskMgmtInstance.performAssignment(TaskMgmtInstance.java:204)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.taskmgmt.exe.TaskMgmtInstance_$$_javassist_19.performAssignment(TaskMgmtInstance_$$_javassist_19.java)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.taskmgmt.exe.TaskInstance.assign(TaskInstance.java:204)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.taskmgmt.exe.TaskMgmtInstance.createTaskInstance(TaskMgmtInstance.java:154)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.taskmgmt.exe.TaskMgmtInstance_$$_javassist_19.createTaskInstance(TaskMgmtInstance_$$_javassist_19.java)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.graph.node.TaskNode.execute(TaskNode.java:168)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.graph.def.Node.enter(Node.java:319)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.graph.def.Node_$$_javassist_59.enter(Node_$$_javassist_59.java)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.graph.def.Transition.take(Transition.java:151)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.graph.def.Node.leave(Node.java:394)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.graph.node.TaskNode.leave(TaskNode.java:209)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.graph.def.Node_$$_javassist_59.leave(Node_$$_javassist_59.java)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.graph.exe.Token.signal(Token.java:195)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.graph.exe.Token.signal(Token.java:166)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.graph.exe.Token_$$_javassist_74.signal(Token_$$_javassist_74.java)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.taskmgmt.exe.TaskInstance.end(TaskInstance.java:488)
| 09:24:37,535 ERROR [STDERR] at org.jbpm.taskmgmt.exe.TaskInstance.end(TaskInstance.java:427)
|
Here with the web service method the task take end
| 09:24:37,535 ERROR [STDERR] at org.thezak3.wf.manager.WsGestione.setReadTaskInstanceFromId(WsGestione.java:725)
| 09:24:37,535 ERROR [STDERR] at org.thezak3.wf.manager.WsGestione.setReadTaskInstanceFromId(WsGestione.java:740)
|
| 09:24:37,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
| 09:24:37,535 ERROR [STDERR] at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.persistence.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:48)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.core.ConversationInterceptor.aroundInvoke(ConversationInterceptor.java:56)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.persistence.EntityManagerProxyInterceptor.aroundInvoke(EntityManagerProxyInterceptor.java:26)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.persistence.HibernateSessionProxyInterceptor.aroundInvoke(HibernateSessionProxyInterceptor.java:27)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:50)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor154.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118)
| 09:24:37,535 ERROR [STDERR] at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,535 ERROR [STDERR] at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:57)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,535 ERROR [STDERR] at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,535 ERROR [STDERR] at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:95)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,535 ERROR [STDERR] at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:83)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77)
| 09:24:37,535 ERROR [STDERR] at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:110)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,535 ERROR [STDERR] at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,535 ERROR [STDERR] at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,535 ERROR [STDERR] at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:206)
| 09:24:37,535 ERROR [STDERR] at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:119)
| 09:24:37,535 ERROR [STDERR] at $Proxy165.setLettoTaskInstanceFromId(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.util.Reflections.invoke(Reflections.java:21)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:76)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.security.SecurityInterceptor.aroundInvoke(SecurityInterceptor.java:40)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.ejb.RemoveInterceptor.aroundInvoke(RemoveInterceptor.java:41)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:54)
| 09:24:37,535 ERROR [STDERR] at org.javassist.tmp.java.lang.Object_$$_javassist_11.setLettoTaskInstanceFromId(Object_$$_javassist_11.java)
| 09:24:37,535 ERROR [STDERR] at org.thezak3.wf.webservice.WfWebService.setLettoTaskInstanceFromId(WfWebService.java:60)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
| 09:24:37,535 ERROR [STDERR] at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:101)
| 09:24:37,535 ERROR [STDERR] at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:50)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor154.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
| 09:24:37,535 ERROR [STDERR] at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118)
| 09:24:37,535 ERROR [STDERR] at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,535 ERROR [STDERR] at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,535 ERROR [STDERR] at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:191)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:95)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,535 ERROR [STDERR] at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,535 ERROR [STDERR] at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77)
| 09:24:37,551 ERROR [STDERR] at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:110)
| 09:24:37,551 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,551 ERROR [STDERR] at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46)
| 09:24:37,551 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,551 ERROR [STDERR] at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
| 09:24:37,551 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 09:24:37,551 ERROR [STDERR] at org.jboss.wsf.container.jboss42.InvocationHandlerEJB3.invoke(InvocationHandlerEJB3.java:103)
| 09:24:37,551 ERROR [STDERR] at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:220)
| 09:24:37,551 ERROR [STDERR] at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:408)
| 09:24:37,551 ERROR [STDERR] at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:272)
| 09:24:37,551 ERROR [STDERR] at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:189)
| 09:24:37,551 ERROR [STDERR] at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:122)
| 09:24:37,551 ERROR [STDERR] at org.jboss.wsf.stack.jbws.EndpointServlet.service(EndpointServlet.java:84)
| 09:24:37,551 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
| 09:24:37,551 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
| 09:24:37,551 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
| 09:24:37,551 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| 09:24:37,551 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
| 09:24:37,551 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
| 09:24:37,551 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
| 09:24:37,551 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
| 09:24:37,551 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
| 09:24:37,551 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
| 09:24:37,551 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
| 09:24:37,551 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
| 09:24:37,551 ERROR [STDERR] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
| 09:24:37,551 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
| 09:24:37,551 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
| 09:24:37,551 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
| 09:24:37,551 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
| 09:24:37,551 ERROR [STDERR] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
| 09:24:37,551 ERROR [STDERR] at java.lang.Thread.run(Unknown Source)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121199#4121199
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121199
18 years, 5 months
[Messaging, JMS & JBossMQ] - Re: [JAVA-JMS]+Jboss confiurazione
by erasmo78
I have try
but now i have this error
xception in thread "main" javax.naming.NameNotFoundException: order not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
at org.jnp.server.NamingServer.lookup(NamingServer.java:296)
at org.jnp.server.NamingServer.lookup(NamingServer.java:270)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
at sun.rmi.transport.Transport$1.run(Transport.java:153)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
at java.lang.Thread.run(Thread.java:595)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at erasmo.jms.Sender.main(Sender.java:55)
I have add code in my class java
System.setProperty("java.security.policy", "c:/client.policy");
if (System.getSecurityManager() == null)
{
System.setSecurityManager(new RMISecurityManager());
}
Properties properties = new Properties();
properties.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory");
properties.put(Context.URL_PKG_PREFIXES, "org.jnp.interfaces");
properties.put(Context.PROVIDER_URL, "10.173.172.176");
// properties.put(Context.SECURITY_AUTHENTICATION, "no");
//properties.put(Context., "no");
ctx = new InitialContext(properties);
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121196#4121196
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121196
18 years, 5 months
[JBoss Seam] - Re: Need definitive answers on unit testing with Seam
by christian.bauer@jboss.com
All of the threads you link to are from people who didn't read the updated documentation of Seam 2.0:
anonymous wrote :
| The Java Persistence API can be used with both Java SE and Java EE â when the above component is used inside an Application Server (Java EE) the container is responsible for transaction management, however in the unit test (Java SE) the transaction must be managed explicitly using a resource local entity manager. This requires configuration in persistence.xml.
|
Note the last sentence. All the postersl (and probably you) have problems because they are using the wrong persistence.xml. If you don't understand how the persistence.xml needs to look like for a standalone EntityManager test (without SeamTest container), read the second chapter of my book (it's free).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121192#4121192
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121192
18 years, 5 months
Re: jboss-user Digest, Vol 19, Issue 279
by Indranil Basu
jboss-user-request(a)lists.jboss.org wrote:
> Send jboss-user mailing list submissions to
> jboss-user(a)lists.jboss.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.jboss.org/mailman/listinfo/jboss-user
> or, via email, send a message with subject or body 'help' to
> jboss-user-request(a)lists.jboss.org
>
> You can reach the person managing the list at
> jboss-user-owner(a)lists.jboss.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of jboss-user digest..."
>
>
> Today's Topics:
>
> 1. [Messaging, JMS & JBossMQ] - Exception in JMSCI message
> listener: NoClassDefFoundError (Man Mohan Vyas)
> 2. [Beginners Corner] - Re: I want to understand Jboss log
> files... (jaikiran)
> 3. [JBoss Seam] - Re: how to make session and Conversation
> disabled in seam? (nickarls)
> 4. [JBoss Seam] - Any plan to release 2.0.1.GA soon? (thejavafreak)
> 5. [JBoss Seam] - Re: Any plan to release 2.0.1.GA soon? (nickarls)
> 6. [JBoss Seam] - Re: Seam could not find datasource? (nickarls)
> 7. [JBoss Seam] - Re: pageflow illegal navigation error (tjakopec)
> 8. [JBoss Seam] - Re: Problems with list page, persistence, and
> detached entit (nickarls)
> 9. [JBoss Seam] - Re: pageflow illegal navigation error (nickarls)
> 10. [JBoss Tools (users)] - Re: Vista 64 problems (erlaan)
> 11. [JBoss Seam] - Re: pageflow illegal navigation error (tjakopec)
> 12. [JBoss Seam] - Re: how to make session and Conversation
> disabled in seam? (zhuxinbin)
> 13. [JBoss AOP] - Where is 2.0.0.CR3 API? (bornmw)
> 14. [JBoss Seam] - Re: how to make session and Conversation
> disabled in seam? (nickarls)
> 15. [JBoss Seam] - Re: pageflow illegal navigation error (nickarls)
> 16. [JBoss Portal] - Re: https starting up on wrong port
> (advaittrivedi)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 18 Jan 2008 00:48:05 -0500 (EST)
> From: Man Mohan Vyas <do-not-reply(a)jboss.com>
> Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Exception in JMSCI
> message listener: NoClassDefFoundError
> To: jboss-user(a)lists.jboss.org
> Message-ID:
> <25871203.1200635285037.JavaMail.jboss(a)colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> Any idea about this exception...?
>
> <org.jboss.ejb.plugins.jms.JMSContainerInvoker> - <Exception in JMSCI message listener>
> javax.ejb.TransactionRolledbackLocalException: Unexpected Error
> java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderException
> at org.apache.commons.httpclient.HttpMethodBase.(HttpMethodBase.java:218)
> at org.apache.commons.httpclient.methods.ExpectContinueMethod.(ExpectContinueMethod.java:92)
> at org.apache.commons.httpclient.methods.EntityEnclosingMethod.(EntityEnclosingMethod.java:118)
> at org.apache.commons.httpclient.methods.PostMethod.(PostMethod.java:105)
> at org.apache.axis.transport.http.CommonsHTTPSender.invoke(CommonsHTTPSender.java:153)
> at com.manh.lif.webservices.transport.http.HTTPSender.invoke(HTTPSender.java:80)
> at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
> at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
> at org.apache.axis.client.Call.invoke(Call.java:2767)
> at org.apache.axis.client.Call.invoke(Call.java:2443)
> at org.apache.axis.client.Call.invoke(Call.java:2366)
> at org.apache.axis.client.Call.invoke(Call.java:1812)
>
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121165#4121165
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121165
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 18 Jan 2008 01:06:39 -0500 (EST)
> From: jaikiran <do-not-reply(a)jboss.com>
> Subject: [jboss-user] [Beginners Corner] - Re: I want to understand
> Jboss log files...
> To: jboss-user(a)lists.jboss.org
> Message-ID:
> <12627621.1200636399740.JavaMail.jboss(a)colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> If that does not solve the issue, post the entire logs from the console.
>
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121167#4121167
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121167
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 18 Jan 2008 01:29:45 -0500 (EST)
> From: nickarls <do-not-reply(a)jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: how to make session and
> Conversation disabled in seam?
> To: jboss-user(a)lists.jboss.org
> Message-ID:
> <18932682.1200637785769.JavaMail.jboss(a)colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> disabled? Using
>
>
> | Identity.instance().logout();
> |
> or
>
> | Session.instance().invalidate();
> |
>
> should end them anyway if that is what you mean.
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121168#4121168
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121168
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 18 Jan 2008 01:31:31 -0500 (EST)
> From: thejavafreak <do-not-reply(a)jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Any plan to release 2.0.1.GA
> soon?
> To: jboss-user(a)lists.jboss.org
> Message-ID:
> <6311381.1200637891433.JavaMail.jboss(a)colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> Dear all,
>
> Will 2.0.1.GA be released soon? If so does anyone knows the estimated date to release it?
>
> Thanks in advance
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121169#4121169
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121169
>
>
> ------------------------------
>
> Message: 5
> Date: Fri, 18 Jan 2008 01:40:43 -0500 (EST)
> From: nickarls <do-not-reply(a)jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: Any plan to release 2.0.1.GA
> soon?
> To: jboss-user(a)lists.jboss.org
> Message-ID:
> <13211164.1200638444013.JavaMail.jboss(a)colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> Yes, for some definition of "soon" ;-) There seems to be 8 issues remaining in JIRA, 3 critical. Most OSS teams have a "no promised dates"-policy...
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121170#4121170
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121170
>
>
> ------------------------------
>
> Message: 6
> Date: Fri, 18 Jan 2008 01:43:06 -0500 (EST)
> From: nickarls <do-not-reply(a)jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: Seam could not find
> datasource?
> To: jboss-user(a)lists.jboss.org
> Message-ID:
> <15941497.1200638586071.JavaMail.jboss(a)colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> Yep, it is named -ds.xml by convention and should be placed in the deploy directory of the AS.
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121171#4121171
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121171
>
>
> ------------------------------
>
> Message: 7
> Date: Fri, 18 Jan 2008 01:46:40 -0500 (EST)
> From: tjakopec <do-not-reply(a)jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: pageflow illegal navigation
> error
> To: jboss-user(a)lists.jboss.org
> Message-ID:
> <30019004.1200638800630.JavaMail.jboss(a)colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> there is no exception :(
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121172#4121172
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121172
>
>
> ------------------------------
>
> Message: 8
> Date: Fri, 18 Jan 2008 01:47:28 -0500 (EST)
> From: nickarls <do-not-reply(a)jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: Problems with list page,
> persistence, and detached entit
> To: jboss-user(a)lists.jboss.org
> Message-ID:
> <3140215.1200638848977.JavaMail.jboss(a)colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> Tried using long-running conversations? Otherwise, you could just merge() the entity before deleting.
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121173#4121173
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121173
>
>
> ------------------------------
>
> Message: 9
> Date: Fri, 18 Jan 2008 01:50:01 -0500 (EST)
> From: nickarls <do-not-reply(a)jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: pageflow illegal navigation
> error
> To: jboss-user(a)lists.jboss.org
> Message-ID:
> <31129300.1200639001820.JavaMail.jboss(a)colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> Nothing in the server logs? How is the "illegal navigation" displayed?
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121174#4121174
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121174
>
>
> ------------------------------
>
> Message: 10
> Date: Fri, 18 Jan 2008 01:59:31 -0500 (EST)
> From: erlaan <do-not-reply(a)jboss.com>
> Subject: [jboss-user] [JBoss Tools (users)] - Re: Vista 64 problems
> To: jboss-user(a)lists.jboss.org
> Message-ID:
> <7502333.1200639571063.JavaMail.jboss(a)colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> @Rob,
>
> Today (I am in the Netherlands) I will be working on my old XP2 laptop. I will try this weekend en see what the stacktraces are. Do you know where eclipse should log these stacktraces?
>
> Regards,
>
> Ernst-Jan
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121175#4121175
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121175
>
>
> ------------------------------
>
> Message: 11
> Date: Fri, 18 Jan 2008 01:59:45 -0500 (EST)
> From: tjakopec <do-not-reply(a)jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: pageflow illegal navigation
> error
> To: jboss-user(a)lists.jboss.org
> Message-ID:
> <19151114.1200639585313.JavaMail.jboss(a)colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> throw out faces messages (type warning). It's only happens on some pageflows when I use ValueBinding. When I use plan pageflow name in s_link no "illegal navigation" occurs
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121176#4121176
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121176
>
>
> ------------------------------
>
> Message: 12
> Date: Fri, 18 Jan 2008 02:06:32 -0500 (EST)
> From: zhuxinbin <do-not-reply(a)jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: how to make session and
> Conversation disabled in seam?
> To: jboss-user(a)lists.jboss.org
> Message-ID:
> <4037271.1200639992346.JavaMail.jboss(a)colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=UTF-8
>
> thank you, but that‘s not what i want。
>
> i want to disable session and conversation in all pages of my app.
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121177#4121177
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121177
>
>
>
> ------------------------------
>
> Message: 13
> Date: Fri, 18 Jan 2008 02:10:04 -0500 (EST)
> From: bornmw <do-not-reply(a)jboss.com>
> Subject: [jboss-user] [JBoss AOP] - Where is 2.0.0.CR3 API?
> To: jboss-user(a)lists.jboss.org
> Message-ID:
> <447619.1200640204583.JavaMail.jboss(a)colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> There is no API Javadoc in 2.0.0.CR3.
> The link to it from docs/aspect-framework/index.html is broken!
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121178#4121178
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121178
>
>
> ------------------------------
>
> Message: 14
> Date: Fri, 18 Jan 2008 02:11:16 -0500 (EST)
> From: nickarls <do-not-reply(a)jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: how to make session and
> Conversation disabled in seam?
> To: jboss-user(a)lists.jboss.org
> Message-ID:
> <3550076.1200640276821.JavaMail.jboss(a)colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> Umm... don't use session scoped beans or start long running conversations then?
>
> Seam will still use the concepts of session and conversation internally. What are you trying to accomplish?
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121179#4121179
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121179
>
>
> ------------------------------
>
> Message: 15
> Date: Fri, 18 Jan 2008 02:12:07 -0500 (EST)
> From: nickarls <do-not-reply(a)jboss.com>
> Subject: [jboss-user] [JBoss Seam] - Re: pageflow illegal navigation
> error
> To: jboss-user(a)lists.jboss.org
> Message-ID:
> <6678892.1200640327702.JavaMail.jboss(a)colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> What level of logging have you set in the AS?
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121180#4121180
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121180
>
>
> ------------------------------
>
> Message: 16
> Date: Fri, 18 Jan 2008 02:18:44 -0500 (EST)
> From: advaittrivedi <do-not-reply(a)jboss.com>
> Subject: [jboss-user] [JBoss Portal] - Re: https starting up on wrong
> port
> To: jboss-user(a)lists.jboss.org
> Message-ID:
> <24106332.1200640724733.JavaMail.jboss(a)colo-br-02.atl.jboss.com>
> Content-Type: text/plain; charset=us-ascii
>
> Hi Peter, thanks for your reply.
>
> Here is redirect port of HTTP:
>
>
>
>
> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121183#4121183
>
> Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121183
>
>
> ------------------------------
>
> _______________________________________________
> jboss-user mailing list
> jboss-user(a)lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-user
>
>
> End of jboss-user Digest, Vol 19, Issue 279
> *******************************************
>
>
18 years, 5 months