1 Reply Latest reply on Jul 22, 2008 9:13 AM by alesj

    Exposing a bean as JNDI object

    viniciuscarvalho

      Hello there! I've been looking at the MC for a few days now. I would like to integrate it with my seam app, and it seems that the easiest way is to expose my service beans as jndi objects.

      At the docs, chapt 5.5 it is mentioned that one should "(...)create an instance of JBoss NS using the microcontainer and then add a lifecycle callback to perform the binding and unbinding of our bean references during deployment/undeployment.(...)"

      Is it possible to provide some example? :)

      Regards