[jboss-user] [JBoss Seam] - Re: Seam mail - How to use the default

rmemoria do-not-reply at jboss.com
Sat Feb 3 17:41:51 EST 2007


Hi Peter...

This is my components.xml

<?xml version="1.0" encoding="UTF-8"?>
  | <components xmlns="http://jboss.com/products/seam/components"
  |             xmlns:core="http://jboss.com/products/seam/core"
  |             xmlns:mail="http://jboss.com/products/seam/mail"
  |             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |             xsi:schemaLocation=
  |                 "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.1.xsd 
  |                  http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.1.xsd">
  |                      
  |     <core:init jndi-pattern="mdrtb-moldova/#{ejbName}/local" debug="true"/>    
  | 
  |     <core:manager conversation-timeout="120000" 
  |                   concurrent-request-timeout="500"
  |                   conversation-id-parameter="cid"
  |                   conversation-is-long-running-parameter="clr"/>
  | 
  |     <core:transactionListener/>
  | 
  |     <core:ejb installed="@embeddedEjb@"/>
  | 
  |     <core:managed-persistence-context 
  |             name="entityManager" 
  |             auto-create="true" 
  |             persistence-unit-jndi-name="java:/mdrEntityManagerFactory"/>
  | 
  |     <mail:mailSession sessionJndiName="java:/Mail" /></components>

And this is the stack trace

