reda-alaoui opened a new pull request #7: Allow to override 
ServerRuntimeContext creation in XMPPServer
URL: https://github.com/apache/mina-vysper/pull/7
 
 
   In our vysper implementation, we need to manage JPA transactions and Spring 
security.
   Those are transversal feature relying on ThreadLocal.
   
   In order to be able to bind a database transaction and security context to 
one Stanza processing. I think that the easiest way is to proxy 
StanzaHandler(s) by intercepting their retrieval at 
ServerRuntimeContext#getHandler(Stanza).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to