20:40:16,609 ERROR [STDERR] javax.faces.FacesException: 550 Administrative prohibition
  | 20:40:16,609 ERROR [STDERR] 	at org.jboss.seam.mail.ui.UIMessage.encodeEnd(UIMessage.java:107)
  | 20:40:16,609 ERROR [STDERR] 	at org.jboss.seam.ui.JSF.renderChild(JSF.java:179)
  | 20:40:16,609 ERROR [STDERR] 	at org.jboss.seam.ui.JSF.renderChildren(JSF.java:162)
  | 20:40:16,609 ERROR [STDERR] 	at org.jboss.seam.ui.facelet.FaceletsRenderer.renderFacelet(FaceletsRenderer.java:105)
  | 20:40:16,609 ERROR [STDERR] 	at org.jboss.seam.ui.facelet.FaceletsRenderer.render(FaceletsRenderer.java:53)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.ui.facelet.FaceletsRenderer.render(FaceletsRenderer.java:38)
  | 20:40:16,984 ERROR [STDERR] 	at com.rmemoria.mdrtb.seam.UsersBean.sendMail(UsersBean.java:136)
  | 20:40:16,984 ERROR [STDERR] 	at com.rmemoria.mdrtb.seam.UsersBean.save(UsersBean.java:126)
  | 20:40:16,984 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 20:40:16,984 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 20:40:16,984 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 20:40:16,984 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:37)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:55)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.interceptors.BijectionInterceptor.bijectNonreentrantComponent(BijectionInterceptor.java:79)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.interceptors.BijectionInterceptor.bijectComponent(BijectionInterceptor.java:58)
  | 20:40:16,984 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 20:40:16,984 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 20:40:16,984 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 20:40:16,984 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.util.Reflections.invoke(Reflections.java:18)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:169)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:36)
  | 20:40:16,984 ERROR [STDERR] 	at sun.reflect.GeneratedMethodAccessor240.invoke(Unknown Source)
  | 20:40:16,984 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 20:40:16,984 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.util.Reflections.invoke(Reflections.java:18)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:169)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.interceptors.OutcomeInterceptor.interceptOutcome(OutcomeInterceptor.java:21)
  | 20:40:16,984 ERROR [STDERR] 	at sun.reflect.GeneratedMethodAccessor239.invoke(Unknown Source)
  | 20:40:16,984 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 20:40:16,984 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.util.Reflections.invoke(Reflections.java:18)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:169)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.interceptors.ConversationInterceptor.endOrBeginLongRunningConversation(ConversationInterceptor.java:52)
  | 20:40:16,984 ERROR [STDERR] 	at sun.reflect.GeneratedMethodAccessor238.invoke(Unknown Source)
  | 20:40:16,984 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 20:40:16,984 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.util.Reflections.invoke(Reflections.java:18)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:169)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27)
  | 20:40:16,984 ERROR [STDERR] 	at sun.reflect.GeneratedMethodAccessor237.invoke(Unknown Source)
  | 20:40:16,984 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 20:40:16,984 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.util.Reflections.invoke(Reflections.java:18)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:169)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.intercept.RootInterceptor.createSeamInvocationContext(RootInterceptor.java:144)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.intercept.RootInterceptor.invokeInContexts(RootInterceptor.java:129)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:102)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:50)
  | 20:40:16,984 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 20:40:16,984 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 20:40:16,984 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 20:40:16,984 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:71)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:46)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:191)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:83)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:102)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47)
  | 20:40:16,984 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:203)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:98)
  | 20:40:17,000 ERROR [STDERR] 	at $Proxy187.save(Unknown Source)
  | 20:40:17,000 ERROR [STDERR] 	at com.rmemoria.mdrtb.seam.UsersLocal$$FastClassByCGLIB$$6569facb.invoke(<generated>)
  | 20:40:17,000 ERROR [STDERR] 	at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:45)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:74)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:55)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.interceptors.RemoveInterceptor.removeIfNecessary(RemoveInterceptor.java:40)
  | 20:40:17,000 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 20:40:17,000 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 20:40:17,000 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 20:40:17,000 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.util.Reflections.invoke(Reflections.java:18)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:169)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.interceptors.ExceptionInterceptor.handleExceptions(ExceptionInterceptor.java:39)
  | 20:40:17,000 ERROR [STDERR] 	at sun.reflect.GeneratedMethodAccessor236.invoke(Unknown Source)
  | 20:40:17,000 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 20:40:17,000 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.util.Reflections.invoke(Reflections.java:18)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:169)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.intercept.RootInterceptor.createSeamInvocationContext(RootInterceptor.java:144)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.intercept.RootInterceptor.invokeInContexts(RootInterceptor.java:129)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:102)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.intercept.ClientSideInterceptor.interceptInvocation(ClientSideInterceptor.java:83)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.intercept.ClientSideInterceptor.intercept(ClientSideInterceptor.java:52)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.intercept.Proxy$$EnhancerByCGLIB$$1b1db64.save(<generated>)
  | 20:40:17,000 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 20:40:17,000 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 20:40:17,000 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 20:40:17,000 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 20:40:17,000 ERROR [STDERR] 	at com.sun.el.parser.AstValue.invoke(AstValue.java:151)
  | 20:40:17,000 ERROR [STDERR] 	at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
  | 20:40:17,000 ERROR [STDERR] 	at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68)
  | 20:40:17,000 ERROR [STDERR] 	at com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:69)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
  | 20:40:17,000 ERROR [STDERR] 	at javax.faces.component.UICommand.broadcast(UICommand.java:106)
  | 20:40:17,000 ERROR [STDERR] 	at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:94)
  | 20:40:17,000 ERROR [STDERR] 	at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:168)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:343)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
  | 20:40:17,000 ERROR [STDERR] 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:46)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:32)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  | 
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
  | 
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | 20:40:17,000 ERROR [STDERR] 	at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | 20:40:17,000 ERROR [STDERR] 	at java.lang.Thread.run(Thread.java:595)
  | 20:40:17,000 ERROR [STDERR] Caused by: com.sun.mail.smtp.SMTPSendFailedException: 550 Administrative prohibition
  | 20:40:17,000 ERROR [STDERR] 	at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1388)
  | 20:40:17,000 ERROR [STDERR] 	at com.sun.mail.smtp.SMTPTransport.finishData(SMTPTransport.java:1215)
  | 20:40:17,000 ERROR [STDERR] 	at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:586)
  | 20:40:17,000 ERROR [STDERR] 	at javax.mail.Transport.send0(Transport.java:169)
  | 20:40:17,000 ERROR [STDERR] 	at javax.mail.Transport.send(Transport.java:98)
  | 20:40:17,000 ERROR [STDERR] 	at org.jboss.seam.mail.ui.UIMessage.encodeEnd(UIMessage.java:103)
  | 20:40:17,000 ERROR [STDERR] 	... 152 more

Thanks,
Ricardo Memória


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4010544#4010544

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010544




More information about the jboss-user mailing list